Re: [PATCHi v1] PowerPC: Create call stubs for compiled modules
Ulrich Weigand <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
Abhay Kandpal <[email protected]> wrote: > 24: std r2,24(r1) > 30: addis r12,r2,0 > 30: R_PPC64_PLT16_HA _setjmp > 34: ld r12,0(r12) > 34: R_PPC64_PLT16_LO_DS _setjmp > 80: mtctr r12 > 80: R_PPC64_PLTSEQ longjmp > 84: bctrl > 84: R_PPC64_PLTCALL longjmp > 88: ld r2,24(r1) I think you also need the -mno-pltseq option to get rid of this inlined PLT sequence. > > Bye, Ulrich