This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto in repository toolchain/ci/binutils-gdb.
from 1ab7a698a8 Automatic date update in version.in adds e36144c932 ubsan: loongarch : signed integer shift overflow. adds 748594bc07 LoongArch: Use functions instead of magic numbers. adds 5fb13d7ef4 gas:LoongArch: Fix segment error in compilation due to too l [...] adds 1848a40fdd gas:LoongArch: Fix wrong line number in .debug_line adds 3b14682a43 LoongArch: Update ABI eflag in elf header. adds d218dba3f4 LoongArch: Fix LD check fails. adds 2a04204dff ld: loongarch: Skip unsupport test cases. adds 96a671f281 gas:LoongArch: Fix "make check" pr21884 fail in LoongArch32. adds 2be64de603 ld:LoongArch: Add test cases to adapt to LoongArch32 and Loo [...] adds 05d00250d3 Bump version to 13.0.50.DATE-git. adds ba09d2a8cd Update gdb/NEWS after GDB 12 branch creation. adds bdcd45685b PR28979, internal error in demand_empty_rest_of_line adds 062cda5a37 RISC-V: Fix misplaced @end table new 692e92c5af Automatic date update in version.in
The 1 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 + gas/doc/c-riscv.texi | 2 +- gas/read.c | 20 +- gdb/NEWS | 4 +- gdb/testsuite/gdb.base/default.exp | 2 +- gdb/version.in | 2 +- 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 +- 25 files changed, 1441 insertions(+), 1062 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%)