forked from Imagelibrary/binutils-gdb
LoongArch: Fix PLT entry generate bug
If a function symbol only get its address by la.global, without directly called by bl instruction, the PLT entry is not required. bfd/ChangeLog: * elfnn-loongarch.c (loongarch_elf_adjust_dynamic_symbol): Fix PLT entry generate bug. ld/ChangeLog: * testsuite/ld-elf/shared.exp: Clear xfail for LoongArch.
This commit is contained in:
committed by
liuzhensong
parent
b2ca6bdc88
commit
6a1cf1bfed
@@ -504,7 +504,8 @@ run_ld_link_tests [list \
|
||||
# but that is just an optimization so don't complain loudly.
|
||||
setup_xfail *-*-*
|
||||
clear_xfail alpha-*-* bfin-*-linux* csky-*-* frv-*-* hppa*-*-* i?86-*-*
|
||||
clear_xfail ia64-*-* microblaze-*-* powerpc*-*-* x86_64-*-* xtensa-*-*
|
||||
clear_xfail ia64-*-* loongarch*-*-* microblaze-*-* powerpc*-*-* x86_64-*-*
|
||||
clear_xfail xtensa-*-*
|
||||
run_ld_link_tests {
|
||||
{"pr22374 function pointer initialization"
|
||||
"" "tmpdir/pr22374.so" "" "pr22374a.s"
|
||||
|
||||
Reference in New Issue
Block a user