From 71cb39e6a20b4fa1300040127cfc93bb3feee7ea Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 15 Jun 2005 12:53:41 +0000 Subject: [PATCH] * doc/invoke.texi (-mips16): Fix typo. From-SVN: r100981 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1d7a0d58c12..e8aba50d7d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-06-15 Richard Sandiford + + * doc/invoke.texi (-mips16): Fix typo. + 2005-06-15 David Ung * config/mips/mips.h (GENERATE_MIPS16E): New definition. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 47f7766cf32..ebb783e95d0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9862,7 +9862,7 @@ Equivalent to @samp{-march=mips64}. @opindex mips16 @opindex mno-mips16 Generate (do not generate) MIPS16 code. If GCC is targetting a -MIP32 or MIPS64 architecture, it will make use of the MIPS16e ASE@. +MIPS32 or MIPS64 architecture, it will make use of the MIPS16e ASE@. @item -mabi=32 @itemx -mabi=o64 -- 2.30.2