* invoke.texi: Document the mips option -mno-crt0

From-SVN: r30761
This commit is contained in:
Gavin Romig-Koch 1999-12-02 18:52:01 +00:00 committed by Gavin Romig-Koch
parent 0e5732f2b5
commit 63357d93b3
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-12-02 Gavin Romig-Koch <gavin@cygnus.com>
* invoke.texi: Document the mips option -mno-crt0
1999-12-02 Mike Karr <mkarr@mathworks.com>
* cccp.c (argdata): Added free_ptr member.

View File

@ -349,6 +349,7 @@ in the following sections.
-m4650 -msingle-float -mmad
-mstats -EL -EB -G @var{num} -nocpp
-mabi=32 -mabi=n32 -mabi=64 -mabi=eabi
-mno-crt0
@emph{i386 Options}
-mcpu=@var{cpu type}
@ -5687,6 +5688,9 @@ value.
@item -nocpp
Tell the MIPS assembler to not run its preprocessor over user
assembler files (with a @samp{.s} suffix) when assembling them.
@item -no-crt0
Do not include the default crt0.
@end table
@ifset INTERNALS