aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKung Hsu <kung@cygnus>1995-08-21 18:56:04 +0000
committerKung Hsu <kung@cygnus>1995-08-21 18:56:04 +0000
commitbb8e4e4d95f4b3cf074ab399babc614ab60013c0 (patch)
tree4d3ddeb73df894a78d00293e69313f167d836b59 /gdb/ChangeLog
parent96dbd10de86788e27b4ecc36e753b18c87a5425d (diff)
downloadgdb-bb8e4e4d95f4b3cf074ab399babc614ab60013c0.zip
gdb-bb8e4e4d95f4b3cf074ab399babc614ab60013c0.tar.gz
gdb-bb8e4e4d95f4b3cf074ab399babc614ab60013c0.tar.bz2
* remote-udi.c (udi_wait): Mask off high bits of stop reason.
* remote-udi.c (fetch_register): For unfetchable regs, pretend it's done. Fix a bug.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cf44111..6a0b822 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Mon Aug 21 11:49:17 1995 Kung Hsu <kung@mexican.cygnus.com>
+
+ * remote-udi.c (udi_wait): Mask off high bits of stop reason.
+ * remote-udi.c (fetch_register): For unfetchable regs, pretend it's
+ done. Fix a bug.
+
Mon Aug 21 00:45:17 1995 Jeff Law (law@snake.cs.utah.edu)
* Makefile.in (install): Remove "brokensed" hack, unnecessary now