Re: [PATCH] rs6000: -mreadonly-in-sdata (PR82411)

2018-03-27 Thread Segher Boessenkool
On Wed, Mar 07, 2018 at 08:22:54PM +, Segher Boessenkool wrote: > This adds a new option -mreadonly-in-sdata (on by default) that > controls whether readonly data can be put in sdata. (For EABI this > does nothing, readonly data is put in sdata2 as usual). I now have backported this to GCC 7

[PATCH] rs6000: -mreadonly-in-sdata (PR82411)

2018-03-07 Thread Segher Boessenkool
This adds a new option -mreadonly-in-sdata (on by default) that controls whether readonly data can be put in sdata. (For EABI this does nothing, readonly data is put in sdata2 as usual). Tested etc.; committing. Segher 2018-03-07 Segher Boessenkool *