gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp
authorBruno Larsen <blarsen@redhat.com>
Tue, 22 Nov 2022 10:23:08 +0000 (11:23 +0100)
committerBruno Larsen <blarsen@redhat.com>
Tue, 22 Nov 2022 10:23:08 +0000 (11:23 +0100)
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.

gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp

index 41f786f57de89500e2419643f5773f55aac09154..3160532dfc3a288a7a8593b5bcf0713a18941ae0 100644 (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