]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 20664aa19cb972e9313de0a81758517df306c87a..c411e1c1fce16903caf53937d9da745e66d1b24b 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 b472947731d438196f56db4cb176ef7963d710ba..d163fc4a4c0ea63edfa8a6c59a092c1ec9c71aca 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