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 | |
parent | 1695c7737655241e1773bdddc93e82c22d8d1584 (diff) | |
download | glibc-0ff8246327401ae8779e2697d5c7348611cdbf8a.tar.gz glibc-0ff8246327401ae8779e2697d5c7348611cdbf8a.tar.xz glibc-0ff8246327401ae8779e2697d5c7348611cdbf8a.zip |
PowerPC: Change powerpc64le start ABI to 2.17.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | nptl/shlib-versions | 2 | ||||
-rw-r--r-- | shlib-versions | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index d9fa673bc0..627c7ab354 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * nptl/shlib-versions: Change powerpc*le start to 2.17. + * shlib-versions: Likewise. + 2014-02-04 Roland McGrath <roland@hack.frob.com> Adhemerval Zanella <azanella@linux.vnet.ibm.com> diff --git a/nptl/shlib-versions b/nptl/shlib-versions index 495b240a53..f6b9b9ae66 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 diff --git a/shlib-versions b/shlib-versions index 51f5327340..78b0ad74fa 100644 --- a/shlib-versions +++ b/shlib-versions @@ -23,7 +23,7 @@ s390x-.*-linux.* DEFAULT GLIBC_2.2 powerpc64-.*-linux.* DEFAULT GLIBC_2.3 -powerpc.*le-.*-linux.* DEFAULT GLIBC_2.18 +powerpc.*le-.*-linux.* DEFAULT GLIBC_2.17 .*-.*-gnu-gnu.* DEFAULT GLIBC_2.2.6 # Configuration ABI Identifier for ABI data files |