diff options
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 |