Please ignore this patch. I'll respin the patch on a more recent GCC.
Best regards, Thomas On 29/06/17 14:56, Thomas Preudhomme wrote:
Hi, This patch adds support for the ARM Cortex-R52 processor rencently announced. [1] https://developer.arm.com/products/processors/cortex-r/cortex-r52 ChangeLog entry is as follows: *** gcc/ChangeLog *** 2017-01-31 Thomas Preud'homme <thomas.preudho...@arm.com> * config/arm/arm-cpus.in (cortex-r52): Add new entry. * config/arm/arm-cpu.h: Regenerate. * config/arm/arm-cpu-cdata.h: Regenerate. * config/arm/arm-cpu-data.h: Regenerate. * config/arm/arm-tables.opt: Regenerate. * config/arm/bpabi.h (BE8_LINK_SPEC): Add entry for ARM Cortex-R52. * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM Cortex-R52. * doc/invoke.texi: Mention -mtune=cortex-r52. Tested by building an arm-none-eabi GCC cross-compiler targeting Cortex-R52. Is this ok for stage1? Best regards, Thomas