diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-09-26 00:30:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-09-26 00:30:54 +0000 |
commit | f6a2737f082cbf11bc8d928a0afcd5f670005e4a (patch) | |
tree | 133614306d5dac830c98a8bd52d57c9ca83691bc /ports | |
parent | 6a1bf82f9753d3425ff09d2d6f97ea574fca5919 (diff) | |
download | glibc-f6a2737f082cbf11bc8d928a0afcd5f670005e4a.zip glibc-f6a2737f082cbf11bc8d928a0afcd5f670005e4a.tar.gz glibc-f6a2737f082cbf11bc8d928a0afcd5f670005e4a.tar.bz2 |
Add __ppc_get_timebase_freq to powerpc-nofpu ABI baseline.
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ChangeLog.powerpc | 5 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ports/ChangeLog.powerpc b/ports/ChangeLog.powerpc index af98f82..aa55956 100644 --- a/ports/ChangeLog.powerpc +++ b/ports/ChangeLog.powerpc @@ -1,3 +1,8 @@ +2012-09-26 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist: + Add __ppc_get_timebase_freq. + 2012-09-12 Joseph Myers <joseph@codesourcery.com> * sysdeps/powerpc/nofpu/get-rounding-mode.h: New file. diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist b/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist index 11ad6a5..481162e 100644 --- a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist +++ b/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist @@ -1775,6 +1775,7 @@ GLIBC_2.16 GLIBC_2.17 GLIBC_2.17 A secure_getenv F + __ppc_get_timebase_freq F GLIBC_2.2 GLIBC_2.2 A _IO_adjust_wcolumn F |