[ARM] Allow +nodsp for -mcpu=cortex-m33
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Mon, 16 Oct 2017 13:55:00 +0000 (13:55 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Mon, 16 Oct 2017 13:55:00 +0000 (13:55 +0000)
commit525f700d24e3ad5f5f0705243fd310d3bec8172d
tree90c1864c12bd8e908e554fddee6fc4e5a18758bd
parenta310363e9028a084bf4148de7441f86deb879dbf
[ARM] Allow +nodsp for -mcpu=cortex-m33

DSP instructions are optional for Arm Cortex-M33, yet its -mcpu option
does not allow +nodsp. Users are thus left with using
-march=armv8-m.main -mtune=cortex-m33. This patch allows +nodsp to
-mcpu=cortex-m33.

2017-10-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config/arm/arm-cpus.in (cortex-m33): Add nodsp option.
    * doc/invoke.texi: Document +nodsp as a valid extension for
    -mcpu=cortex-m33.

From-SVN: r253787
gcc/ChangeLog
gcc/config/arm/arm-cpus.in
gcc/doc/invoke.texi