diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-04-06 22:02:43 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-04-06 22:02:43 +0000 |
commit | 45e279f5d41ad270cf8d62e36ff9e640ebab0729 (patch) | |
tree | 32acc3cb060de36e3f3b21655b83a2bd7d09f6f3 /gas | |
parent | 50f1ae7b0c29405f59f4863657a13738cf8ab5fc (diff) | |
download | gdb-45e279f5d41ad270cf8d62e36ff9e640ebab0729.zip gdb-45e279f5d41ad270cf8d62e36ff9e640ebab0729.tar.gz gdb-45e279f5d41ad270cf8d62e36ff9e640ebab0729.tar.bz2 |
* doc/c-mips.texi (MIPS Opts): Correct -no-mfix-24k to
-mno-fix-24k.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/c-mips.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 168a913..6243dfe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-04-06 Maciej W. Rozycki <macro@linux-mips.org> + + * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-24k to + -mno-fix-24k. + 2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 4124213..8701dc7 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -211,7 +211,7 @@ all problems in hand-written assembler code. Insert nops to work around the VR4130 @samp{mflo}/@samp{mfhi} errata. @item -mfix-24k -@itemx -no-mfix-24k +@itemx -mno-fix-24k Insert nops to work around the 24K @samp{eret}/@samp{deret} errata. @item -mfix-cn63xxp1 |