* config/vms/vms.opt (map, mvms-return-codes): New Driver options.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 31 Jan 2011 21:35:31 +0000 (21:35 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 31 Jan 2011 21:35:31 +0000 (21:35 +0000)
From-SVN: r169451

gcc/ChangeLog
gcc/config/vms/vms.opt

index 267d192ff372534beb24ed8153cf247ef86afb6c..5e26911589d049bc6e2c7a615edb6c56fd6118a9 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-31  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
+
 2011-01-31  Sebastian Pop  <sebastian.pop@amd.com>
 
        * common.opt (ftree-loop-linear): Use Alias to make it an alias of
index dd4b46b333e5d0eb1c9424fc20e63fda714ebbfd..620dcf80ce1d4c7994c9d6249790d01c73143d1f 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2009 Free Software Foundation, Inc.
+; Copyright (C) 2009, 2011 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
@@ -16,6 +16,9 @@
 ; along with GCC; see the file COPYING3.  If not see
 ; <http://www.gnu.org/licenses/>.
 
+map
+Driver RejectNegative
+
 mmalloc64
 Target Report Mask(MALLOC64)
 Malloc data into P2 space
@@ -23,3 +26,6 @@ Malloc data into P2 space
 mdebug-main=
 Target RejectNegative Joined Var(vms_debug_main)
 Set name of main routine for the debugger
+
+mvms-return-codes
+Driver RejectNegative