Browse Source
bfd/ChangeLog: 2020-09-30 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> * cpu-arm.c: Add cortex-a78 and cortex-a78ae. gas/ChangeLog: 2020-09-30 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> * config/tc-arm.c: Add cortex-a78 and cortex-a78ae cores. * doc/c-arm.texi: Update docs. * NEWS: Update news. * testsuite/gas/arm/cpu-cortex-a78.d: New test. * testsuite/gas/arm/cpu-cortex-a78ae.d: New test.users/ARM/morello-binutils-gdb-master
6 changed files with 24 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
# name: Assemble and dump for cortex-a78 CPU |
|||
# source: nop-asm.s |
|||
# as: -mcpu=cortex-a78 |
|||
# objdump: -d -mcortex-a78 |
|||
|
|||
#... |
|||
@ -0,0 +1,6 @@ |
|||
# name: Assemble and dump for cortex-a78ae CPU |
|||
# source: nop-asm.s |
|||
# as: -mcpu=cortex-a78ae |
|||
# objdump: -d -mcortex-a78ae |
|||
|
|||
#... |
|||
Loading…
Reference in new issue