Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2006-07-26 15:56:20 +0400
committerRichard Sandiford <rdsandiford@googlemail.com>2006-07-26 15:56:20 +0400
commit8f2f8bde539a411a2e367e62114e38650b54d760 (patch)
treea4387ae3aab1898e739938022f92f435014427b3
parentcee33bc2783768d7b0c55ee3b99f69e74f5bf275 (diff)
opcodes/
* m68k-opc.c (m68k_opcodes): Fix operand specificer in the Coldfire "fdaddl" entry. gas/testsuite/ * gas/m68k/mcf-fpu.s: Add tests for all addressing modes. * gas/m68k/mcf-fpu.d: Update accordingly.
-rw-r--r--ChangeLog.csl10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index d5e5b3ffe..60c171dd3 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,13 @@
+2006-07-26 Richard Sandiford <richard@codesourcery.com>
+
+ opcodes/
+ * m68k-opc.c (m68k_opcodes): Fix operand specificer in the Coldfire
+ "fdaddl" entry.
+
+ gas/testsuite/
+ * gas/m68k/mcf-fpu.s: Add tests for all addressing modes.
+ * gas/m68k/mcf-fpu.d: Update accordingly.
+
2006-07-20 Julian Brown <julian@codesourcery.com>
Backport from mainline.