[PATCH 3/4] Remove a use of target_read_string

Tom Tromey tromey@adacore.com
Mon Jun 15 12:13:07 GMT 2020


>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@sergiodj.net> writes:

>> diff --git a/gdb/target.c b/gdb/target.c
>> index 14c494688e0..897b8fdd32b 100644
>> --- a/gdb/target.c
>> +++ b/gdb/target.c
>> @@ -50,6 +50,7 @@
>> #include "terminal.h"
>> #include <unordered_map>
>> #include "target-connection.h"
>> +#include "valprint.h"
>> 
>> static void generic_tls_error (void) ATTRIBUTE_NORETURN;

Sergio> This hunk looks unrelated.

Oops, yeah -- this should be in one of the other patches.
I'll fix this.

Tom


More information about the Gdb-patches mailing list