[PATCH] Fix PowerPC abi for 2.17
Tulio Magno Quites Machado Filho
tuliom@linux.vnet.ibm.com
Tue Oct 16 18:35:00 GMT 2012
Thank you for pointing this.
The following patch fixes this problem.
After applying this patch the only abi failure I found for PowerPC was
caused by the usage of a different prefix, as it changes the size of
_nl_default_dirname.
2012-10-16 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
Fix the order of the list for glibc 2.17.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
Likewise.
---
.../linux/powerpc/powerpc32/fpu/nptl/libc.abilist | 2 +-
.../sysv/linux/powerpc/powerpc64/nptl/libc.abilist | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
index ab96361..0a16931 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
@@ -1774,8 +1774,8 @@ GLIBC_2.16
timespec_get F
GLIBC_2.17
GLIBC_2.17 A
- secure_getenv F
__ppc_get_timebase_freq F
+ secure_getenv F
GLIBC_2.2
GLIBC_2.2 A
_IO_adjust_wcolumn F
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
index a60b72a..62aa4ce 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
@@ -80,8 +80,8 @@ GLIBC_2.16
timespec_get F
GLIBC_2.17
GLIBC_2.17 A
- secure_getenv F
__ppc_get_timebase_freq F
+ secure_getenv F
GLIBC_2.3
GLIBC_2.3 A
_Exit F
--
1.7.7.6
More information about the Libc-alpha
mailing list