aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2011-02-28 16:34:39 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2011-02-28 16:34:39 +0000
commit0067d8fc73d10d58fe707bdbe8c5970ed80d2751 (patch)
tree2e319e7db3a27f02a45c3d17dd8141f2b6b9408c /opcodes/ChangeLog
parentd455268f737c65cc7c12aadaf93001d6bcbb20ba (diff)
downloadfsf-binutils-gdb-0067d8fc73d10d58fe707bdbe8c5970ed80d2751.zip
fsf-binutils-gdb-0067d8fc73d10d58fe707bdbe8c5970ed80d2751.tar.gz
fsf-binutils-gdb-0067d8fc73d10d58fe707bdbe8c5970ed80d2751.tar.bz2
opcodes/
* mips-opc.c (mips_builtin_opcodes): Correct register use annotation of "alnv.ps". gas/testsuite/ * gas/mips/alnv_ps-swap.d: New test for ALNV.PS instruction branch swapping. * gas/mips/alnv_ps-swap.s: Source for the new test. * gas/mips/mips.exp: Run the new test.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 90dfa27..ba013b2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
+ * mips-opc.c (mips_builtin_opcodes): Correct register use
+ annotation of "alnv.ps".
+
+2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
+
* mips-opc.c (mips_builtin_opcodes): Add "pref" macro.
2011-02-22 Mike Frysinger <vapier@gentoo.org>