aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-01-27 03:10:00 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-01-27 03:10:00 +0000
commitbf644f8f740dcb7427ec04211b292aedf999254c (patch)
treedb4c336e0f91298763e26d6b7071c19dbfa3d2eb /gdb/ChangeLog
parentc746aa850b3e9225e7538f39d2cb8034c6204418 (diff)
downloadgdb-bf644f8f740dcb7427ec04211b292aedf999254c.zip
gdb-bf644f8f740dcb7427ec04211b292aedf999254c.tar.gz
gdb-bf644f8f740dcb7427ec04211b292aedf999254c.tar.bz2
* remote-vx.c: Revert all of Kung's changes of 16 Jan. The
problems with those changes were (a) the file didn't compile, (b) they changed memset to bzero--memset is correct, (c) they took out code to deal with boards lacking floating point, (d) who knows what I didn't discover in a quick read.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9269843..765e854 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jan 26 18:24:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
+
+ * remote-vx.c: Revert all of Kung's changes of 16 Jan. The
+ problems with those changes were (a) the file didn't compile, (b)
+ they changed memset to bzero--memset is correct, (c) they took out
+ code to deal with boards lacking floating point, (d) who knows
+ what I didn't discover in a quick read.
+
Thu Jan 26 17:32:54 1995 Stu Grossman (grossman@cygnus.com)
* sparcl-tdep.c: Clean up formatting and indentation.