[PATCH 1/2] gdb: testsuite: no need to setup_xfail "arm-*-coff" in a2-run.exp
Tom Tromey
tom@tromey.com
Thu Nov 18 15:26:28 GMT 2021
>>>>> ">" == Tiezhu Yang <yangtiezhu@loongson.cn> writes:
>> After commit 2ac93be70641 ("Remove arm-aout and arm-coff support"),
>> there is no need to setup_xfail "arm-*-coff", just remove them in
>> a2-run.exp.
Interesting. I did "git grep -i 'arm.*coff' -- gdb" and found some
other stuff we could maybe remove:
gdb/arm-tdep.c:/* arm_coff_make_msymbol_special()
Presumably this function isn't needed.
I think the entire arm-wince-tdep.c file can be removed.
What do you think?
>> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
>> ---
>> gdb/testsuite/gdb.base/a2-run.exp | 8 --------
>> 1 file changed, 8 deletions(-)
This is ok. Thank you.
Tom
More information about the Gdb-patches
mailing list