Re: [ARM/FDPIC v5 21/21] [ARM] FDPIC: Handle stack-protector combined patterns

2019-07-19 Thread Kyrill Tkachov
On 5/15/19 1:39 PM, Christophe Lyon wrote: The recent stack_protect_combined_set_insn and stack_protect_combined_test_insn force recomputing of GOT base, but need to take into account that in FDPIC mode, the PIC register is fixed by the ABI (r9). 2019-XX-XX  Christophe Lyon      * config

[ARM/FDPIC v5 21/21] [ARM] FDPIC: Handle stack-protector combined patterns

2019-05-15 Thread Christophe Lyon
The recent stack_protect_combined_set_insn and stack_protect_combined_test_insn force recomputing of GOT base, but need to take into account that in FDPIC mode, the PIC register is fixed by the ABI (r9). 2019-XX-XX Christophe Lyon * config/arm/arm.md (stack_protect_combined_set_insn):