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 1ab7a698a8c Automatic date update in version.in new e36144c932b ubsan: loongarch : signed integer shift overflow. new 748594bc07f LoongArch: Use functions instead of magic numbers. new 5fb13d7ef45 gas:LoongArch: Fix segment error in compilation due to too [...] new 1848a40fdd1 gas:LoongArch: Fix wrong line number in .debug_line new 3b14682a432 LoongArch: Update ABI eflag in elf header. new d218dba3f49 LoongArch: Fix LD check fails. new 2a04204dff7 ld: loongarch: Skip unsupport test cases. new 96a671f2815 gas:LoongArch: Fix "make check" pr21884 fail in LoongArch32. new 2be64de603f ld:LoongArch: Add test cases to adapt to LoongArch32 and Lo [...]
The 9 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 | 464 ++++++--- bfd/elfxx-loongarch.c | 1084 ++++++++++++-------- bfd/elfxx-loongarch.h | 10 + gas/config/tc-loongarch.c | 194 ++-- gas/config/tc-loongarch.h | 3 + include/elf/loongarch.h | 37 +- include/opcode/loongarch.h | 4 +- ld/testsuite/ld-elf/eh5.d | 2 +- ld/testsuite/ld-elf/pr21884.d | 2 +- ld/testsuite/ld-elf/pr26936.d | 2 +- ld/testsuite/ld-loongarch-elf/disas-jirl-32.d | 15 + .../{disas-jirl.s => disas-jirl-32.s} | 0 ld/testsuite/ld-loongarch-elf/disas-jirl.d | 3 +- ld/testsuite/ld-loongarch-elf/jmp_op.d | 2 +- ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 9 +- ld/testsuite/ld-loongarch-elf/macro_op.d | 3 +- .../ld-loongarch-elf/{macro_op.d => macro_op_32.d} | 603 ++++++----- .../ld-loongarch-elf/{macro_op.s => macro_op_32.s} | 4 +- opcodes/loongarch-coder.c | 30 +- 19 files changed, 1420 insertions(+), 1051 deletions(-) create mode 100644 ld/testsuite/ld-loongarch-elf/disas-jirl-32.d copy ld/testsuite/ld-loongarch-elf/{disas-jirl.s => disas-jirl-32.s} (100%) copy ld/testsuite/ld-loongarch-elf/{macro_op.d => macro_op_32.d} (61%) copy ld/testsuite/ld-loongarch-elf/{macro_op.s => macro_op_32.s} (92%)