Hi Alex, > -----Original Message----- > From: Alex Coplan <[email protected]> > Sent: 24 September 2020 17:01 > To: [email protected] > Cc: [email protected]; Richard Earnshaw <[email protected]>; > Ramana Radhakrishnan <[email protected]>; Kyrylo > Tkachov <[email protected]> > Subject: [PATCH 2/2] arm: Add support for Neoverse N2 CPU > > This adds support for Arm's Neoverse N2 CPU to the AArch32 backend. > Neoverse N2 builds AArch32 at EL0 and therefore needs support in AArch32 > GCC. > > Testing: > * Bootstrapped and regtested on arm-none-linux-gnueabihf. > > OK for master?
Ok. Thanks, Kyrill > > Thanks, > Alex > > --- > > gcc/ChangeLog: > > * config/arm/arm-cpus.in (neoverse-n2): New. > * config/arm/arm-tables.opt: Regenerate. > * config/arm/arm-tune.md: Regenerate. > * doc/invoke.texi: Document support for Neoverse N2.
