* invoke.texi: Document the mips option -mno-crt0
authorGavin Romig-Koch <gavin@cygnus.com>
Thu, 2 Dec 1999 18:52:01 +0000 (18:52 +0000)
committerGavin Romig-Koch <gavin@gcc.gnu.org>
Thu, 2 Dec 1999 18:52:01 +0000 (18:52 +0000)
From-SVN: r30761

gcc/ChangeLog
gcc/invoke.texi

index 89287c9921087eed17a905fa1562df6d746a4d6b..f16bf43704c47c8f5964c04f00b8955365d03c04 100644 (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.
index d7ad08cd9eae031c5763a9b953911f4aec4ef343..7e76139f320604d08872522821e7aa5df14992a6 100644 (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