Re: How do you emit RTL for a jump to a mem/symbol instead of an asm label?

2016-08-20 Thread Jeff Law
On 08/20/2016 06:01 AM, Daniel Santos wrote: I have been unable to figure out how to (correctly) generate RTL (in expand the pro/epilogue pass) to jump to a stub defined in libgcc for the out-of-lined epilogue. If I write it as a function call, but then set the insn's jump field to true it emits

How do you emit RTL for a jump to a mem/symbol instead of an asm label?

2016-08-20 Thread Daniel Santos
I have been unable to figure out how to (correctly) generate RTL (in expand the pro/epilogue pass) to jump to a stub defined in libgcc for the out-of-lined epilogue. If I write it as a function call, but then set the insn's jump field to true it emits the correct jump asm, but then it thinks it