[binutils-gdb] [gas][ARM] Document supported ARMv8 cores.
Kyrylo Tkachov
ktkachov@sourceware.org
Wed Feb 25 13:41:00 GMT 2015
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4469186b996eb84ee9341f4cdcd0f92c412b3f27
commit 4469186b996eb84ee9341f4cdcd0f92c412b3f27
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date: Wed Feb 25 13:40:08 2015 +0000
[gas][ARM] Document supported ARMv8 cores.
2015-02-25 Matthew Wahab <matthew.wahab@arm.com>
* doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
cortex-a72.
Diff:
---
gas/ChangeLog | 5 +++++
gas/doc/c-arm.texi | 3 +++
2 files changed, 8 insertions(+)
diff --git a/gas/ChangeLog b/gas/ChangeLog
index afcc7dc..3c51b8a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-25 Matthew Wahab <matthew.wahab@arm.com>
+
+ * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
+ cortex-a72.
+
2015-02-24 Nick Clifton <nickc@redhat.com>
* config/tc-v850.c (soft_float): New variable.
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 8252487..3d06491 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -119,6 +119,9 @@ recognized:
@code{cortex-a8},
@code{cortex-a9},
@code{cortex-a15},
+@code{cortex-a53},
+@code{cortex-a57},
+@code{cortex-a72},
@code{cortex-r4},
@code{cortex-r4f},
@code{cortex-r5},
More information about the Binutils-cvs
mailing list