summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/asm.h')
-rw-r--r--sys/powerpc/include/asm.h3
1 files changed, 0 insertions, 3 deletions
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