diff options
author | Evandro Menezes <emenezes@osdn.samsung.com> | 2015-03-26 15:18:08 -0500 |
---|---|---|
committer | Sebastian Pop <sebpop@gmail.com> | 2015-04-01 21:00:41 +0000 |
commit | 2412d878342e6fc36caf314826d6bfa8292d84c6 (patch) | |
tree | b20b069824dc32c145ca7aa60ad3718eeb0a0547 /gas/doc | |
parent | 246496bb652fa8571bfccd46886dd03598bae2b0 (diff) | |
download | binutils-2412d878342e6fc36caf314826d6bfa8292d84c6.zip binutils-2412d878342e6fc36caf314826d6bfa8292d84c6.tar.gz binutils-2412d878342e6fc36caf314826d6bfa8292d84c6.tar.bz2 |
[AArch64] Add support for the Samsung Exynos M1 processor
2015-03-26 Evandro Menezes <e.menezes@samsung.com>
gas/
* config/tc-aarch64.c: Add support for Samsung Exynos M1.
* doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
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 ce3694a..79fe168 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -58,6 +58,7 @@ on the target processor. The following processor names are recognized: @code{cortex-a53}, @code{cortex-a57}, @code{cortex-a72}, +@code{exynos-m1}, @code{thunderx}, @code{xgene1} and |