summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-11-16 12:46:52 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-11-16 12:46:52 +0000
commit8959562577d0ba9f78b9098ea514a0cda99f9e25 (patch)
treedeb7b682f605f45344a2817ea9aae34deec37f63
parent493a56decfdba5ae98e9cd345ca3aa1308436b6e (diff)
downloadcygnal-8959562577d0ba9f78b9098ea514a0cda99f9e25.tar.gz
cygnal-8959562577d0ba9f78b9098ea514a0cda99f9e25.tar.bz2
cygnal-8959562577d0ba9f78b9098ea514a0cda99f9e25.zip
gas/testuite/
* gas/m68k/all.exp: Add mcf-trap. * gas/m68k/mcf-trap.[sd]: New. opcodes/ * m68k-opc.c (m68k_opcodes): Place trap instructions before set conditionals. Add tpf coldfire instruction as alias for trapf.
-rw-r--r--ChangeLog.csl10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index cafb61402..ce11d26f0 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,13 @@
+2006-11-16 Nathan Sidwell <nathan@codesourcery.com>
+
+ gas/testuite/
+ * gas/m68k/all.exp: Add mcf-trap.
+ * gas/m68k/mcf-trap.[sd]: New.
+
+ opcodes/
+ * m68k-opc.c (m68k_opcodes): Place trap instructions before set
+ conditionals. Add tpf coldfire instruction as alias for trapf.
+
2006-11-10 Nathan Sidwell <nathan@codesourcery.com>
binutils/