MIPS: Add support for -mcrc and -mginv options.
authorMatthew Fortune <matthew.fortune@mips.com>
Fri, 15 Jun 2018 15:50:25 +0000 (15:50 +0000)
committerRobert Suchanek <rts@gcc.gnu.org>
Fri, 15 Jun 2018 15:50:25 +0000 (15:50 +0000)
commit9e9e626420ee11c9c1e63a40a3e957cd145744d4
tree3e0dc97b76afb53bc776553e3624edde98c68a4a
parent5a95794c58161276de626abb1479f498f3ae76b9
MIPS: Add support for -mcrc and -mginv options.

gcc/ChangeLog:

2018-06-15  Matthew Fortune  <matthew.fortune@mips.com>

* config/mips/mips.h (ASM_SPEC): Pass through -mcrc, -mno-crc,
-mginv and -mno-ginv to the assembler.
* config/mips/mips.opt (-mcrc): New option.
(-mginv): Likewise.
* doc/invoke.text (-mcrc): Document.
(-mginv): Likewise.

From-SVN: r261635
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.opt
gcc/doc/invoke.texi