This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH][AArch64] Add support for missing CPUs


Hi Dennis,

The patches themselves look fine to me (though I am not a maintainer so you still need maintainer approval)

But could you please add a NEWS entry for the new CPUs for both this and the Arm patch?

Thanks,
Tamar

> -----Original Message-----
> From: binutils-owner@sourceware.org <binutils-owner@sourceware.org>
> On Behalf Of Dennis Zhang
> Sent: Friday, August 16, 2019 14:42
> To: binutils@sourceware.org
> Cc: nd <nd@arm.com>; Richard Earnshaw <Richard.Earnshaw@arm.com>;
> Marcus Shawcroft <Marcus.Shawcroft@arm.com>; nickc@redhat.com
> Subject: [PATCH][AArch64] Add support for missing CPUs
> 
> Hi all,
> 
> This patch adds support for following CPUs:
> Cortex-A77, Cortex-A76AE, Cortex-A34, Cortex-A65, and Cortex-A65AE.
> 
> Related specifications can be found at
> https://developer.arm.com/ip-products/processors.
> 
> New tests are for new options of added CPUs.
> Bootstrapped/regtested for aarch64-none-linux-gnu.
> 
> Please help to check if it's ready.
> Many thanks!
> 
> gas/ChangeLog:
> 
> 2019-08-16  Dennis Zhang  <dennis.zhang@arm.com>
> 
> 	* config/tc-aarch64.c: New entries for Cortex-A34, Cortex-A65,
> 	Cortex-A77, cortex-A65AE, and Cortex-A76AE.
> 	* doc/c-aarch64.texi: Document new CPUs.
> 	* testsuite/gas/aarch64/cpu-cortex-a34.d: New test.
> 	* testsuite/gas/aarch64/cpu-cortex-a65.d: New test.
> 	* testsuite/gas/aarch64/cpu-cortex-a65ae.d: New test.
> 	* testsuite/gas/aarch64/cpu-cortex-a76ae.d: New test.
> 	* testsuite/gas/aarch64/cpu-cortex-a77.d: New test.
> 	* testsuite/gas/aarch64/nop-asm.s: New test.
> 
> bfd/ChangeLog:
> 
> 2019-08-16  Dennis Zhang  <dennis.zhang@arm.com>
> 
> 	* cpu-aarch64.c: New entries for Cortex-A34, Cortex-A65,
> 	Cortex-A77, Cortex-A65AE, and Cortex-A76AE.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]