aboutsummaryrefslogtreecommitdiff
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
commit1b6d3ab111ae985051821e8378f2c4c150d729a3 (patch)
tree0c10f1f470ab026b3ac08e7fa9f17c04e671abbb
parent4c516d9aa3fc4f09fcf9a4aecec2328d02c5ea54 (diff)
downloadgdb-1b6d3ab111ae985051821e8378f2c4c150d729a3.zip
gdb-1b6d3ab111ae985051821e8378f2c4c150d729a3.tar.gz
gdb-1b6d3ab111ae985051821e8378f2c4c150d729a3.tar.bz2
* win32-nat.c: Remove comment intended only for debugging.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/win32-nat.c1
-rw-r--r--gdb/windows-nat.c1
3 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6e965848..3ddddbc 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 9abe333..d0384b1 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
{
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index 9abe333..d0384b1 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-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
{