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-arm in repository toolchain/ci/binutils-gdb.
from c722093960 [gdb] Avoid warnings in cooked_{read,write}_test for m68hc11 adds c2ac533e98 [gdb/testsuite] Fix gdb.reverse/test_ioctl_TCSETSW.exp with [...] adds a2e7f81e38 Automatic date update in version.in adds 82cb252432 gas dwarf2dbg.c tidy adds 22b8da0ae7 asan: applying zero offset to NULL pointer adds 5f269b4620 Correct R_MIPS_16 n32 howto adds d712f2768a BFD_RELOC_MIPS_16 adds 6df97c56ea Debug support for global alias variable adds a7e29f797c Fix fbsd core matching adds c5a72a8d1c [gdb/testsuite] Fix regexp in gdb.ada/mi_var_access.exp adds 476288fa2b Revert "Fix fbsd core matching" adds e5ab6af52d gdbserver: Add LoongArch/Linux support adds edb6b77c75 Allow 'interrupt -a' in all-stop mode adds 2808125fbb Fix bugs in aarch64-ravenscar-thread.c adds e73434e38f Reimplement ravenscar registers using tables adds 965b71a7f7 Implement lazy FPU initialization for ravenscar
No new revisions were added by this update.
Summary of changes: bfd/bfd-in2.h | 2 +- bfd/elf32-mips.c | 2 +- bfd/elf64-mips.c | 3 +- bfd/elfn32-mips.c | 5 +- bfd/libbfd.h | 2 +- bfd/reloc.c | 2 +- bfd/version.h | 2 +- binutils/dwarf.c | 5 +- gas/as.h | 2 +- gas/config/obj-elf.c | 4 +- gas/config/tc-mips.c | 16 +- gas/dwarf2dbg.c | 110 ++++++--- gas/remap.c | 2 +- gas/stabs.c | 4 +- gdb/NEWS | 3 + gdb/aarch64-ravenscar-thread.c | 149 ++---------- gdb/amd64-ravenscar-thread.c | 112 ++------- gdb/arch/loongarch.c | 12 +- gdb/arch/loongarch.h | 13 ++ gdb/dwarf2/read.c | 63 +++-- gdb/infcmd.c | 3 - gdb/ppc-ravenscar-thread.c | 154 +------------ gdb/ravenscar-thread.c | 253 +++++++++++++++++++-- gdb/ravenscar-thread.h | 104 ++++++++- gdb/riscv-ravenscar-thread.c | 120 +++------- gdb/sparc-ravenscar-thread.c | 124 +--------- gdb/testsuite/gdb.ada/mi_var_access.exp | 4 +- .../interrupt-a.c} | 8 +- .../cplabel.exp => gdb.base/interrupt-a.exp} | 34 +-- gdb/testsuite/gdb.base/symbol-alias.exp | 63 ++++- gdb/testsuite/gdb.base/symbol-alias2.c | 12 + gdb/testsuite/gdb.reverse/test_ioctl_TCSETSW.exp | 2 +- gdbserver/Makefile.in | 2 + gdbserver/configure.srv | 6 + gdbserver/linux-loongarch-low.cc | 245 ++++++++++++++++++++ ld/testsuite/ld-mips-elf/reloc-local-overflow.d | 4 +- ld/testsuite/ld-mips-elf/reloc-local-overflow.s | 11 +- 37 files changed, 930 insertions(+), 732 deletions(-) copy gdb/testsuite/{gdb.threads/vfork-multi-inferior-sleep.c => gdb.base/interrupt [...] copy gdb/testsuite/{gdb.cp/cplabel.exp => gdb.base/interrupt-a.exp} (61%) create mode 100644 gdbserver/linux-loongarch-low.cc