am 4d0f742a: Merge "Fix our x86 PIC_PROLOGUE."

* commit '4d0f742afe4867a0064d46a5b55df33e07c02c9d':
  Fix our x86 PIC_PROLOGUE.
This commit is contained in:
Elliott Hughes 2014-08-10 08:36:55 +00:00 committed by Android Git Automerger
commit cd2cd65c5f

View File

@ -39,10 +39,10 @@
#define PIC_PROLOGUE \
pushl %ebx; \
call 1f; \
1: \
call 666f; \
666: \
popl %ebx; \
addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %ebx
addl $_GLOBAL_OFFSET_TABLE_+[.-666b], %ebx
#define PIC_EPILOGUE \
popl %ebx
#define PIC_PLT(x) x@PLT