forked from Imagelibrary/binutils-gdb
arm: enable Cortex-R52+ CPU
Patch is adding Cortex-R52+ as 'cortex-r52plus' command line flag for -mcpu option. bfd/ * cpu-arm.c: New Cortex-R52+ CPU. gas/ * NEWS: Update docs. * config/tc-arm.c: New Cortex-R52+ CPU. * doc/c-arm.texi: Update docs. * testsuite/gas/arm/cpu-cortex-r52plus.d: New test.
This commit is contained in:
@@ -166,6 +166,7 @@ processors[] =
|
||||
{ bfd_mach_arm_7, "cortex-r4f" },
|
||||
{ bfd_mach_arm_7, "cortex-r5" },
|
||||
{ bfd_mach_arm_8R, "cortex-r52" },
|
||||
{ bfd_mach_arm_8R, "cortex-r52plus" },
|
||||
{ bfd_mach_arm_7, "cortex-r7" },
|
||||
{ bfd_mach_arm_7, "cortex-r8" },
|
||||
{ bfd_mach_arm_8, "cortex-x1" },
|
||||
|
||||
Reference in New Issue
Block a user