https://sourceware.org/bugzilla/show_bug.cgi?id=31101
--- Comment #5 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by liu zhensong <liuzhens...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=99ee75c1cd0d43b37d89b045d8984f68763af323 commit 99ee75c1cd0d43b37d89b045d8984f68763af323 Author: Lulu Cai <cail...@loongson.cn> Date: Sat Aug 16 11:48:32 2025 +0800 LoongArch: Improve the reliability of test cases Fix PR ld/31101 In some distributions, GCC enables --as-needed by default, which may prevent linking to necessary dynamic libraries and cause test failures. When tests require the host GCC, use the --no-as-needed option and place the necessary dynamic libraries after the object files. This prevents test failures and improves the test case reliability. -- You are receiving this mail because: You are on the CC list for the bug.