This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from e65a355022d Automatic date update in version.in new bd94e7cd84c LoongArch: Fix resolution of undefined weak hidden/protecte [...] new c1a964051be LoongArch: Allow R_LARCH_PCALA_HI20 or R_LARCH_PCREL20_S2 a [...] new e2cbacaec11 LoongArch: Reword message for unresolvable relocs
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/elfnn-loongarch.c | 123 +++++++++++++++------ include/opcode/loongarch.h | 2 + .../ld-loongarch-elf/bad_pcala_hi20_global.d | 2 +- .../ld-loongarch-elf/bad_pcala_hi20_global_pie.d | 2 +- .../ld-loongarch-elf/bad_pcala_hi20_weak.d | 2 +- .../ld-loongarch-elf/bad_pcala_hi20_weak_pie.d | 2 +- .../ld-loongarch-elf/bad_pcrel20_s2_global.d | 2 +- .../ld-loongarch-elf/bad_pcrel20_s2_weak.d | 2 +- ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 3 + .../ld-loongarch-elf/weak-undef-hidden-pie.d | 14 +++ .../ld-loongarch-elf/weak-undef-hidden-shared.d | 14 +++ ld/testsuite/ld-loongarch-elf/weak-undef-hidden.s | 9 ++ .../ld-loongarch-elf/weak-undef-static-pie.d | 13 +++ .../ld-loongarch-elf/weak-undef-static-pie.s | 8 ++ 14 files changed, 160 insertions(+), 38 deletions(-) create mode 100644 ld/testsuite/ld-loongarch-elf/weak-undef-hidden-pie.d create mode 100644 ld/testsuite/ld-loongarch-elf/weak-undef-hidden-shared.d create mode 100644 ld/testsuite/ld-loongarch-elf/weak-undef-hidden.s create mode 100644 ld/testsuite/ld-loongarch-elf/weak-undef-static-pie.d create mode 100644 ld/testsuite/ld-loongarch-elf/weak-undef-static-pie.s