mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +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:
@ -26,9 +26,6 @@ load_lib dwarf.exp
|
|||||||
if {![dwarf2_support]} {
|
if {![dwarf2_support]} {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
if {![test_compiler_info gcc-*-*]} {
|
|
||||||
untested "dwarf assembler needs GCC"
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_testfile .c .S
|
standard_testfile .c .S
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user