binutils/LoongArch-gas-Fix-make-check-gas-crash.patch
Xin Wang c5d20fb405 backport master to 2.41
(cherry picked from commit 76a68d9a00e7769c07675e883426534440db822d)
2024-11-07 09:46:21 +08:00

27 lines
898 B
Diff

From e80e6624e3b5aafd683706f6567e4b748c4c441f Mon Sep 17 00:00:00 2001
From: mengqinggang <mengqinggang@loongson.cn>
Date: Fri, 18 Aug 2023 17:02:20 +0800
Subject: [PATCH 005/123] LoongArch: gas: Fix make check-gas crash
---
gas/testsuite/lib/gas-defs.exp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp
index 3e134ca8..da0c24ea 100644
--- a/gas/testsuite/lib/gas-defs.exp
+++ b/gas/testsuite/lib/gas-defs.exp
@@ -361,9 +361,6 @@ proc verbose_eval { expr { level 1 } } {
# that version gets released, and has been out in the world for a few
# months at least, it may be safe to delete this copy.
-if { [istarget loongarch*-*-*] } {
- rename prune_warnings prune_warnings_other
-}
if ![string length [info proc prune_warnings]] {
#
# prune_warnings -- delete various system verbosities from TEXT.
--
2.33.0