diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2016-10-21 15:19:10 -0200 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2016-10-28 19:13:21 -0200 |
commit | ce193f551ec21df85c934626a21730881484dcf0 (patch) | |
tree | 8c5f621325b1b559f98dccfcd2e360f0d86cd404 /ChangeLog | |
parent | ae9166f2b8936304ea347a98519372804963447f (diff) | |
download | glibc-ce193f551ec21df85c934626a21730881484dcf0.zip glibc-ce193f551ec21df85c934626a21730881484dcf0.tar.gz glibc-ce193f551ec21df85c934626a21730881484dcf0.tar.bz2 |
powerpc: Fix TOC stub on powerpc64 clone()
Use a function call to _exit() so that the linker can create a TOC stub
instead of just a branch.
Tested on powerpc64.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2016-10-28 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> + + [BZ #20728] + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Replace a + branch to _exit() by a function call. + 2016-10-28 Florian Weimer <fweimer@redhat.com> * malloc/malloc.c: Update chunk layout comments. |