projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd34084
)
2004-05-04 H.J. Lu <hongjiu.lu@intel.com>
author
Roland McGrath
<roland@gnu.org>
Tue, 15 Jun 2004 19:54:57 +0000
(19:54 +0000)
committer
Roland McGrath
<roland@gnu.org>
Tue, 15 Jun 2004 19:54:57 +0000
(19:54 +0000)
* sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
instead of ".gnu.linkonce.ro." as the prefix for linkonce
read-only section name.
sysdeps/generic/strtol_l.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/strtol_l.c
b/sysdeps/generic/strtol_l.c
index
50b7861
..
156083c
100644
(file)
--- a/
sysdeps/generic/strtol_l.c
+++ b/
sysdeps/generic/strtol_l.c
@@
-171,7
+171,7
@@
#define DEF(TYPE, NAME) \
const TYPE NAME[] attribute_hidden \
- __attribute__((section(".gnu.linkonce.r
o." #NAME))) =
\
+ __attribute__((section(".gnu.linkonce.r
." #NAME))) =
\
{ \
F(2), F(3), F(4), F(5), F(6), F(7), F(8), F(9), F(10), \
F(11), F(12), F(13), F(14), F(15), F(16), F(17), F(18), F(19), F(20), \