From dc95ee260cc209c2c4c313ef65fbd0a158d7ca4a Mon Sep 17 00:00:00 2001
From: Bruno Larsen <blarsen@redhat.com>
Date: Tue, 22 Nov 2022 11:23:08 +0100
Subject: [PATCH] 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.
---
 gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp | 3 ---
 1 file changed, 3 deletions(-)

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