aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386/xstat.S
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-26 04:17:49 +0000
committerRoland McGrath <roland@gnu.org>1995-10-26 04:17:49 +0000
commitefc755b2825063ab0e0928a5c77caac721192ff1 (patch)
treec1226bf3a221ff0bcd7f0c302434145cd6e80c56 /sysdeps/unix/sysv/linux/i386/xstat.S
parent413349877625cb89ab4e82befe33e3bc64a29579 (diff)
downloadglibc-efc755b2825063ab0e0928a5c77caac721192ff1.tar
glibc-efc755b2825063ab0e0928a5c77caac721192ff1.tar.gz
glibc-efc755b2825063ab0e0928a5c77caac721192ff1.tar.bz2
glibc-efc755b2825063ab0e0928a5c77caac721192ff1.zip
Thu Oct 26 00:11:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/unix/sysv/linux/i386/sigaction.c: New file. * sysdeps/unix/sysv/linux/i386/xstat.S: Don't use JUMPTARGET macro on syscall_error. For PIC, it is a local label; for non-PIC, JUMPTARGET expands to the unadorned name anyway. * sysdeps/unix/sysv/linux/i386/xmknod.S: Likewise. * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise. * sysdeps/unix/sysv/linux/i386/socket.S: Likewise. * sysdeps/unix/sysv/linux/i386/sbrk.S: Likewise. * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise. * sysdeps/unix/sysv/linux/i386/brk.S: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/xstat.S')
-rw-r--r--sysdeps/unix/sysv/linux/i386/xstat.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/xstat.S b/sysdeps/unix/sysv/linux/i386/xstat.S
index 58c5f558c4..b936bb5b69 100644
--- a/sysdeps/unix/sysv/linux/i386/xstat.S
+++ b/sysdeps/unix/sysv/linux/i386/xstat.S
@@ -41,7 +41,7 @@ ENTRY (__xstat)
jmp *%ecx /* Return success. */
.L2: pushl %ecx
- jmp JUMPTARGET(syscall_error)
+ jmp syscall_error
/* Yes, then branch to error handling. */
/* For compatibility with Linux libc. */