2
0
mirror of https://sourceware.org/git/binutils-gdb.git synced 2025-02-17 13:10:12 +08:00

gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp

With the recent changes to the dwarf assembler, there is no longer a
need to test for gcc in gdb.dwarf2/clang-cli-macro.exp and mark it as
untested. This commit removes that logic.
This commit is contained in:
Bruno Larsen 2022-11-22 11:23:08 +01:00
parent 3238a75075
commit dc95ee260c

View File

@ -26,9 +26,6 @@ load_lib dwarf.exp
if {![dwarf2_support]} {
return 0
}
if {![test_compiler_info gcc-*-*]} {
untested "dwarf assembler needs GCC"
}
standard_testfile .c .S