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 @@ -mcpu=cortex-m33 and -mtune=cortex-m33 options. +
  • + A new command line option -mpure-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. +
  • AVR