summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/include/machine/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/include/machine/asm.h')
-rw-r--r--libc/arch-x86/include/machine/asm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/arch-x86/include/machine/asm.h b/libc/arch-x86/include/machine/asm.h
index 913e6c840..bf77525ee 100644
--- a/libc/arch-x86/include/machine/asm.h
+++ b/libc/arch-x86/include/machine/asm.h
@@ -37,7 +37,6 @@
#ifndef _I386_ASM_H_
#define _I386_ASM_H_
-#ifdef PIC
#define PIC_PROLOGUE \
pushl %ebx; \
call 1f; \
@@ -49,13 +48,6 @@
#define PIC_PLT(x) x@PLT
#define PIC_GOT(x) x@GOT(%ebx)
#define PIC_GOTOFF(x) x@GOTOFF(%ebx)
-#else
-#define PIC_PROLOGUE
-#define PIC_EPILOGUE
-#define PIC_PLT(x) x
-#define PIC_GOT(x) x
-#define PIC_GOTOFF(x) x
-#endif
/* let kernels and others override entrypoint alignment */
#if !defined(_ALIGN_TEXT) && !defined(_KERNEL)