From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7867) id 9BCE63857C45; Mon, 21 Aug 2023 08:59:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9BCE63857C45 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: liu & zhensong To: bfd-cvs@sourceware.org Subject: [binutils-gdb] LoongArch: gas: Fix make check-gas crash X-Act-Checkin: binutils-gdb X-Git-Author: mengqinggang X-Git-Refname: refs/heads/master X-Git-Oldrev: 29c0e7512493aa6cdd713024909c352964fe1b1a X-Git-Newrev: 51939d713fc2121f5b92514606c014dfbb47275f Message-Id: <20230821085943.9BCE63857C45@sourceware.org> Date: Mon, 21 Aug 2023 08:59:43 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2023 08:59:43 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D51939d713fc2= 121f5b92514606c014dfbb47275f commit 51939d713fc2121f5b92514606c014dfbb47275f Author: mengqinggang Date: Fri Aug 18 17:02:20 2023 +0800 LoongArch: gas: Fix make check-gas crash Diff: --- gas/testsuite/lib/gas-defs.exp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index dbd35e9cb56..99795d2914b 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -357,10 +357,6 @@ proc verbose_eval { expr { level 1 } } { if $verbose>$level then { eval verbose "$expr" $level } } =20 -if { [istarget loongarch*-*-*] } { - rename prune_warnings prune_warnings_other -} - # run_list_test NAME (optional): OPTS TESTNAME # # Assemble the file "NAME.s" with command line options OPTS and