diff options
author | gavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-02 18:52:01 +0000 |
---|---|---|
committer | gavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-02 18:52:01 +0000 |
commit | 2bba16fb66ea015e9d79d06b5370bb445a64df1f (patch) | |
tree | 568deace492a552ac08a1b3de1959bb1ee770413 | |
parent | 91a70e60f146ebf0651f001e02b745eed36813fc (diff) | |
download | gcc-2bba16fb66ea015e9d79d06b5370bb445a64df1f.tar.gz |
* invoke.texi: Document the mips option -mno-crt0
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30761 138bc75d-0d04-0410-961f-82ee72b054a4
-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 89287c99210..f16bf43704c 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 d7ad08cd9ea..7e76139f320 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 |