diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-01 17:10:10 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-07-06 23:43:56 +0200 |
commit | 261f485936b283f4327fc1f2fc8fd1705d805c12 (patch) | |
tree | a21e7557201769629cb26e3bbb8069e53fed81d4 /ChangeLog | |
parent | 9ad63c23eabdec1b625b1217b6635f34268ca342 (diff) | |
download | glibc-261f485936b283f4327fc1f2fc8fd1705d805c12.tar.gz glibc-261f485936b283f4327fc1f2fc8fd1705d805c12.tar.xz glibc-261f485936b283f4327fc1f2fc8fd1705d805c12.zip |
Fix missing _mcount@GLIBC_2.0 on powerpc32
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b48897fc7a..06226b9147 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-07-06 Andreas Schwab <schwab@linux-m68k.org> + + [BZ #14042] + * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT + for call to __mcount_internal. + * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines) + (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount. + * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file. + 2012-07-06 Joseph Myers <joseph@codesourcery.com> [BZ #14154] |