This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-aarch64 in repository toolchain/ci/gdb.
from 6f3dfea03a gdb/python: remove gdb._mi_commands dict adds 1ab7a698a8 Automatic date update in version.in new e36144c932 ubsan: loongarch : signed integer shift overflow. new 748594bc07 LoongArch: Use functions instead of magic numbers. new 5fb13d7ef4 gas:LoongArch: Fix segment error in compilation due to too l [...] new 1848a40fdd gas:LoongArch: Fix wrong line number in .debug_line new 3b14682a43 LoongArch: Update ABI eflag in elf header. new d218dba3f4 LoongArch: Fix LD check fails. new 2a04204dff ld: loongarch: Skip unsupport test cases. new 96a671f281 gas:LoongArch: Fix "make check" pr21884 fail in LoongArch32. new 2be64de603 ld:LoongArch: Add test cases to adapt to LoongArch32 and Loo [...]
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 + bfd/version.h | 2 +- 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 +- 20 files changed, 1421 insertions(+), 1052 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%)