diff options
author | Eric Christopher <echristo@gcc.gnu.org> | 2005-02-01 03:02:51 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2005-02-01 03:02:51 +0000 |
commit | fc47430703b97eeb0dec89580a4a3a1b9e7cd0a1 (patch) | |
tree | de2ba8436bb1f3fdae3087feb25fe3edf89d8060 /gcc/doc | |
parent | 7f75bb83182ad56c111263bc484ef4a65bd42d67 (diff) | |
download | gcc-fc47430703b97eeb0dec89580a4a3a1b9e7cd0a1.zip gcc-fc47430703b97eeb0dec89580a4a3a1b9e7cd0a1.tar.gz gcc-fc47430703b97eeb0dec89580a4a3a1b9e7cd0a1.tar.bz2 |
mips.c (override_options): Warn if -mint64 is used.
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.
From-SVN: r94514
Diffstat (limited to 'gcc/doc')
-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 a48fac1..b58cd41 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 |