visium.opt (msv-mode): Add RejectNegative and Report.

* config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
	(muser-mode): Likewise.

From-SVN: r220667
This commit is contained in:
Eric Botcazou 2015-02-12 23:17:21 +00:00 committed by Eric Botcazou
parent 3b95b65ced
commit dfc61f1ff2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2015-02-12 Eric Botcazou <ebotcazou@adacore.com>
* config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
(muser-mode): Likewise.
2015-02-13 Alan Modra <amodra@gmail.com>
* config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry

View File

@ -61,11 +61,11 @@ EnumValue
Enum(visium_processor_type) String(gr6) Value(PROCESSOR_GR6)
msv-mode
Target Mask(SV_MODE)
Target RejectNegative Report Mask(SV_MODE)
Generate code for the supervisor mode (default)
muser-mode
Target InverseMask(SV_MODE)
Target RejectNegative Report InverseMask(SV_MODE)
Generate code for the user mode
menable-trampolines