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:
authorMark Mitchell <mark@codesourcery.com>2006-04-19 08:53:13 +0400
committerMark Mitchell <mark@codesourcery.com>2006-04-19 08:53:13 +0400
commitf9e7a56f042f7a035a16dfdec83c06c31247ee6b (patch)
tree9279334f689b809c69f8e5b245e1cdfe22c26575
parent3bcea669b73d58a3ab43f1758811fe4501afbe95 (diff)
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 1ace4225f..c07e1ce20 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