Re: [PATCH 1/3] rs6000: Split rs6000_cpu

2017-12-06 Thread David Edelsohn
On Wed, Dec 6, 2017 at 6:42 AM, Segher Boessenkool wrote: > This splits rs6000_cpu into rs6000_cpu and rs6000_tune. Both are still > initialised identically, so there is no behaviour change. > > Now rs6000_cpu should be set by -mcpu=, and rs6000_tune by -mtune= (but >

[PATCH 1/3] rs6000: Split rs6000_cpu

2017-12-06 Thread Segher Boessenkool
This splits rs6000_cpu into rs6000_cpu and rs6000_tune. Both are still initialised identically, so there is no behaviour change. Now rs6000_cpu should be set by -mcpu=, and rs6000_tune by -mtune= (but both still are set by -mtune=, fixed in a later patch in the series). Also change rs6000_cpu