Hurd, C++: Explicitly cast "void *"
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 25 Nov 2016 10:01:39 +0000 (11:01 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 8 Dec 2016 07:23:41 +0000 (08:23 +0100)
commite9e431d19426a6dd6b8923850398b847af0a1532
tree2c8e696310f6fb7b1f95b2a75235d803315d4f3a
parente2f9914792465953ca945333d0cbedf0b2d7b3d6
Hurd, C++: Explicitly cast "void *"

C++ doesn't do implicit type conversions from "void *", so we have to...

gdb/
* i386-gnu-nat.c (i386_gnu_dr_set_control_one)
(i386_gnu_dr_set_addr_one): Explicitly cast "void *".
gdb/ChangeLog
gdb/i386-gnu-nat.c