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:
authorNathan Sidwell <nathan@codesourcery.com>2006-11-20 01:00:45 +0300
committerNathan Sidwell <nathan@codesourcery.com>2006-11-20 01:00:45 +0300
commit802dd8204602d4f853bf05b50b4b1a99ccaff5d6 (patch)
tree58c586e50c29426a6123f508f043015cb5e16fc2
parentb58be69a70d82318d73902ee8322e6dd8e8b47b1 (diff)
* m68k-opc.c (m68k_opcodes): Add tpf coldfire instruction as alias for trapf. (missed on 2006-11-16 checkin).
-rw-r--r--ChangeLog.csl8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 89509cf2b..e234c243a 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,9 @@
+2006-11-19 Nathan Sidwell <nathan@codesourcery.com>
+
+ opcodes/
+ * m68k-opc.c (m68k_opcodes): Add tpf coldfire instruction as
+ alias for trapf. (missed on 2006-11-16 checkin).
+
2006-11-17 Kazu Hirata <kazu@codesourcery.com>
bfd/
@@ -28,7 +34,7 @@
opcodes/
* m68k-opc.c (m68k_opcodes): Place trap instructions before set
- conditionals. Add tpf coldfire instruction as alias for trapf.
+ conditionals.
2006-11-10 Nathan Sidwell <nathan@codesourcery.com>