diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2012-10-31 17:02:13 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2012-10-31 17:03:55 -0500 |
commit | 90aff2ff13e99663d5adf3d1efb4f773ec74df85 (patch) | |
tree | ac1a699f53c0a37703ec44d2b5663ae408099def | |
parent | 1818fcb781d064fc89cb6ccced590f21f5774b27 (diff) | |
download | glibc-90aff2ff13e99663d5adf3d1efb4f773ec74df85.tar.gz glibc-90aff2ff13e99663d5adf3d1efb4f773ec74df85.tar.xz glibc-90aff2ff13e99663d5adf3d1efb4f773ec74df85.zip |
Correct order of entries in powerpc libc.abilist files.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 758b91bd65..ae3a9eb344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-10-31 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. + 2012-10-31 Andreas Schwab <schwab@linux-m68k.org> * sysdeps/powerpc/fpu/libm-test-ulps: Update. 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 a3cd89540d..9bbcc39d7c 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist @@ -1779,8 +1779,8 @@ GLIBC_2.17 clock_gettime F clock_nanosleep F clock_settime F - 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 0a80d0c57d..dbf07820ff 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist @@ -85,8 +85,8 @@ GLIBC_2.17 clock_gettime F clock_nanosleep F clock_settime F - secure_getenv F __ppc_get_timebase_freq F + secure_getenv F GLIBC_2.3 GLIBC_2.3 A _Exit F |