aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-02-13 00:26:39 +0000
committerStan Shebs <shebs@codesourcery.com>1995-02-13 00:26:39 +0000
commitd5c8cefe196c6b05f80086e4370843fd952a3260 (patch)
tree05835291360783a6f13437da17ea11a4af76ac2d /gdb
parentfaf4dcd7f36fc0a9bd5d799ae56940889e73fe5c (diff)
downloadgdb-d5c8cefe196c6b05f80086e4370843fd952a3260.zip
gdb-d5c8cefe196c6b05f80086e4370843fd952a3260.tar.gz
gdb-d5c8cefe196c6b05f80086e4370843fd952a3260.tar.bz2
* remote-e7000.c: Comprehensive cleanup; removal of dead code,
simplify code, declare things, format to standards. (inferior.h, value.h, command.h, remote-utils.h): Include. (e7000_login): Rename to e7000_login_command. (e7000_ftp): Rename to e7000_ftp_command. (e7000_drain): Rename to e7000_drain_command.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e0f4f90..2a41060 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
Sun Feb 12 13:47:30 1995 Stan Shebs <shebs@andros.cygnus.com>
+ * remote-e7000.c: Comprehensive cleanup; removal of dead code,
+ simplify code, declare things, format to standards.
+ (inferior.h, value.h, command.h, remote-utils.h): Include.
+ (e7000_login): Rename to e7000_login_command.
+ (e7000_ftp): Rename to e7000_ftp_command.
+ (e7000_drain): Rename to e7000_drain_command.
+
* irix5-nat.c (string.h): Include near beginning of file.
Sun Feb 12 12:36:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com)