aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index eed3df1..f2dadb7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,17 @@
+2000-02-24 Christopher Faylor <cgf@cygnus.com>
+
+ * configure.tgt: Add arm, mips, sh wince targets.
+ * config/arm/tm-wince.h: New file.
+ * config/arm/wince.mt New file.
+ * config/sh/tm-wince.h: New file.
+ * config/sh/wince.mt New file.
+ * config/mips/tm-wince.h: New file.
+ * config/mips/wince.mt New file.
+ * wince.c: New file.
+ * wince-stub.c: New file.
+ * wince-stub.h: New file.
+ * sh-tdep.c: Use correct register names for Windows CE.
+
Wed Feb 23 19:01:45 EST 2000 Nicholas Duffek <nsd@cygnus.com>
* top.c (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Update comments.