This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Add initial POWER7 support
On Sat, 2008-08-02 at 09:44 +0930, Alan Modra wrote:
> On Fri, Aug 01, 2008 at 05:49:40PM -0500, Peter Bergner wrote:
> > The following patch adds some initial POWER7 support so that we recognize the
> > -mpower7 and -mvsx options.
>
> OK, except for the following error. Please fix the macro value
> before committing.
[snip]
> > +/* Opcode is supported by Vector-Scalar (VSX) Unit */
> > +#define PPC_OPCODE_VSX 0x40000000
I guess when I moved the code up to mainline, I didn't notice the collision.
Thanks for catching that! Anyway, I bumped the value up and committed it.
Thanks.
Peter