public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Visium] Minor options tweak
@ 2015-02-12 23:17 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2015-02-12 23:17 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

Tested on visium-elf, applied on the mainline.


2015-02-12  Eric Botcazou  <ebotcazou@adacore.com>

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


-- 
Eric Botcazou

[-- Attachment #2: p.diff --]
[-- Type: text/x-patch, Size: 560 bytes --]

Index: config/visium/visium.opt
===================================================================
--- config/visium/visium.opt	(revision 220607)
+++ config/visium/visium.opt	(working copy)
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-12 23:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12 23:17 [Visium] Minor options tweak Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).