From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7862) id D594B3858D20; Tue, 22 Nov 2022 10:43:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D594B3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669113811; bh=xrlXvdbKeL0ZE8pRTbooMVNC816CL8fIR/hqVBN4cpQ=; h=From:To:Subject:Date:From; b=HIra4mC85ZweCzBmB59IQQFta4N+nOCIISWz4imJcK4uHLg2I8QfgjWTtGdpHYLve AU0lRZxHqa3UN8zewC60Cftj7DCxSuvVyG6QsyDcGGZcLDIcmOVnDA2jF2hCwhpgW8 HHZhQ2rugg/ous4gjiaqviA5pFpE86j+/ldp/eG8= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Bruno Larsen To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp X-Act-Checkin: binutils-gdb X-Git-Author: Bruno Larsen X-Git-Refname: refs/heads/master X-Git-Oldrev: 3238a7507528dd0fec87e35bad50815b5ee5824c X-Git-Newrev: dc95ee260cc209c2c4c313ef65fbd0a158d7ca4a Message-Id: <20221122104331.D594B3858D20@sourceware.org> Date: Tue, 22 Nov 2022 10:43:31 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Ddc95ee260cc2= 09c2c4c313ef65fbd0a158d7ca4a commit dc95ee260cc209c2c4c313ef65fbd0a158d7ca4a Author: Bruno Larsen Date: Tue Nov 22 11:23:08 2022 +0100 gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.e= xp =20 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. Diff: --- 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/g= db.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" -} =20 standard_testfile .c .S