summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/include/asm.h')
-rw-r--r--sys/arch/powerpc/include/asm.h6
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__ */