Skip to content

Commit

Permalink
Use HIDDEN_JUMPTARGET for _exit jump from __startcontext.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Myers committed Jun 12, 2012
1 parent e21d3e8 commit 64957ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.arm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/arm/setcontext.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64957ec

Please sign in to comment.