Identical options to Alpha/VMS. Committed as obvious.

* doc/invoke.texi (Target options):
	Add new option list for IA-64/VMS.
	(menu): Add IA-64/VMS Options.
	(IA-64/VMS Options): Likewise.

From-SVN: r150808
This commit is contained in:
Douglas B Rupp 2009-08-16 19:23:44 +00:00 committed by Douglas Rupp
parent 15305a736f
commit dcad28fd05
2 changed files with 32 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2009-08-16 Douglas B Rupp <rupp@gnat.com>
* doc/invoke.texi (Target options):
Add new option list for IA-64/VMS.
(menu): Add IA-64/VMS Options.
(IA-64/VMS Options): Likewise.
2009-08-16 Richard Sandiford <rdsandiford@googlemail.com>
PR target/38599

View file

@ -624,6 +624,9 @@ Objective-C and Objective-C++ Dialects}.
-msel-sched-dont-check-control-spec -msched-fp-mem-deps-zero-cost @gol
-msched-max-memory-insns-hard-limit -msched-max-memory-insns=@var{max-insns}}
@emph{IA-64/VMS Options}
@gccoptlist{-mvms-return-codes -mdebug-main=@var{prefix} -mmalloc64}
@emph{M32R/D Options}
@gccoptlist{-m32r2 -m32rx -m32r @gol
-mdebug @gol
@ -9160,6 +9163,7 @@ platform.
* i386 and x86-64 Options::
* i386 and x86-64 Windows Options::
* IA-64 Options::
* IA-64/VMS Options::
* M32C Options::
* M32R/D Options::
* M680x0 Options::
@ -12175,6 +12179,27 @@ when limit is reached but may still schedule memory operations.
@end table
@node IA-64/VMS Options
@subsection IA-64/VMS Options
These @samp{-m} options are defined for the IA-64/VMS implementations:
@table @gcctabopt
@item -mvms-return-codes
@opindex mvms-return-codes
Return VMS condition codes from main. The default is to return POSIX
style condition (e.g.@ error) codes.
@item -mdebug-main=@var{prefix}
@opindex mdebug-main=@var{prefix}
Flag the first routine whose name starts with @var{prefix} as the main
routine for the debugger.
@item -mmalloc64
@opindex mmalloc64
Default to 64bit memory allocation routines.
@end table
@node M32C Options
@subsection M32C Options
@cindex M32C options