===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.24
@@ -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>