Use HIDDEN_JUMPTARGET for _exit jump from __startcontext.

This commit is contained in:
Joseph Myers 2012-06-12 19:13:08 +00:00
parent e21d3e83ee
commit 64957ecc06
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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