From f17c2202e4238b7408b8ee8ab742e5d2198cff6e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 10 Feb 2005 09:40:23 +0000 Subject: [BZ #710] 2005-02-09 Jakub Jelinek [BZ #710] * stdlib/random_r.c (__initstate_r): Save old state. * stdlib/Makefile (tests): Add tst-random2. * stdlib/tst-random2.c: New test. Reported by Peter Bergner . (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries for these mapping back to the above. --- shlib-versions | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shlib-versions') diff --git a/shlib-versions b/shlib-versions index b6999c3439..aaeb9669b2 100644 --- a/shlib-versions +++ b/shlib-versions @@ -32,12 +32,15 @@ x86_64-.*-linux.* DEFAULT GLIBC_2.2.5 powerpc64-.*-linux.* DEFAULT GLIBC_2.3 .*-.*-gnu-gnu.* DEFAULT GLIBC_2.2.6 -# Configuration WORDSIZE32 Alternate configuration +# Configuration WORDSIZE[32|64] Alternate configuration # ------------- ---------- ----------------------- x86_64-.*-.* WORDSIZE32 i686-@VENDOR@-@OS@ s390x-.*-.* WORDSIZE32 s390-@VENDOR@-@OS@ +s390-.*-.* WORDSIZE64 s390x-@VENDOR@-@OS@ powerpc64-.*-.* WORDSIZE32 powerpc-@VENDOR@-@OS@ +powerpc.*-.*-.* WORDSIZE64 powerpc64-@VENDOR@-@OS@ sparc64-.*-.* WORDSIZE32 sparc-@VENDOR@-@OS@ +sparc.*-.*-.* WORDSIZE64 sparc64-@VENDOR@-@OS@ # Configuration Library=version Earliest symbol set (optional) # ------------- --------------- ------------------------------ -- cgit 1.4.1