diff options
author | Bruno Larsen <blarsen@redhat.com> | 2022-11-22 11:23:08 +0100 |
---|---|---|
committer | Bruno Larsen <blarsen@redhat.com> | 2022-11-22 11:23:08 +0100 |
commit | dc95ee260cc209c2c4c313ef65fbd0a158d7ca4a (patch) | |
tree | d7c5fdd7f93cbf98e6d5fd134a2caef3fd330939 /gdb/testsuite | |
parent | 3238a7507528dd0fec87e35bad50815b5ee5824c (diff) | |
download | gdb-dc95ee260cc209c2c4c313ef65fbd0a158d7ca4a.zip gdb-dc95ee260cc209c2c4c313ef65fbd0a158d7ca4a.tar.gz gdb-dc95ee260cc209c2c4c313ef65fbd0a158d7ca4a.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp b/gdb/testsuite/gdb.dwarf2/clang-cli-macro.exp index 41f786f..3160532 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 |