aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2014-01-13 12:16:41 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:43 -0700
commit555bbdeb943f17e908e8066aba836705637c0cfb (patch)
tree2604b94c745a87e21243f46971c72d6ea9b4ae83 /gdb/ChangeLog
parentbe4ddd36d63cfdddc26d912a91d9da4bbfc00f75 (diff)
downloadgdb-555bbdeb943f17e908e8066aba836705637c0cfb.zip
gdb-555bbdeb943f17e908e8066aba836705637c0cfb.tar.gz
gdb-555bbdeb943f17e908e8066aba836705637c0cfb.tar.bz2
remove function casts from target.c
This cleans up target.c to avoid function casts. 2014-02-19 Tom Tromey <tromey@redhat.com> * target.c (complete_target_initialization): Remove casts. Use return_zero_has_execution. (return_zero): Add "ignore" argument. (return_zero_has_execution): New function. (init_dummy_target): Remove casts. Use return_zero_has_execution.
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 b7286be..0dd90ca 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2014-02-19 Tom Tromey <tromey@redhat.com>
+ * target.c (complete_target_initialization): Remove casts. Use
+ return_zero_has_execution.
+ (return_zero): Add "ignore" argument.
+ (return_zero_has_execution): New function.
+ (init_dummy_target): Remove casts. Use
+ return_zero_has_execution.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
* target.c (update_current_target): Update comments. Do not
INHERIT to_stratum.