This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Power/GAS: Don't set VLE annotation for non-VLE processors/instructions
- From: "Maciej W. Rozycki" <macro at codesourcery dot com>
- To: Alan Modra <amodra at gmail dot com>
- Cc: <binutils at sourceware dot org>, Geoff Keating <geoffk at geoffk dot org>
- Date: Fri, 22 Aug 2014 16:56:31 +0100
- Subject: Re: [PATCH] Power/GAS: Don't set VLE annotation for non-VLE processors/instructions
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot DEB dot 1 dot 10 dot 1408211312500 dot 2958 at tp dot orcam dot me dot uk> <20140822011330 dot GC5141 at bubble dot grove dot modra dot org>
On Fri, 22 Aug 2014, Alan Modra wrote:
> > gas/
> > * config/tc-ppc.c (md_assemble): Only set the PPC_APUINFO_VLE
> > flag if both the processor and opcode flags match.
> >
> > ld/testsuite/
> > * ld-powerpc/apuinfo-vle.rd: New test.
> > * ld-powerpc/apuinfo-vle.s: New test source.
> > * ld-powerpc/apuinfo.rd: Adjust according to GAS PPC_APUINFO_VLE
> > handling change.
> > * ld-powerpc/powerpc.exp: Run the new test.
>
> OK.
I have applied this now as well as the ARM change you approved. Thanks
for your review.
Maciej