> -----Original Message----- > From: Alex Coplan <alex.cop...@arm.com> > Sent: 09 September 2020 11:15 > To: gcc-patches@gcc.gnu.org > Cc: Richard Earnshaw <richard.earns...@arm.com>; Richard Sandiford > <richard.sandif...@arm.com>; Marcus Shawcroft > <marcus.shawcr...@arm.com>; Kyrylo Tkachov <kyrylo.tkac...@arm.com> > Subject: [PATCH 2/2] aarch64: Add support for Cortex-R82 > > This patch adds support for Arm's Cortex-R82 CPU to GCC. For more > information about this CPU, see [0]. > > Testing: > * Bootstrapped and regtested on aarch64-none-linux-gnu, no regressions. > > [0] : https://developer.arm.com/ip-products/processors/cortex-r/cortex-r82 > > OK for trunk?
Ok. Thanks, Kyrill > > --- > > gcc/ChangeLog: > > * config/aarch64/aarch64-cores.def: Add Cortex-R82. > * config/aarch64/aarch64-tune.md: Regenerate. > * doc/invoke.texi: Add entry for Cortex-R82. > > --- > gcc/config/aarch64/aarch64-cores.def | 3 +++ > gcc/config/aarch64/aarch64-tune.md | 2 +- > gcc/doc/invoke.texi | 4 ++-- > 3 files changed, 6 insertions(+), 3 deletions(-)