From: zhaozhou Date: Mon, 25 May 2026 08:32:49 +0000 (+0800) Subject: LoongArch: Remove local hidden symbols testscase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48997323b0f929d3255a4845f8a3800c6c00a53a;p=thirdparty%2Fbinutils-gdb.git LoongArch: Remove local hidden symbols testscase Remove the local symbol ldh definitions with hidden visibility from the relax-call36-*.s tests. The hidden visibility is meaningless for local defined symbols and makes the test cases error. --- diff --git a/ld/testsuite/ld-loongarch-elf/relax-call36-exe.s b/ld/testsuite/ld-loongarch-elf/relax-call36-exe.s index 26cff4df5ed..1c025d8ba5f 100644 --- a/ld/testsuite/ld-loongarch-elf/relax-call36-exe.s +++ b/ld/testsuite/ld-loongarch-elf/relax-call36-exe.s @@ -1,10 +1,6 @@ ldd: # local define default call36 ldd # ldd -ldh: # local define hidden -.hidden ldh -call36 ldh # ldh - gdd: .global gdd # global define default call36 gdd # gdd@plt diff --git a/ld/testsuite/ld-loongarch-elf/relax-call36-so.s b/ld/testsuite/ld-loongarch-elf/relax-call36-so.s index 050273b020e..6738ea88a61 100644 --- a/ld/testsuite/ld-loongarch-elf/relax-call36-so.s +++ b/ld/testsuite/ld-loongarch-elf/relax-call36-so.s @@ -1,10 +1,6 @@ ldd: # local define default call36 ldd # ldd -ldh: # local define hidden -.hidden ldh -call36 ldh # ldh - gdd: .global gdd # global define default call36 gdd # gdd@plt