public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, ARM, doc] add missing -mtune options
@ 2015-05-07 22:12 Jim Wilson
  2015-05-13 16:11 ` Ramana Radhakrishnan
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Wilson @ 2015-05-07 22:12 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

I noticed that the list of -mtune options in the arm-cores.def file
didn't match the list in the doc/invoke.texi file.  There are 3 cores
missing: generic-armv7-a, cortex-a17, and cortex-a17.cortex-a7.  This
patch adds the missing cores to the docs.

Jim

[-- Attachment #2: arm-cores.patch --]
[-- Type: text/x-patch, Size: 1561 bytes --]

2015-05-07  Jim Wilson  <jim.wilson@linaro.org>

	* doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
	cortex-a17, and cortex-a17.cortex-a7.

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 222861)
+++ doc/invoke.texi	(working copy)
@@ -13245,9 +13245,9 @@
 @samp{arm10e}, @samp{arm1020e}, @samp{arm1022e},
 @samp{arm1136j-s}, @samp{arm1136jf-s}, @samp{mpcore}, @samp{mpcorenovfp},
 @samp{arm1156t2-s}, @samp{arm1156t2f-s}, @samp{arm1176jz-s}, @samp{arm1176jzf-s},
-@samp{cortex-a5}, @samp{cortex-a7}, @samp{cortex-a8}, @samp{cortex-a9},
-@samp{cortex-a12}, @samp{cortex-a15}, @samp{cortex-a53},
-@samp{cortex-a57}, @samp{cortex-a72},
+@samp{generic-armv7-a}, @samp{cortex-a5}, @samp{cortex-a7}, @samp{cortex-a8},
+@samp{cortex-a9}, @samp{cortex-a12}, @samp{cortex-a15}, @samp{cortex-a17},
+@samp{cortex-a53}, @samp{cortex-a57}, @samp{cortex-a72},
 @samp{cortex-r4},
 @samp{cortex-r4f}, @samp{cortex-r5}, @samp{cortex-r7}, @samp{cortex-m7},
 @samp{cortex-m4},
@@ -13267,8 +13267,8 @@
 
 Additionally, this option can specify that GCC should tune the performance
 of the code for a big.LITTLE system.  Permissible names are:
-@samp{cortex-a15.cortex-a7}, @samp{cortex-a57.cortex-a53},
-@samp{cortex-a72.cortex-a53}.
+@samp{cortex-a15.cortex-a7}, @samp{cortex-a17.cortex-a7},
+@samp{cortex-a57.cortex-a53}, @samp{cortex-a72.cortex-a53}.
 
 @option{-mtune=generic-@var{arch}} specifies that GCC should tune the
 performance for a blend of processors within architecture @var{arch}.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH, ARM, doc] add missing -mtune options
  2015-05-07 22:12 [PATCH, ARM, doc] add missing -mtune options Jim Wilson
@ 2015-05-13 16:11 ` Ramana Radhakrishnan
  0 siblings, 0 replies; 2+ messages in thread
From: Ramana Radhakrishnan @ 2015-05-13 16:11 UTC (permalink / raw)
  To: gcc-patches



On 07/05/15 23:12, Jim Wilson wrote:
> I noticed that the list of -mtune options in the arm-cores.def file
> didn't match the list in the doc/invoke.texi file.  There are 3 cores
> missing: generic-armv7-a, cortex-a17, and cortex-a17.cortex-a7.  This
> patch adds the missing cores to the docs.
>
> Jim
>

This is OK thanks.


regards
Ramana

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-13 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-07 22:12 [PATCH, ARM, doc] add missing -mtune options Jim Wilson
2015-05-13 16:11 ` Ramana Radhakrishnan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).