diff options
author | Jiong Wang <jiong@jiong-VPCCW152CU> | 2015-02-04 19:17:12 +0000 |
---|---|---|
committer | Jiong Wang <jiong@jiong-VPCCW152CU> | 2015-02-04 19:17:12 +0000 |
commit | 2abdd192f1ed671c5dcf0d6e52ebee96c8610b40 (patch) | |
tree | 09b6f139a7aae23efe32cd542d99eef510173f38 /gas/doc | |
parent | b66d1c52ac4537484353797ce8d791c0552b3839 (diff) | |
download | gdb-2abdd192f1ed671c5dcf0d6e52ebee96c8610b40.zip gdb-2abdd192f1ed671c5dcf0d6e52ebee96c8610b40.tar.gz gdb-2abdd192f1ed671c5dcf0d6e52ebee96c8610b40.tar.bz2 |
[AArch64] Add support for Cortex-A72
2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
* config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
* doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 508dd11..ce3694a 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -57,6 +57,7 @@ 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-a53}, @code{cortex-a57}, +@code{cortex-a72}, @code{thunderx}, @code{xgene1} and |