diff options
author | mengqinggang <mengqinggang@loongson.cn> | 2023-08-18 17:02:20 +0800 |
---|---|---|
committer | liuzhensong <liuzhensong@loongson.cn> | 2023-08-21 16:51:08 +0800 |
commit | 51939d713fc2121f5b92514606c014dfbb47275f (patch) | |
tree | 9c61dd2f78bb0dac3d34d05c1e5f6dfe4fa95f05 /gas | |
parent | 29c0e7512493aa6cdd713024909c352964fe1b1a (diff) | |
download | gdb-51939d713fc2121f5b92514606c014dfbb47275f.zip gdb-51939d713fc2121f5b92514606c014dfbb47275f.tar.gz gdb-51939d713fc2121f5b92514606c014dfbb47275f.tar.bz2 |
LoongArch: gas: Fix make check-gas crash
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/lib/gas-defs.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index dbd35e9..99795d2 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 } } -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 |