diff options
author | James Greenhalgh <james.greenhalgh@arm.com> | 2017-06-21 09:13:25 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-06-21 09:13:25 +0100 |
commit | 1e29262747bed568c673b8765d214a4a16772da1 (patch) | |
tree | 56fb2af917547f46d084f4c0e519152b0b6ec80a /gas/doc | |
parent | eb83230b4d5c0129174937846ded9eaa9f78ff28 (diff) | |
download | gdb-1e29262747bed568c673b8765d214a4a16772da1.zip gdb-1e29262747bed568c673b8765d214a4a16772da1.tar.gz gdb-1e29262747bed568c673b8765d214a4a16772da1.tar.bz2 |
Add support for the Cortex-A55 and Cortex-A75 versions of the AArch64 architecture.
* config/tc-aarch64.c (aarch64_cpus): Add cortex-a55 and cortex-a75.
* doc/c-aarch64.texi (-mcpu): Document cortex-a55 and cortex-a75.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 2a01c3f..2477555 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -57,9 +57,11 @@ message if an attempt is made to assemble an instruction which will not execute on the target processor. The following processor names are recognized: @code{cortex-a35}, @code{cortex-a53}, +@code{cortex-a55}, @code{cortex-a57}, @code{cortex-a72}, @code{cortex-a73}, +@code{cortex-a75}, @code{exynos-m1}, @code{falkor}, @code{qdf24xx}, |