diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2013-12-04 19:29:25 +0100 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-01-07 12:27:24 +0000 |
commit | 9877c63c84d71d43e3b9ce3c2e54ba3b4065459a (patch) | |
tree | 6c9faff34b731415a8b88bd207f5c2de659a8670 /gas/ChangeLog | |
parent | 3b631e3720979156e83af0dac8b77f479384c2af (diff) | |
download | gdb-9877c63c84d71d43e3b9ce3c2e54ba3b4065459a.zip gdb-9877c63c84d71d43e3b9ce3c2e54ba3b4065459a.tar.gz gdb-9877c63c84d71d43e3b9ce3c2e54ba3b4065459a.tar.bz2 |
[AArch64] Add GAS recognition for "xgene-1"
* config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
This adds support for the AppliedMicro X-Gene 1 processor to the
assembler.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8295850..0a4f659 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> + + * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1" + 2013-12-20 Tristan Gingold <gingold@adacore.com> * doc/c-arm.texi (ARM Directives): Remove duplicate .pad entry. |