diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-09-23 07:27:45 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-23 07:27:45 +0000 |
| commit | 1a8ec9c55a894030c31d760cfde6d9a883d59f2d (patch) | |
| tree | b2d1242b58e3dcc393e6d57b572d88a7a8edf30a /sys | |
| parent | cc8e753372ce8275377454a2115c1a3ef00f67ea (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/amd64/include/asm.h | 2 | ||||
| -rw-r--r-- | sys/i386/include/asm.h | 2 | ||||
| -rw-r--r-- | sys/powerpc/include/asm.h | 3 |
3 files changed, 0 insertions, 7 deletions
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 |
