]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use gdb::byte_vector in remote.c
authorTom Tromey <tom@tromey.com>
Fri, 25 May 2018 03:52:54 +0000 (21:52 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 25 May 2018 16:49:22 +0000 (10:49 -0600)
commit5ca3b2605cc9ab5b33032c6478147366be60cd95
treecea8b1e7ba4cb6248f70889fe1e48bbada152739
parent3173aa2fc212389268f76433e70b35116a936a8d
Use gdb::byte_vector in remote.c

This changes a couple of spots in remote.c to use gdb::byte_vector,
allowing for some cleanup removal.

ChangeLog
2018-05-25  Tom Tromey  <tom@tromey.com>

* remote.c (remote_target::remote_file_get): Use
gdb::byte_vector.
(remote_target::remote_file_put): Likewise.
gdb/ChangeLog
gdb/remote.c