summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/asm.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-23 07:27:45 +0000
committerpeter <peter@FreeBSD.org>2002-09-23 07:27:45 +0000
commit1cb6a2f64f1e73a2e0ee212e7b7a443768d1c668 (patch)
treeb2d1242b58e3dcc393e6d57b572d88a7a8edf30a /sys/amd64/include/asm.h
parentc84628d7e488185f290bb97bd267397ab2278b98 (diff)
downloadFreeBSD-src-1cb6a2f64f1e73a2e0ee212e7b7a443768d1c668.zip
FreeBSD-src-1cb6a2f64f1e73a2e0ee212e7b7a443768d1c668.tar.gz
PIC_GOTOFF is OBE.
Diffstat (limited to 'sys/amd64/include/asm.h')
-rw-r--r--sys/amd64/include/asm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/include/asm.h b/sys/amd64/include/asm.h
index 685b583..30008a2 100644
--- a/sys/amd64/include/asm.h
+++ b/sys/amd64/include/asm.h
@@ -53,13 +53,11 @@
popl %ebx
#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
/*
OpenPOWER on IntegriCloud