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

Message ID 20221122104406.1756116-1-blarsen@redhat.com
State Committed
Commit dc95ee260cc209c2c4c313ef65fbd0a158d7ca4a
Headers
Series [OBV] gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp |

Commit Message

Guinevere Larsen Nov. 22, 2022, 10:44 a.m. UTC
  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 | 3 ---
 1 file changed, 3 deletions(-)
  

Patch

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