On Tue, Jan 27, 2015 at 7:27 PM, Alan Modra wrote:
> On Wed, Jan 21, 2015 at 02:01:44PM -0500, David Edelsohn wrote:
>> I want to avoid duplicating the -mcpu parsing logic or the Rube
>> Goldberg mechanism to re-generate the -mXXX assembler directive.
>
> Oh well, I had fun writing the patch. I t
On Wed, Jan 21, 2015 at 02:01:44PM -0500, David Edelsohn wrote:
> I want to avoid duplicating the -mcpu parsing logic or the Rube
> Goldberg mechanism to re-generate the -mXXX assembler directive.
Oh well, I had fun writing the patch. I thought it reasonably
elegant, meeting the goals you state a
On Tue, Jan 20, 2015 at 7:02 PM, Alan Modra wrote:
> On Tue, Jan 20, 2015 at 09:26:12AM -0500, David Edelsohn wrote:
>> On Tue, Jan 20, 2015 at 12:41 AM, Alan Modra wrote:
>> > On Mon, Jan 19, 2015 at 10:43:29PM -0500, David Edelsohn wrote:
>> >> On Fri, Jan 17, 2014 at 10:58 PM, Alan Modra wrot
On Tue, Jan 20, 2015 at 09:26:12AM -0500, David Edelsohn wrote:
> On Tue, Jan 20, 2015 at 12:41 AM, Alan Modra wrote:
> > On Mon, Jan 19, 2015 at 10:43:29PM -0500, David Edelsohn wrote:
> >> On Fri, Jan 17, 2014 at 10:58 PM, Alan Modra wrote:
> >> > This patch cures PR59828 by translating all the
On Tue, Jan 20, 2015 at 12:41 AM, Alan Modra wrote:
> On Mon, Jan 19, 2015 at 10:43:29PM -0500, David Edelsohn wrote:
>> On Fri, Jan 17, 2014 at 10:58 PM, Alan Modra wrote:
>> > This patch cures PR59828 by translating all the -mcpu options at once,
>> > in order, to their equivalent assembler -m
On Mon, Jan 19, 2015 at 10:43:29PM -0500, David Edelsohn wrote:
> On Fri, Jan 17, 2014 at 10:58 PM, Alan Modra wrote:
> > This patch cures PR59828 by translating all the -mcpu options at once,
> > in order, to their equivalent assembler -m options by using a new spec
> > function. In the process
On Fri, Jan 17, 2014 at 10:58 PM, Alan Modra wrote:
> This patch cures PR59828 by translating all the -mcpu options at once,
> in order, to their equivalent assembler -m options by using a new spec
> function. In the process this removes some duplication.
>
> All the rhs of -mcpu= options from th
This patch cures PR59828 by translating all the -mcpu options at once,
in order, to their equivalent assembler -m options by using a new spec
function. In the process this removes some duplication.
All the rhs of -mcpu= options from the command line can be extracted
with %{mcpu=*:%*}, and then pa