Re: [PATCH][AArch64] Cleanup -mpc-relative-loads

2016-06-14 Thread James Greenhalgh
On Fri, Jun 03, 2016 at 12:56:19PM +, Wilco Dijkstra wrote: > This patch cleans up the -mpc-relative-loads option processing. Rename to > avoid the > "no*" name and confusing !no* expressions. Fix the option processing code to > implement > -mno-pc-relative-loads rather than ignore it. > >

Re: [PATCH][AArch64] Cleanup -mpc-relative-loads

2016-06-03 Thread Evandro Menezes
On 06/03/16 07:56, Wilco Dijkstra wrote: This patch cleans up the -mpc-relative-loads option processing. Rename to avoid the "no*" name and confusing !no* expressions. Fix the option processing code to implement -mno-pc-relative-loads rather than ignore it. OK for commit? LGTM -- Evandro

[PATCH][AArch64] Cleanup -mpc-relative-loads

2016-06-03 Thread Wilco Dijkstra
This patch cleans up the -mpc-relative-loads option processing. Rename to avoid the "no*" name and confusing !no* expressions. Fix the option processing code to implement -mno-pc-relative-loads rather than ignore it. OK for commit? ChangeLog: 2016-06-03 Wilco Dijkstra * config/aar