Re: [ARM/FDPIC 09/21] [ARM] FDPIC: Add support for taking address of nested function

2018-06-10 Thread Christophe Lyon
On 8 June 2018 at 12:33, Kyrill Tkachov wrote: > Hi Chrishophe, > > Could you please provide a description of what this patch does and how it > achieves that? > OK, I'l try to do some archaeology and formulate a description. > > On 25/05/18 09:03, Christophe Lyon wrote: >> >> 2018-XX-XX Chris

Re: [ARM/FDPIC 09/21] [ARM] FDPIC: Add support for taking address of nested function

2018-06-08 Thread Kyrill Tkachov
Hi Chrishophe, Could you please provide a description of what this patch does and how it achieves that? On 25/05/18 09:03, Christophe Lyon wrote: 2018-XX-XX Christophe Lyon Mickaël Guêné gcc/ * config/arm/arm.c (arm_asm_trampoline_template): Add FDPIC suppor

[ARM/FDPIC 09/21] [ARM] FDPIC: Add support for taking address of nested function

2018-05-25 Thread Christophe Lyon
2018-XX-XX Christophe Lyon Mickaël Guêné gcc/ * config/arm/arm.c (arm_asm_trampoline_template): Add FDPIC support. (arm_trampoline_init): Likewise. (arm_trampoline_init): Likewise. * config/arm/arm.h (TRAMPOLINE_SIZE): Likewise. Change-I