LoongArch: Remove local hidden symbols testscase
Checks
| Context |
Check |
Description |
| linaro-tcwg-bot/tcwg_binutils_build--master-arm |
success
|
Build passed
|
| linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 |
success
|
Build passed
|
| linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 |
success
|
Test passed
|
| linaro-tcwg-bot/tcwg_binutils_check--master-arm |
success
|
Test passed
|
Commit Message
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 | 4 ----
ld/testsuite/ld-loongarch-elf/relax-call36-so.s | 4 ----
2 files changed, 8 deletions(-)
@@ -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
@@ -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