diff options
author | Roland McGrath <roland@gnu.org> | 2004-06-15 19:55:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-06-15 19:55:07 +0000 |
commit | a3b85eba602f1b1e95ed2b699898177ed8eedda4 (patch) | |
tree | 805cda6d4fa958786b1cba7b7623cf04f8dbd3a8 | |
parent | d90f71f08e33cd5c756909d41b7d52723b79a3f1 (diff) | |
download | glibc-a3b85eba602f1b1e95ed2b699898177ed8eedda4.tar glibc-a3b85eba602f1b1e95ed2b699898177ed8eedda4.tar.gz glibc-a3b85eba602f1b1e95ed2b699898177ed8eedda4.tar.bz2 glibc-a3b85eba602f1b1e95ed2b699898177ed8eedda4.zip |
* sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
instead of ".gnu.linkonce.ro." as the prefix for linkonce
read-only section name.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-05-04 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r." + instead of ".gnu.linkonce.ro." as the prefix for linkonce + read-only section name. + 2004-06-14 Richard Henderson <rth@redhat.com> * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp". |