This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH V2 0/9] Add support for the SPARC M7 cpu to binutils
- From: David Miller <davem at davemloft dot net>
- To: jose dot marchesi at oracle dot com
- Cc: binutils at sourceware dot org
- Date: Tue, 07 Oct 2014 23:53:52 -0400 (EDT)
- Subject: Re: [PATCH V2 0/9] Add support for the SPARC M7 cpu to binutils
- Authentication-results: sourceware.org; auth=none
- References: <1412693313-3546-1-git-send-email-jose dot marchesi at oracle dot com>
From: "Jose E. Marchesi" <jose.marchesi@oracle.com>
Date: Tue, 7 Oct 2014 16:48:24 +0200
> [Changes in this version of the patches:
> - The RANDOM, TRANS and ASI_CACHE_SPARING hwcaps have been kept in
> Tag_GNU_Sparc_HWCAPS, as discussed in the mailing list. The
> FJATHHPC, FJDES and JFAES bits have been added to
> Tag_GNU_Sparc_HWCAPS2 instead of changing the meaning of the bits
> in Tag_GNU_Sparc_HWCAPS1.
> - Use bfd_uint64_t instead of `unsigned long' to guarantee 64 bits.
> - Typo fixed in `gas: new SPARC architectures: sparc5, v9m and
> v8plusm.': v9x -> v9m.]
This series looks fine to me.
> host target
> ---- ------
> sparc64-unknown-linux-gnu sparc64-unknown-linux-gnu
> x86_64-unknown-linux-gnu sparc64-unkwnon-linux-gnu
>
> No visible regressions found.
Can you please also test sparc-unknown-linux-gnu builds, that's what
every distribution is going to do, and such a build fully includes
64-bit support. And hey the binaries are faster too. :-)
Thanks.