This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH]: Fix sparc64 shlib-versions for nptl
- From: David Miller <davem at davemloft dot net>
- To: drepper at redhat dot com
- Cc: jakub at redhat dot com, libc-alpha at sources dot redhat dot com
- Date: Thu, 28 Dec 2006 22:21:53 -0800 (PST)
- Subject: [PATCH]: Fix sparc64 shlib-versions for nptl
All the other shlib-versions files get the target regexp
correct, except this one. If we don't use "sparc64.*-" we
miss things like "sparc64b-" and "sparc64v-".
nptl/
2006-12-28 David S. Miller <davem@davemloft.net>
* shlib-versions: Fix sparc64 linux target specification.
--- ./nptl/shlib-versions.~1~ 2006-12-28 22:15:16.000000000 -0800
+++ ./nptl/shlib-versions 2006-12-28 22:15:24.000000000 -0800
@@ -1,5 +1,5 @@
mips.*-.*-linux.* libpthread=0 GLIBC_2.0 GLIBC_2.2
-sparc64-.*-linux.* libpthread=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