diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-01 03:02:51 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-01 03:02:51 +0000 |
commit | 0e59ad1f7cc056cc936ff9ce839bf347d377a548 (patch) | |
tree | de2ba8436bb1f3fdae3087feb25fe3edf89d8060 /gcc/doc/invoke.texi | |
parent | 1e3f30424d893b037c540f5505719756ff75bb77 (diff) | |
download | gcc-0e59ad1f7cc056cc936ff9ce839bf347d377a548.tar.gz |
2005-02-01 Eric Christopher <echristo@redhat.com>
* config/mips/mips.c (override_options): Warn if -mint64
is used.
* doc/invoke.texi (MIPS Options): Document that -mint64 is
deprecated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94514 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a48fac1142d..b58cd4195d9 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9590,6 +9590,8 @@ Force @code{int} and @code{long} types to be 64 bits wide. See @option{-mlong32} for an explanation of the default and the way that the pointer size is determined. +This option has been deprecated and will be removed in a future release. + @item -mlong64 @opindex mlong64 Force @code{long} types to be 64 bits wide. See @option{-mlong32} for |