mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-23 13:09:58 +08:00
Use HIDDEN_JUMPTARGET for _exit jump from __startcontext.
This commit is contained in:
parent
e21d3e83ee
commit
64957ecc06
@ -1,3 +1,8 @@
|
||||
2012-06-12 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/setcontext.S (__startcontext): Use
|
||||
HIDDEN_JUMPTARGET for _exit jump.
|
||||
|
||||
2012-05-30 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/syscalls.list: Remove
|
||||
|
@ -87,7 +87,7 @@ ENTRY(__startcontext)
|
||||
bne PLTJMP(__setcontext)
|
||||
|
||||
@ New context was 0 - exit
|
||||
b PLTJMP(_exit)
|
||||
b PLTJMP(HIDDEN_JUMPTARGET(_exit))
|
||||
END(__startcontext)
|
||||
|
||||
#ifdef PIC
|
||||
|
Loading…
Reference in New Issue
Block a user