summaryrefslogtreecommitdiffstats
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
parentc84628d7e488185f290bb97bd267397ab2278b98 (diff)
downloadFreeBSD-src-1cb6a2f64f1e73a2e0ee212e7b7a443768d1c668.zip
FreeBSD-src-1cb6a2f64f1e73a2e0ee212e7b7a443768d1c668.tar.gz
PIC_GOTOFF is OBE.
-rw-r--r--sys/amd64/include/asm.h2
-rw-r--r--sys/i386/include/asm.h2
-rw-r--r--sys/powerpc/include/asm.h3
3 files changed, 0 insertions, 7 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
/*
diff --git a/sys/i386/include/asm.h b/sys/i386/include/asm.h
index 685b583..30008a2 100644
--- a/sys/i386/include/asm.h
+++ b/sys/i386/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
/*
diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h
index 4f311c0..4cd694e 100644
--- a/sys/powerpc/include/asm.h
+++ b/sys/powerpc/include/asm.h
@@ -41,17 +41,14 @@
#define PIC_PLT(x) x@plt
#ifdef __STDC__
#define PIC_GOT(x) XXX
-#define PIC_GOTOFF(x) XXX
#else /* not __STDC__ */
#define PIC_GOT(x) XXX
-#define PIC_GOTOFF(x) XXX
#endif /* __STDC__ */
#else
#define PIC_PROLOGUE
#define PIC_EPILOGUE
#define PIC_PLT(x) x
#define PIC_GOT(x) x
-#define PIC_GOTOFF(x) x
#endif
#define CNAME(csym) csym
OpenPOWER on IntegriCloud