projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3238a75
)
gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp
author
Bruno Larsen
<blarsen@redhat.com>
Tue, 22 Nov 2022 10:23:08 +0000
(11:23 +0100)
committer
Bruno 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
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp
b/gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp
index 41f786f57de89500e2419643f5773f55aac09154..3160532dfc3a288a7a8593b5bcf0713a18941ae0 100644
(file)
--- 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