From: Bruno Larsen Date: Tue, 22 Nov 2022 10:23:08 +0000 (+0100) Subject: gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc95ee260cc209c2c4c313ef65fbd0a158d7ca4a;p=binutils-gdb.git 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. --- diff --git a/gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp b/gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp index 41f786f57de..3160532dfc3 100644 --- a/gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp +++ b/gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp @@ -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