summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/sys/exect.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/sys/exect.S')
-rw-r--r--lib/libc/amd64/sys/exect.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/amd64/sys/exect.S b/lib/libc/amd64/sys/exect.S
index 81dc8e5..04a97ed 100644
--- a/lib/libc/amd64/sys/exect.S
+++ b/lib/libc/amd64/sys/exect.S
@@ -47,12 +47,7 @@ ENTRY(exect)
pushq %r8
popfq
KERNCALL
-#ifdef PIC
- movq PIC_GOT(HIDENAME(cerror)),%rdx
- jmp *%rdx
-#else
jmp HIDENAME(cerror)
-#endif
END(exect)
.section .note.GNU-stack,"",%progbits
OpenPOWER on IntegriCloud