aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-04-11 17:57:34 +0000
committerEli Zaretskii <eliz@gnu.org>2009-04-11 17:57:34 +0000
commit685af672caee3f095a0bad488abbc168808ffc05 (patch)
tree819becc40f65f776404a1f5391dac496164a12d6 /gdb/ChangeLog
parenta04a463356f9b80b1e3550d75e9a51eeb5d427e3 (diff)
downloadgdb-685af672caee3f095a0bad488abbc168808ffc05.zip
gdb-685af672caee3f095a0bad488abbc168808ffc05.tar.gz
gdb-685af672caee3f095a0bad488abbc168808ffc05.tar.bz2
* go32-nat.c (go32_attach, go32_detach:) Fix prototypes to be
consistent with the change from 2009-03-17.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b6f86a7..1fcfcb2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-11 Eli Zaretskii <eliz@gnu.org>
+
+ * go32-nat.c (go32_attach, go32_detach:) Fix prototypes to be
+ consistent with the change from 2009-03-17.
+
2009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdbtypes.c: Remove excessive parentheses at the return keywords.