aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-02-08 16:31:57 +0000
committerDaniel Jacobowitz <drow@false.org>2007-02-08 16:31:57 +0000
commit8944021f76f1f5612bbfc7ebf8502b3f9b5fb203 (patch)
tree381d16614118ad535a3b1cdcd404c9f229e92ecc /gdb/ChangeLog
parent5f960e007db0868b854c3b796d665d816f89a9b8 (diff)
downloadbinutils-8944021f76f1f5612bbfc7ebf8502b3f9b5fb203.zip
binutils-8944021f76f1f5612bbfc7ebf8502b3f9b5fb203.tar.gz
binutils-8944021f76f1f5612bbfc7ebf8502b3f9b5fb203.tar.bz2
Reported by timeless@gmail.com:
* gdb/target.c (target_flash_erase): Do not return void value. (target_flash_done): Likewise. * gdb/cli/cli-cmds.c (source_command): Likewise. Reported by timeless@gmail.com: * wrapper.c (sim_target_parse_arg_array): Do not return void value.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 51f64d9..224e89a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,11 @@
-2008-02-08 Fred Fish <fnf@specifix.com>
+2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
+
+ Reported by timeless@gmail.com:
+ * gdb/target.c (target_flash_erase): Do not return void value.
+ (target_flash_done): Likewise.
+ * gdb/cli/cli-cmds.c (source_command): Likewise.
+
+2007-02-08 Fred Fish <fnf@specifix.com>
* event-top.c (handle_sigint): Set quit_flag.
(async_request_quit): Don't set quit_flag. Avoid calling quit()