You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
599 B
17 lines
599 B
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. |
|
|
|
--- glibc-2.17-c758a686/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S |
|
+++ glibc-2.17-c758a686/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S |
|
@@ -112,7 +112,7 @@ |
|
#ifdef SHARED |
|
b JUMPTARGET(__GI__exit) |
|
#else |
|
- b JUMPTARGET(_exit) |
|
+ bl JUMPTARGET(_exit) |
|
/* We won't ever get here but provide a nop so that the linker |
|
will insert a toc adjusting stub if necessary. */ |
|
nop
|
|
|