This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [ARM][doc] Document cortex-a17 mcpu option


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ed5491b9a9188bda38cfabbd12029a8dd1dcc1b4

commit ed5491b9a9188bda38cfabbd12029a8dd1dcc1b4
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date:   Wed Feb 24 10:53:55 2016 +0000

    [ARM][doc] Document cortex-a17 mcpu option
    
    2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
    
        * doc/c-arm.texi (ARM Options): Document cortex-a17.

Diff:
---
 gas/ChangeLog      | 4 ++++
 gas/doc/c-arm.texi | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index daaa081..71fd54e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+    * doc/c-arm.texi (ARM Options): Document cortex-a17.
+
 2016-02-23  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* testsuite/gas/elf/elf.exp: Skip tests for common directive on
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 8679424..9a63a11 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -119,6 +119,7 @@ recognized:
 @code{cortex-a8},
 @code{cortex-a9},
 @code{cortex-a15},
+@code{cortex-a17},
 @code{cortex-a35},
 @code{cortex-a53},
 @code{cortex-a57},


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]