mips.opt (mmcu): New option.
authorMaciej W. Rozycki <macro@codesourcery.com>
Wed, 18 Jul 2012 18:13:09 +0000 (18:13 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Wed, 18 Jul 2012 18:13:09 +0000 (14:13 -0400)
commit5cb5a23fe2133765ebc1b31ceb84c85bfa076c61
tree42e6bc3e3e49ff41143e588767c81298dd363ef7
parent16926032665d72b6cbf1a96fdb3fab83932bee97
mips.opt (mmcu): New option.

2012-07-18  Maciej W. Rozycki  <macro@codesourcery.com>
    Chao-ying Fu  <fu@mips.com>

* config/mips/mips.opt (mmcu): New option.
* config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
_mips_mcu when TARGET_MCU.
(ASM_SPEC): Pass mcu options to the assembler.
* doc/invoke.texi (MIPS Options): Document -mmcu and -mno-mcu.

Co-Authored-By: Chao-ying Fu <fu@mips.com>
From-SVN: r189624
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.opt
gcc/doc/invoke.texi