Re: [ARM/FDPIC v3 01/21] [ARM] FDPIC: Add -mfdpic option support

2018-10-16 Thread Sandra Loosemore
On 10/12/2018 03:52 AM, Richard Earnshaw (lists) wrote: On 11/10/18 14:34, Christophe Lyon wrote: 2018-XX-XX Christophe Lyon Mickaël Guêné gcc/ * config/arm/arm.opt: Add -mfdpic option. * doc/invoke.texi: Add documentation for -mfdpic. This is OK (once the

Re: [ARM/FDPIC v3 01/21] [ARM] FDPIC: Add -mfdpic option support

2018-10-12 Thread Richard Earnshaw (lists)
On 11/10/18 14:34, Christophe Lyon wrote: > 2018-XX-XX Christophe Lyon > Mickaël Guêné > > gcc/ > * config/arm/arm.opt: Add -mfdpic option. > * doc/invoke.texi: Add documentation for -mfdpic. This is OK (once the rest of the series is approved). R. > > diff --git a

[ARM/FDPIC v3 01/21] [ARM] FDPIC: Add -mfdpic option support

2018-10-11 Thread Christophe Lyon
2018-XX-XX Christophe Lyon Mickaël Guêné gcc/ * config/arm/arm.opt: Add -mfdpic option. * doc/invoke.texi: Add documentation for -mfdpic. diff --git a/gcc/config/arm/arm.opt b/gcc/config/arm/arm.opt index a1286a4..231c1cb 100644 --- a/gcc/config/arm/arm.opt ++