From: jsm28 Date: Mon, 31 Jan 2011 21:35:31 +0000 (+0000) Subject: * config/vms/vms.opt (map, mvms-return-codes): New Driver options. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=deeaf98d1710b1b79197e0633c367464c01a276f;p=thirdparty%2Fgcc.git * config/vms/vms.opt (map, mvms-return-codes): New Driver options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169451 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 267d192ff372..5e26911589d0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-31 Joseph Myers + + * config/vms/vms.opt (map, mvms-return-codes): New Driver options. + 2011-01-31 Sebastian Pop * common.opt (ftree-loop-linear): Use Alias to make it an alias of diff --git a/gcc/config/vms/vms.opt b/gcc/config/vms/vms.opt index dd4b46b333e5..620dcf80ce1d 100644 --- a/gcc/config/vms/vms.opt +++ b/gcc/config/vms/vms.opt @@ -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 ; . +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