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/config/tc-aarch64.c | |
parent | 246496bb652fa8571bfccd46886dd03598bae2b0 (diff) | |
download | gdb-2412d878342e6fc36caf314826d6bfa8292d84c6.zip gdb-2412d878342e6fc36caf314826d6bfa8292d84c6.tar.gz gdb-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/config/tc-aarch64.c')
-rw-r--r-- | gas/config/tc-aarch64.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index ef4fae8..32ae6d4 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -7320,6 +7320,9 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = { AARCH64_FEATURE_CRC), "Cortex-A57"}, {"cortex-a72", AARCH64_FEATURE (AARCH64_ARCH_V8, AARCH64_FEATURE_CRC), "Cortex-A72"}, + {"exynos-m1", AARCH64_FEATURE (AARCH64_ARCH_V8, + AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO), + "Samsung Exynos M1"}, {"thunderx", AARCH64_ARCH_V8, "Cavium ThunderX"}, /* The 'xgene-1' name is an older name for 'xgene1', which was used in earlier releases and is superseded by 'xgene1' in all |