]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix Cygwin compilation after target_ops C++ conversion.
authorJon Turney <jon.turney@dronecode.org.uk>
Sat, 14 Jul 2018 11:17:29 +0000 (12:17 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Thu, 26 Jul 2018 21:26:27 +0000 (22:26 +0100)
commit6af79d7b5a21a40c4036541fbfa821f9d1260ebf
treef0caffbe9ffb5ce74dee03b537294c70dbf2e721
parent1f75763aa1bfe2f998f4347f0de436092a126980
Fix Cygwin compilation after target_ops C++ conversion.

After f6ac5f3d "Convert struct target_ops to C++", we need to explicitly use
the global namespace when calling ::close() from windows_nat_target methods,
as that object has a close() method.

gdb/ChangeLog:

2018-07-14  Jon Turney  <jon.turney@dronecode.org.uk>

* windows-nat.c (windows_nat_target::create_inferior): Update to
call close() in global namespace.
gdb/ChangeLog
gdb/windows-nat.c