diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2009-10-25 02:11:13 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2009-10-25 02:11:13 +0000 |
commit | 2babba4317657f9eae14e3ee84ce40a0ae3cafa0 (patch) | |
tree | 6a9fea6ab4873a5c4729836a549bb50954f7a772 /gas/ChangeLog | |
parent | d76b263e042ca35970d7ef62b8f521f658ecf769 (diff) | |
download | gdb-2babba4317657f9eae14e3ee84ce40a0ae3cafa0.zip gdb-2babba4317657f9eae14e3ee84ce40a0ae3cafa0.tar.gz gdb-2babba4317657f9eae14e3ee84ce40a0ae3cafa0.tar.bz2 |
* doc/as.texinfo (Overview): Move -mfix7000/-mno-fix7000 to
match the order elsewhere. Add -mfix-vr4120/-mno-fix-vr4120 and
-mfix-vr4130/-mno-fix-vr4130.
* doc/c-mips.texi (MIPS Opts): Correct -no-mfix-vr4120 to
-mno-fix-vr4120 and -no-mfix-vr4130 to -mno-fix-vr4130.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e2b7e86..c62d4f7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2009-10-25 Maciej W. Rozycki <macro@linux-mips.org> + + * doc/as.texinfo (Overview): Move -mfix7000/-mno-fix7000 to + match the order elsewhere. Add -mfix-vr4120/-mno-fix-vr4120 and + -mfix-vr4130/-mno-fix-vr4130. + * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-vr4120 to + -mno-fix-vr4120 and -no-mfix-vr4130 to -mno-fix-vr4130. + 2009-10-20 H.J. Lu <hongjiu.lu@intel.com> PR gas/10775 |