Commit cdde6ab4 by Joseph Myers Committed by Joseph Myers

* config/vms/vms.opt (map, mvms-return-codes): New Driver options.

From-SVN: r169451
parent 3a13ffa9
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> 2011-01-31 Sebastian Pop <sebastian.pop@amd.com>
* common.opt (ftree-loop-linear): Use Alias to make it an alias of * common.opt (ftree-loop-linear): Use Alias to make it an alias of
......
; Copyright (C) 2009 Free Software Foundation, Inc. ; Copyright (C) 2009, 2011 Free Software Foundation, Inc.
; ;
; This file is part of GCC. ; This file is part of GCC.
; ;
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
; along with GCC; see the file COPYING3. If not see ; along with GCC; see the file COPYING3. If not see
; <http://www.gnu.org/licenses/>. ; <http://www.gnu.org/licenses/>.
map
Driver RejectNegative
mmalloc64 mmalloc64
Target Report Mask(MALLOC64) Target Report Mask(MALLOC64)
Malloc data into P2 space Malloc data into P2 space
...@@ -23,3 +26,6 @@ Malloc data into P2 space ...@@ -23,3 +26,6 @@ Malloc data into P2 space
mdebug-main= mdebug-main=
Target RejectNegative Joined Var(vms_debug_main) Target RejectNegative Joined Var(vms_debug_main)
Set name of main routine for the debugger Set name of main routine for the debugger
mvms-return-codes
Driver RejectNegative
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment