about summary refs log tree commit diff
path: root/sysdeps/wordsize-32
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-03 09:45:25 +0000
committerRoland McGrath <roland@gnu.org>2003-03-03 09:45:25 +0000
commita49f57629f4e6cf1966627015f4f10d3ca47ddfc (patch)
treeb1c09577387b5cc5ebfe70f53f266f55c5be0610 /sysdeps/wordsize-32
parent958528b013e8cef95565105d5bd06f36826448b0 (diff)
downloadglibc-a49f57629f4e6cf1966627015f4f10d3ca47ddfc.tar.gz
glibc-a49f57629f4e6cf1966627015f4f10d3ca47ddfc.tar.xz
glibc-a49f57629f4e6cf1966627015f4f10d3ca47ddfc.zip
* sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
	* sysdeps/ia64/dl-machine.h: Likewise.
	* sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
	argument type.
	* sysdeps/ia64/dl-lookupcfg.h: Update decl.

	* sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
	* sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
	* locale/Versions (libc: GLIBC_2.3): Move those to ...
	* sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
	* sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
	* Versions.def (libc): Add GLIBC_2.3.3 set.
Diffstat (limited to 'sysdeps/wordsize-32')
-rw-r--r--sysdeps/wordsize-32/Versions7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/wordsize-32/Versions b/sysdeps/wordsize-32/Versions
new file mode 100644
index 0000000000..e950290065
--- /dev/null
+++ b/sysdeps/wordsize-32/Versions
@@ -0,0 +1,7 @@
+libc {
+  GLIBC_2.3 {
+    # These were erroneously omitted for 64-bit platforms in 2.3
+    # and so we don't put them in locale/Versions.
+    strtoll_l; strtoull_l;
+  }
+}