]> git.ipfire.org Git - thirdparty/gcc.git/commit
MIPS: Add support for -mcrc and -mginv options.
authorrts <rts@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jun 2018 15:50:25 +0000 (15:50 +0000)
committerrts <rts@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jun 2018 15:50:25 +0000 (15:50 +0000)
commit9c15e0a283c756c336c7df6e8b871a7405af9cae
tree3e0dc97b76afb53bc776553e3624edde98c68a4a
parentb2fe5652245759d1a4bf1dc27614f28be76df31b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261635 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.opt
gcc/doc/invoke.texi