diff options
author | Gavin Romig-Koch <gavin@cygnus.com> | 1999-12-02 18:52:01 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@gcc.gnu.org> | 1999-12-02 18:52:01 +0000 |
commit | 63357d93b3da01be6d2345149f068b578923d916 (patch) | |
tree | 568deace492a552ac08a1b3de1959bb1ee770413 | |
parent | 0e5732f2b545bdacb18461bbb28d36503cecfd98 (diff) | |
download | gcc-63357d93b3da01be6d2345149f068b578923d916.zip gcc-63357d93b3da01be6d2345149f068b578923d916.tar.gz gcc-63357d93b3da01be6d2345149f068b578923d916.tar.bz2 |
* invoke.texi: Document the mips option -mno-crt0
From-SVN: r30761
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/invoke.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89287c9..f16bf43 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index d7ad08c..7e76139 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -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 |