aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-03-12 22:29:30 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-03-12 22:29:30 +0000
commit2ab1c2d9363e668a724ec76119de9d85f50a7809 (patch)
tree23d0bf50a7de8ec6d86a20c0beced74c37a21209 /gdb/ChangeLog
parent11436dee516f7acb3e0648129e2cd43990257683 (diff)
downloadgdb-2ab1c2d9363e668a724ec76119de9d85f50a7809.zip
gdb-2ab1c2d9363e668a724ec76119de9d85f50a7809.tar.gz
gdb-2ab1c2d9363e668a724ec76119de9d85f50a7809.tar.bz2
Fix a build failure on Darwin following some changes in
the profile of some target_ops methods. * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter where missing. (darwin_stop_inferior, darwin_detach): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2aeca94..cf51df0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2009-03-12 Jonas Maebe <jonas.maebe@elis.ugent.be> (obvious change)
+
+ Fix a build failure on Darwin following some changes in
+ the profile of some target_ops methods.
+
+ * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
+ where missing.
+ (darwin_stop_inferior, darwin_detach): Likewise.
+
2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
Include token in ^running notification for CLI commands.