summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/SYS.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/i386/SYS.h')
-rw-r--r--lib/libc/i386/SYS.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/i386/SYS.h b/lib/libc/i386/SYS.h
index 6b79e3c..2f8a293 100644
--- a/lib/libc/i386/SYS.h
+++ b/lib/libc/i386/SYS.h
@@ -46,10 +46,11 @@
#define RSYSCALL(x) SYSCALL(x); ret
-#define PSEUDO(x) ENTRY(__CONCAT(__sys_,x)); \
+#define PSEUDO(x) 2: PIC_PROLOGUE; jmp PIC_PLT(HIDENAME(cerror)); \
+ ENTRY(__CONCAT(__sys_,x)); \
.weak CNAME(__CONCAT(_,x)); \
.set CNAME(__CONCAT(_,x)),CNAME(__CONCAT(__sys_,x)); \
- mov __CONCAT($SYS_,x),%eax; KERNCALL; ret
+ mov __CONCAT($SYS_,x),%eax; KERNCALL; jb 2b; ret
/* gas messes up offset -- although we don't currently need it, do for BCS */
#define LCALL(x,y) .byte 0x9a ; .long y; .word x
OpenPOWER on IntegriCloud