diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-01-10 23:24:02 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-01-10 23:24:02 +0000 |
commit | 14a31e359e49711250c5ce05f58b3ef45591daca (patch) | |
tree | 1ce5755f99b758f617166a458749414128cab040 /nptl/shlib-versions | |
parent | a744da905975293474573b9c1978e77a28bb49be (diff) | |
download | glibc-14a31e359e49711250c5ce05f58b3ef45591daca.tar glibc-14a31e359e49711250c5ce05f58b3ef45591daca.tar.gz glibc-14a31e359e49711250c5ce05f58b3ef45591daca.tar.bz2 glibc-14a31e359e49711250c5ce05f58b3ef45591daca.zip |
* shlib-versions: Fix sparc64 linux target specification.
2006-12-28 David S. Miller <davem@davemloft.net>
* shlib-versions: Fix sparc64 linux target specification.
Diffstat (limited to 'nptl/shlib-versions')
-rw-r--r-- | nptl/shlib-versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/shlib-versions b/nptl/shlib-versions index 5e18753be2..06ac620f06 100644 --- a/nptl/shlib-versions +++ b/nptl/shlib-versions @@ -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 |