]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
remove function casts from target.c
authorTom Tromey <tromey@redhat.com>
Mon, 13 Jan 2014 19:16:41 +0000 (12:16 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:48:43 +0000 (07:48 -0700)
commit555bbdeb943f17e908e8066aba836705637c0cfb
tree2604b94c745a87e21243f46971c72d6ea9b4ae83
parentbe4ddd36d63cfdddc26d912a91d9da4bbfc00f75
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.
gdb/ChangeLog
gdb/target.c