Re: [ARM/FDPIC 10/21] [ARM] FDPIC: Implement legitimize_tls_address_fdpic

2018-06-10 Thread Christophe Lyon
On 8 June 2018 at 12:41, Kyrill Tkachov wrote: > Hi Christophe, > > > On 25/05/18 09:03, Christophe Lyon wrote: >> >> Support additional relocations: TLS_GD32_FDPIC, TLS_LDM32_FDPIC, and >> TLS_IE32_FDPIC. >> >> We do not support the GNU2 TLS dialect. >> >> 2018-XX-XX Christophe Lyon >>

Re: [ARM/FDPIC 10/21] [ARM] FDPIC: Implement legitimize_tls_address_fdpic

2018-06-08 Thread Kyrill Tkachov
Hi Christophe, On 25/05/18 09:03, Christophe Lyon wrote: Support additional relocations: TLS_GD32_FDPIC, TLS_LDM32_FDPIC, and TLS_IE32_FDPIC. We do not support the GNU2 TLS dialect. 2018-XX-XX Christophe Lyon Mickaël Guêné gcc/ * config/arm/arm.c (tls_reloc): Add T

[ARM/FDPIC 10/21] [ARM] FDPIC: Implement legitimize_tls_address_fdpic

2018-05-25 Thread Christophe Lyon
Support additional relocations: TLS_GD32_FDPIC, TLS_LDM32_FDPIC, and TLS_IE32_FDPIC. We do not support the GNU2 TLS dialect. 2018-XX-XX Christophe Lyon Mickaël Guêné gcc/ * config/arm/arm.c (tls_reloc): Add TLS_GD32_FDPIC, TLS_LDM32_FDPIC and TLS_IE32_FDPIC.