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 &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 — or turn into errors — warnings that are reported for interrupt service routines (ISRs) which don't follow AVR-LibC's naming convention of prefixing