aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2007-03-28 22:00:15 +0000
committerPedro Alves <palves@redhat.com>2007-03-28 22:00:15 +0000
commit544afa546f1b9674088b7b309f85c5309fccf6a6 (patch)
treefebe879bebf4916833ad2efa85535ac38a8d7769 /gdb/gdbserver/ChangeLog
parent74174d2e39eb80df2d5c665c5453394ab927db8c (diff)
downloadgdb-544afa546f1b9674088b7b309f85c5309fccf6a6.zip
gdb-544afa546f1b9674088b7b309f85c5309fccf6a6.tar.gz
gdb-544afa546f1b9674088b7b309f85c5309fccf6a6.tar.bz2
* win32-i386-low.c: Rename to ...
* win32-low.c: ... this. * configure.srv: Replace win32-i386-low.o with win32-low.o. * Makefile.in: Likewise.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index eed968d..3910a63 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
+
+ * win32-i386-low.c: Rename to ...
+ * win32-low.c: ... this.
+ * configure.srv: Replace win32-i386-low.o with win32-low.o.
+ * Makefile.in: Likewise.
+
2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
* remote-utils.c (monitor_output): Constify msg parameter.