diff options
author | Andreas Jaeger <aj@suse.de> | 2001-09-20 06:43:34 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-09-20 06:43:34 +0000 |
commit | 85458ce9e49419545c15560cd2eb9af3a54a9775 (patch) | |
tree | fdcad785374a711eab1e335147f1038b87a0006c /shlib-versions | |
parent | d8d373c55e918a943b268b5bf1e2d8a662fde408 (diff) | |
download | glibc-85458ce9e49419545c15560cd2eb9af3a54a9775.tar.gz |
Update.
2001-09-19 Andreas Jaeger <aj@suse.de>
* Versions.def: Add missing versions 2.2.3 for libthread_db and
libpthread.
* sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
for x86-64, install x86-64 into */lib64.
* shlib-versions: Add x86-64.
* elf/elf.h: Add x86-64 relocations.
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shlib-versions b/shlib-versions index 21eb67fcfe..a4124e376f 100644 --- a/shlib-versions +++ b/shlib-versions @@ -23,6 +23,7 @@ s390x-.*-linux.* DEFAULT GLIBC_2.2 cris-.*-linux.* DEFAULT GLIBC_2.2 +x86_64-.*-linux.* DEFAULT GLIBC_2.2.5 %if defined(USE_IN_LIBIO) && !defined(GLIBC_OLDEST_ABI) // If you use configure --enable-libio --enable-oldest-abi=2.0 then we // won't rename the old version sets and all the libraries except libc @@ -79,6 +80,7 @@ mips.*-.*-linux.* ld=ld.so.1 GLIBC_2.0 GLIBC_2.2 hppa.*-.*-.* ld=ld.so.1 GLIBC_2.2 s390x-.*-linux.* ld=ld64.so.1 GLIBC_2.2 cris-.*-linux.* ld=ld.so.1 GLIBC_2.2 +x86_64-.*-linux.* ld=ld-linux-x86-64.so.2 GLIBC_2.2.5 # We use the ELF ABI standard name for the default. .*-.*-.* ld=ld.so.1 |