diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-02-04 09:49:08 -0200 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-02-04 09:49:08 -0200 |
commit | 0ff8246327401ae8779e2697d5c7348611cdbf8a (patch) | |
tree | a7cd7514423982d848e801d38d17b2a29411bdb7 /nptl | |
parent | 1695c7737655241e1773bdddc93e82c22d8d1584 (diff) | |
download | glibc-0ff8246327401ae8779e2697d5c7348611cdbf8a.zip glibc-0ff8246327401ae8779e2697d5c7348611cdbf8a.tar.gz glibc-0ff8246327401ae8779e2697d5c7348611cdbf8a.tar.bz2 |
PowerPC: Change powerpc64le start ABI to 2.17.
Diffstat (limited to 'nptl')
-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 495b240..f6b9b9a 100644 --- a/nptl/shlib-versions +++ b/nptl/shlib-versions @@ -2,5 +2,5 @@ sparc64.*-.*-linux.* libpthread=0 GLIBC_2.2 sh.*-.*-linux.* libpthread=0 GLIBC_2.2 s390x-.*-linux.* libpthread=0 GLIBC_2.2 powerpc64-.*-linux.* libpthread=0 GLIBC_2.3 -powerpc.*le-.*-linux.* libpthread=0 GLIBC_2.18 +powerpc.*le-.*-linux.* libpthread=0 GLIBC_2.17 .*-.*-linux.* libpthread=0 |