diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 13:02:29 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 13:02:29 -0500 |
commit | ecb6fb48b765007d910e3f02840a98a67bb25420 (patch) | |
tree | 6e4a4970a9cf9ccb172e7d20dd547ade531486a1 /nptl | |
parent | 664f8cb9d53fdc002f82a9d69a21a3d5eb63541c (diff) | |
download | glibc-ecb6fb48b765007d910e3f02840a98a67bb25420.tar.gz glibc-ecb6fb48b765007d910e3f02840a98a67bb25420.tar.xz glibc-ecb6fb48b765007d910e3f02840a98a67bb25420.zip |
Clean up shlib-versions files
Ports have their own files
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 2 | ||||
-rw-r--r-- | nptl/shlib-versions | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 87d5018637..a2c530a83e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,7 @@ 2012-01-07 Ulrich Drepper <drepper@gmail.com> + * shlib-versions: Remove entries for ports architectures. + In case anyone cares, the IA-64 architecture could move to ports. * sysdeps/ia64/*: Removed. * sysdeps/unix/sysv/linux/ia64/*: Removed. diff --git a/nptl/shlib-versions b/nptl/shlib-versions index 06ac620f06..ee86161fd6 100644 --- a/nptl/shlib-versions +++ b/nptl/shlib-versions @@ -1,10 +1,6 @@ -mips.*-.*-linux.* libpthread=0 GLIBC_2.0 GLIBC_2.2 sparc64.*-.*-linux.* libpthread=0 GLIBC_2.2 sh.*-.*-linux.* libpthread=0 GLIBC_2.2 -ia64.*-.*-linux.* libpthread=0 GLIBC_2.2 -hppa.*-.*-linux.* libpthread=0 GLIBC_2.2 s390x-.*-linux.* libpthread=0 GLIBC_2.2 -cris-.*-linux.* libpthread=0 GLIBC_2.2 x86_64-.*-linux.* libpthread=0 GLIBC_2.2.5 powerpc64-.*-linux.* libpthread=0 GLIBC_2.3 .*-.*-linux.* libpthread=0 |