Hi,

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

Is this OK?

Cheers,
Andre
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>

Reply via email to