]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
LoongArch: Remove local hidden symbols testscase
authorzhaozhou <zhaozhou@loongson.cn>
Mon, 25 May 2026 08:32:49 +0000 (16:32 +0800)
committermengqinggang <mengqinggang@loongson.cn>
Thu, 4 Jun 2026 01:52:37 +0000 (09:52 +0800)
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.

ld/testsuite/ld-loongarch-elf/relax-call36-exe.s
ld/testsuite/ld-loongarch-elf/relax-call36-so.s

index 26cff4df5eda161d8a5d3b73517d34bb9a783aa2..1c025d8ba5fa21857ed2a5941c330a722b1078a8 100644 (file)
@@ -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
index 050273b020ecaffbdf63472324369cf7f3d20a60..6738ea88a61e5c9fcabfe3164ecaeb063d4b4d0c 100644 (file)
@@ -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