summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2006-04-19 04:53:13 +0000
committerMark Mitchell <mark@codesourcery.com>2006-04-19 04:53:13 +0000
commit0f4a54f15b548f426af3ffe2e1c413621cfe5930 (patch)
tree681e8db455101ed0752d77d56ab8c3e6e0222a56
parent07f9a2df4119cc4b018a3ce23f8d96ff060f9c27 (diff)
downloadbinutils-redhat-0f4a54f15b548f426af3ffe2e1c413621cfe5930.tar.gz
Issue #655
* gdb/mt-tdep.c (mt_gdb_regnums): Add ZI2, ZQ2, Ichannel2, Iscramb2, Qscramb2, Qchannel2. (mt_register_name): Likewise. (mt_copro_register_type): Describe ZI2 and ZQ2.
-rw-r--r--ChangeLog.csl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 1ace4225fd..c07e1ce20f 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,11 @@
+2006-04-18 Mark Mitchell <mark@codesourcery.com>
+
+ Issue #655
+ * gdb/mt-tdep.c (mt_gdb_regnums): Add ZI2, ZQ2, Ichannel2,
+ Iscramb2, Qscramb2, Qchannel2.
+ (mt_register_name): Likewise.
+ (mt_copro_register_type): Describe ZI2 and ZQ2.
+
2006-04-11 Mark Mitchell <mark@codesourcery.com>
Issue #658