diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-03-12 04:56:45 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-03-12 04:56:45 +0000 |
commit | 4f092b2b9b4e624cc171aa3080f429970526bd45 (patch) | |
tree | 40f7ddb5a85b4fdcf3c6e6b2935a36d2244df174 /sys | |
parent | 161e497b88568532b94151c2f6b2e0a2fcebc5b4 (diff) |
Additional pic related change, not currently used by powerpc port.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/include/asm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/powerpc/include/asm.h b/sys/arch/powerpc/include/asm.h index b97b7db5b51..9f0b64d108a 100644 --- a/sys/arch/powerpc/include/asm.h +++ b/sys/arch/powerpc/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.3 1998/07/04 23:56:13 rahnds Exp $ */ +/* $OpenBSD: asm.h,v 1.4 1999/03/12 04:56:44 rahnds Exp $ */ /* $NetBSD: asm.h,v 1.1 1996/09/30 16:34:20 ws Exp $ */ /* @@ -42,11 +42,11 @@ #define PIC_PROLOGUE XXX #define PIC_EPILOGUE XXX #ifdef __STDC__ -#define PIC_PLT(x) XXX +#define PIC_PLT(x) x ## @plt #define PIC_GOT(x) XXX #define PIC_GOTOFF(x) XXX #else /* not __STDC__ */ -#define PIC_PLT(x) XXX +#define PIC_PLT(x) x/**/@plt #define PIC_GOT(x) XXX #define PIC_GOTOFF(x) XXX #endif /* __STDC__ */ |