summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2005-11-01 00:40:09 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2005-11-01 00:40:09 +0000
commit377ca23e17e0f1b5745322ac0d0c981f41a8db56 (patch)
tree3f05b177b52699d954e29364714e19a22b91d02d
parent19c3bce9599a8952bb3d418c06a66860446969d7 (diff)
downloadgdb-377ca23e17e0f1b5745322ac0d0c981f41a8db56.tar.gz
* win32-nat.c: Remove comment intended only for debugging.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/win32-nat.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6e9658486bc..3ddddbcdda2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-31 Christopher Faylor <cgf@timesys.com>
+
+ * win32-nat.c: Remove comment intended only for debugging.
+
2005-11-01 Mark Kettenis <kettenis@gnu.org>
* doublest.c (floatformat_normalize_byteorder): Handle
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c
index 9abe333bd76..d0384b190b9 100644
--- a/gdb/win32-nat.c
+++ b/gdb/win32-nat.c
@@ -513,7 +513,6 @@ struct safe_symbol_file_add_args
struct objfile *ret;
};
-/*CGF*/
/* Maintain a linked list of "so" information. */
struct lm_info
{