public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [OBV PATCH] gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp
@ 2022-11-22 10:44 Bruno Larsen
  0 siblings, 0 replies; only message in thread
From: Bruno Larsen @ 2022-11-22 10:44 UTC (permalink / raw)
  To: gdb-patches; +Cc: Bruno Larsen

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
 
-- 
2.38.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-22 10:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 10:44 [OBV PATCH] gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp Bruno Larsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).