diff options
author | Richard Sandiford <richard@codesourcery.com> | 2005-06-15 12:53:41 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-06-15 12:53:41 +0000 |
commit | 71cb39e6a20b4fa1300040127cfc93bb3feee7ea (patch) | |
tree | 6ef049a79fbae864d7bf0b45ce4e502b36624da3 /gcc | |
parent | 18ea791fa493020cc6049500979c694a5d5457dd (diff) | |
download | gcc-71cb39e6a20b4fa1300040127cfc93bb3feee7ea.zip gcc-71cb39e6a20b4fa1300040127cfc93bb3feee7ea.tar.gz gcc-71cb39e6a20b4fa1300040127cfc93bb3feee7ea.tar.bz2 |
* doc/invoke.texi (-mips16): Fix typo.
From-SVN: r100981
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1d7a0d5..e8aba50 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-06-15 Richard Sandiford <richard@codesourcery.com> + + * doc/invoke.texi (-mips16): Fix typo. + 2005-06-15 David Ung <davidu@mips.com> * config/mips/mips.h (GENERATE_MIPS16E): New definition. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 47f7766..ebb783e 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 |