]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/target.h
Add target_ops argument to to_fileio_unlink
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:39:11 +0000 (21:39 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:13 +0000 (07:46 -0700)
commitdbbca37d38772f0f75296b01b757225278eb51fc
tree558564b53947b27dcc91244d0e4b9e044063b485
parentdf39ea259cf099cb2de3d26905078dddf47832cd
Add target_ops argument to to_fileio_unlink

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

* target.h (struct target_ops) <to_fileio_unlink>: Add argument.
* target.c (target_fileio_unlink): Add argument.
* remote.c (remote_hostio_unlink): Add 'self' argument.
(remote_file_delete): Update.
* inf-child.c (inf_child_fileio_unlink): Add 'self' argument.
gdb/ChangeLog
gdb/inf-child.c
gdb/remote.c
gdb/target.c
gdb/target.h