diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-10 09:40:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-10 09:40:23 +0000 |
commit | f17c2202e4238b7408b8ee8ab742e5d2198cff6e (patch) | |
tree | bb7302826f1e982e4e3010e8cceacd0dbf7d3fc1 /shlib-versions | |
parent | 1a53c052c34ec4e934ba177b4f5bcf0b51be2ceb (diff) | |
download | glibc-f17c2202e4238b7408b8ee8ab742e5d2198cff6e.tar.gz |
[BZ #710]
2005-02-09 Jakub Jelinek <jakub@redhat.com>
[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 <bergner@vnet.ibm.com>.
(s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
for these mapping back to the above.
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 5 |
1 files changed, 4 insertions, 1 deletions
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) # ------------- --------------- ------------------------------ |