This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCHv2] Fix PowerPC abi for 2.17
- From: "Tulio Magno Quites Machado Filho" <tuliom at linux dot vnet dot ibm dot com>
- To: libc-alpha at sourceware dot org
- Cc: joseph at codesourcery dot com, siddhesh at redhat dot com, ryan dot arnold at gmail dot com
- Date: Thu, 18 Oct 2012 10:54:14 -0300
- Subject: [PATCHv2] Fix PowerPC abi for 2.17
- References: <20121017094322.4a098f70@spoyarek>
Thank you, Siddhesh.
This is the updated patch.
8<------
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