Use HIDDEN_JUMPTARGET for _exit jump from __startcontext.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 12 Jun 2012 19:13:08 +0000 (19:13 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 12 Jun 2012 19:13:08 +0000 (19:13 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/setcontext.S

index 20664aa..c411e1c 100644 (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
index b472947..d163fc4 100644 (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