public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs][PATCH][ARM] Add -mpure-code to changes.html
@ 2016-11-21  9:40 Andre Vieira (lists)
  2016-11-21  9:44 ` Kyrill Tkachov
  2016-11-27 12:58 ` Gerald Pfeifer
  0 siblings, 2 replies; 3+ messages in thread
From: Andre Vieira (lists) @ 2016-11-21  9:40 UTC (permalink / raw)
  To: GCC Patches

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

Hi,

I added the description of the new ARM -mpure-code option to changes.html.

Is this OK?

Cheers,
Andre

[-- Attachment #2: mpurecode_wwwdocs.diff --]
[-- Type: text/x-patch, Size: 750 bytes --]

Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.24
diff -u -r1.24 changes.html
--- htdocs/gcc-7/changes.html	9 Nov 2016 14:28:59 -0000	1.24
+++ htdocs/gcc-7/changes.html	17 Nov 2016 09:31:22 -0000
@@ -330,6 +330,12 @@
        <code>-mcpu=cortex-m33</code> and <code>-mtune=cortex-m33</code>
        options.
      </li>
+     <li>
+       A new command line option <code>-mpure-code</code> has been added.
+       It does not allow constant data to be placed in code sections.
+       This option is only available when generating non-pic code for ARMv7-M
+       targets.
+     </li>
    </ul>
 
 <h3 id="avr">AVR</h3>

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

* Re: [wwwdocs][PATCH][ARM] Add -mpure-code to changes.html
  2016-11-21  9:40 [wwwdocs][PATCH][ARM] Add -mpure-code to changes.html Andre Vieira (lists)
@ 2016-11-21  9:44 ` Kyrill Tkachov
  2016-11-27 12:58 ` Gerald Pfeifer
  1 sibling, 0 replies; 3+ messages in thread
From: Kyrill Tkachov @ 2016-11-21  9:44 UTC (permalink / raw)
  To: Andre Vieira (lists), GCC Patches


On 21/11/16 09:40, Andre Vieira (lists) wrote:
> Hi,
>
> I added the description of the new ARM -mpure-code option to changes.html.
>
> Is this OK?
>
> Cheers,
> Andre

Ok.
Thanks,
Kyrill

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

* Re: [wwwdocs][PATCH][ARM] Add -mpure-code to changes.html
  2016-11-21  9:40 [wwwdocs][PATCH][ARM] Add -mpure-code to changes.html Andre Vieira (lists)
  2016-11-21  9:44 ` Kyrill Tkachov
@ 2016-11-27 12:58 ` Gerald Pfeifer
  1 sibling, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2016-11-27 12:58 UTC (permalink / raw)
  To: Andre Vieira (lists); +Cc: gcc-patches

On Mon, 21 Nov 2016, Andre Vieira (lists) wrote:
> I added the description of the new ARM -mpure-code option to changes.html.

Just as a note, per https://gcc.gnu.org/codingconventions.html#Spelling 
we are using "command-line option" (with a dash).

I applied the obvious change (below) on top of yours.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.30
diff -u -r1.30 changes.html
--- changes.html	23 Nov 2016 07:38:58 -0000	1.30
+++ changes.html	23 Nov 2016 11:48:03 -0000
@@ -389,7 +389,7 @@
        <code>-mtune=cortex-m33</code>.
      </li>
      <li>
-       A new command line option <code>-mpure-code</code> has been added.
+       A new command-line option <code>-mpure-code</code> has been added.
        It does not allow constant data to be placed in code sections.
        This option is only available when generating non-pic code for ARMv7-M
        targets.
@@ -423,7 +423,7 @@
   /* Returns array + 0x4000 + 2 * idx. */
   return &amp;array[idx];
 }</pre></blockquote></li>
-  <li>A new command line option <code>-Wmisspelled-isr</code> has been added.
+  <li>A new command-line option <code>-Wmisspelled-isr</code> has been added.
     It can be used to turn off &mdash; or turn into errors &mdash;
     warnings that are reported for interrupt service routines (ISRs)
     which don't follow AVR-LibC's naming convention of prefixing

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

end of thread, other threads:[~2016-11-27 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-21  9:40 [wwwdocs][PATCH][ARM] Add -mpure-code to changes.html Andre Vieira (lists)
2016-11-21  9:44 ` Kyrill Tkachov
2016-11-27 12:58 ` Gerald Pfeifer

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).