]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add support for the Samsung Exynos M1 processor.
authorEvandro Menezes <e.menezes@samsung.com>
Wed, 1 Apr 2015 23:08:00 +0000 (18:08 -0500)
committerSebastian Pop <sebpop@gmail.com>
Mon, 6 Apr 2015 19:47:28 +0000 (19:47 +0000)
gas/
        * config/tc-aarch64.c: Add support for Samsung Exynos M1.
        * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".

gas/ChangeLog
gas/config/tc-aarch64.c
gas/doc/c-aarch64.texi

index 2b74942d5013c6c028bb86c6213289e07215c9ec..300833a8e63c344e2123573d28859916d453ef84 100644 (file)
@@ -1,3 +1,8 @@
+2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
+
+       * config/tc-aarch64.c: Add support for Samsung Exynos M1.
+       * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
+
 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
 
        * config/tc-arm.c: Add support for Samsung Exynos M1.
index de4e2033469e0787d6f7115d6d94751927541b9e..ce2ba95d7f636ed7ff3566d891ddc90452015c64 100644 (file)
@@ -7186,6 +7186,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"},
   /* The 'xgene-1' name is an older name for 'xgene1', which was used
      in earlier releases and is superseded by 'xgene1' in all
      tools.  */
index cb94251ebd9fb4da491753b263dd335e30fb85f4..2aaed6779646d13dad1e0ad9a348ea047a71d8f9 100644 (file)
@@ -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{xgene1},
 and
 @code{xgene2}.