aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorEric Christopher <echristo@gcc.gnu.org>2005-02-01 03:02:51 +0000
committerEric Christopher <echristo@gcc.gnu.org>2005-02-01 03:02:51 +0000
commitfc47430703b97eeb0dec89580a4a3a1b9e7cd0a1 (patch)
treede2ba8436bb1f3fdae3087feb25fe3edf89d8060 /gcc/doc
parent7f75bb83182ad56c111263bc484ef4a65bd42d67 (diff)
downloadgcc-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.texi2
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