diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-05-21 09:29:07 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-05-21 09:29:07 +0000 |
commit | 86746abb847f707cf390810bcdd7634043001727 (patch) | |
tree | 4c7d0409d7708d828facc50a3e78e6e76bfd3f4b /sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S | |
parent | 5e6f34c2a01533c0b64e0b8c44c29a434613187d (diff) | |
download | glibc-86746abb847f707cf390810bcdd7634043001727.tar glibc-86746abb847f707cf390810bcdd7634043001727.tar.gz glibc-86746abb847f707cf390810bcdd7634043001727.tar.bz2 glibc-86746abb847f707cf390810bcdd7634043001727.zip |
* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
HIDDEN_JUMPTARGET.
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
(__SYSCALL_CLOBBERS): Remove %g* registers.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
(__SYSCALL_CLOBBERS): Likewise.
* scripts/data/localplt-sparc-linux-gnu.data: New file.
* scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
2008-05-08 David S. Miller <davem@davemloft.net>
* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
HIDDEN_JUMPTARGET.
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
(__SYSCALL_CLOBBERS): Remove %g* registers.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
(__SYSCALL_CLOBBERS): Likewise.
* scripts/data/localplt-sparc-linux-gnu.data: New file.
* scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S b/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S index 33e40ac65a..a38cd30c02 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S @@ -111,7 +111,7 @@ ENTRY(__start_context) mov %g1, %o0 /* If this returns (which can happen if the syscall fails) we'll exit the program with the return error value (-1). */ -1: call exit +1: call HIDDEN_JUMPTARGET(exit) nop /* The 'exit' call should never return. In case it does cause the process to terminate. */ |