From 1a8ec9c55a894030c31d760cfde6d9a883d59f2d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 23 Sep 2002 07:27:45 +0000 Subject: PIC_GOTOFF is OBE. --- sys/amd64/include/asm.h | 2 -- sys/i386/include/asm.h | 2 -- sys/powerpc/include/asm.h | 3 --- 3 files changed, 7 deletions(-) (limited to 'sys') diff --git a/sys/amd64/include/asm.h b/sys/amd64/include/asm.h index 685b583efe83..30008a26d482 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 685b583efe83..30008a26d482 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 4f311c07b634..4cd694e9ccb4 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 -- cgit v1.3