diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-16 20:26:29 +0000 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-16 20:28:14 +0000 |
commit | 1bbda94fe0174714e296335e7cc744b5fb618525 (patch) | |
tree | fd0d2e635175fe874c31456517ffe5ec051470b6 /gas/testsuite | |
parent | 119e99bb7f5059ed31e574f0ceda8fbe9951403b (diff) | |
download | gdb-1bbda94fe0174714e296335e7cc744b5fb618525.zip gdb-1bbda94fe0174714e296335e7cc744b5fb618525.tar.gz gdb-1bbda94fe0174714e296335e7cc744b5fb618525.tar.bz2 |
arm: Add support for Cortex-A78C
This patch adds support for -mcpu=cortex-a78c command line option.
For more information about this processor, see [0]:
[0] https://developer.arm.com/ip-products/processors/cortex-a/cortex-a78c
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/arm/cpu-cortex-a78c.d | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/gas/arm/cpu-cortex-a78c.d b/gas/testsuite/gas/arm/cpu-cortex-a78c.d new file mode 100644 index 0000000..e1a90e4 --- /dev/null +++ b/gas/testsuite/gas/arm/cpu-cortex-a78c.d @@ -0,0 +1,6 @@ +# name: Assemble and dump for cortex-a78c CPU +# source: nop-asm.s +# as: -mcpu=cortex-a78c +# objdump: -d -mcortex-a78c + +#... |