PIC_GOTOFF is OBE.
This commit is contained in:
parent
c84628d7e4
commit
1cb6a2f64f
@ -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
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user