Merge "Fix our x86 PIC_PROLOGUE."
This commit is contained in:
commit
4d0f742afe
@ -39,10 +39,10 @@
|
|||||||
|
|
||||||
#define PIC_PROLOGUE \
|
#define PIC_PROLOGUE \
|
||||||
pushl %ebx; \
|
pushl %ebx; \
|
||||||
call 1f; \
|
call 666f; \
|
||||||
1: \
|
666: \
|
||||||
popl %ebx; \
|
popl %ebx; \
|
||||||
addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %ebx
|
addl $_GLOBAL_OFFSET_TABLE_+[.-666b], %ebx
|
||||||
#define PIC_EPILOGUE \
|
#define PIC_EPILOGUE \
|
||||||
popl %ebx
|
popl %ebx
|
||||||
#define PIC_PLT(x) x@PLT
|
#define PIC_PLT(x) x@PLT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user