]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/target.h
Add target_ops argument to to_fileio_close
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:38:59 +0000 (21:38 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:13 +0000 (07:46 -0700)
commitdf39ea259cf099cb2de3d26905078dddf47832cd
tree93085f53a93ab0a0c3b436da9f0d215aa0c6705c
parenta3be983cee10c1bcd7cda582c3bb91c065ad97a2
Add target_ops argument to to_fileio_close

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_fileio_close>: Add argument.
* target.c (target_fileio_close): Add argument.
* remote.c (remote_hostio_close): Add 'self' argument.
(remote_hostio_close_cleanup): Update.
(remote_bfd_iovec_close, remote_file_put, remote_file_get):
Update.
* inf-child.c (inf_child_fileio_close): Add 'self' argument.
gdb/ChangeLog
gdb/inf-child.c
gdb/remote.c
gdb/target.c
gdb/target.h