diff mbox

[wwwdocs,ARM] Add -mpure-code to changes.html

Message ID 5832C115.7080102@arm.com
State New
Headers show

Commit Message

Andre Vieira (lists) Nov. 21, 2016, 9:40 a.m. UTC
Hi,

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

Is this OK?

Cheers,
Andre

Comments

Kyrill Tkachov Nov. 21, 2016, 9:44 a.m. UTC | #1
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
diff mbox

Patch

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>