aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-08-25 12:54:15 +0000
committerNick Clifton <nickc@redhat.com>2004-08-25 12:54:15 +0000
commitb18c562e39c5c3ee63032a9a0aa9b7571343fd58 (patch)
tree0a1ab4cf2ca014da6f955028f9410e6b59ce57e8 /include/opcode/ChangeLog
parent61f5d0545d98ab8252082db2bf10cdd40af51cee (diff)
downloadgdb-b18c562e39c5c3ee63032a9a0aa9b7571343fd58.zip
gdb-b18c562e39c5c3ee63032a9a0aa9b7571343fd58.tar.gz
gdb-b18c562e39c5c3ee63032a9a0aa9b7571343fd58.tar.bz2
Apply Dmitry Diky's patches to add relaxation to msp430.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r--include/opcode/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index b8ca486..6adb8fe 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-24 Dmitry Diky <diwil@spec.ru>
+
+ * msp430.h (msp430_opc): Add new instructions.
+ (msp430_rcodes): Declare new instructions.
+ (msp430_hcodes): Likewise..
+
2004-08-13 Nick Clifton <nickc@redhat.com>
PR/301