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_binutils/master-arm in repository toolchain/ci/gdb.
from a2b1ea81ba arm: Add support for Armv9.1-A to Armv9.3-A adds 61ab1364c7 When loading separate debug info files, also attempt to loca [...] adds f3be70df1b Fix AVR assembler so that it creates relocs that will work w [...] adds 240eab1e59 Automatic date update in version.in adds dbc6a0e2e4 try_build_id_prefix gcc-10 -Wformat-security errors adds 8ef22662dc asan: buffer overflow in elfnn-aarch64.c get_plt_type adds 00d44f7f2f asan: buffer overflow in mmo_get_symbols adds b39de8897a ubsan: bfd.c:2519:8: shift exponent 34 is too large adds 9b54b56185 asan: heap-buffer-overflow in bpf_elf_generic_reloc adds cfabce5ba1 asan: abort in wasm_scan_name_function_section adds 7ebf6ed02b asan: use after free in _bfd_elf_mips_get_relocated_section_ [...] adds 27e3da31c3 asan: NULL dereference in bfd_elf_set_group_contents new 72994b6028 gdb/tui: install SIGWINCH only when connected to a TTY
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/bfd.c | 4 +- bfd/elf-bfd.h | 2 +- bfd/elf.c | 10 +-- bfd/elf64-bpf.c | 17 ++-- bfd/elfnn-aarch64.c | 8 +- bfd/elfxx-mips.c | 26 ++++-- bfd/mmo.c | 10 +++ bfd/version.h | 2 +- bfd/wasm-module.c | 3 +- binutils/ChangeLog | 12 +++ binutils/dwarf.c | 115 ++++++++++++++++++++++++- binutils/dwarf.h | 1 + binutils/testsuite/binutils-all/debuginfod.exp | 6 +- gas/ChangeLog | 10 +++ gas/config/tc-avr.c | 26 ++++++ gas/config/tc-avr.h | 3 + gas/testsuite/gas/all/gas.exp | 4 +- gas/testsuite/gas/avr/diffreloc_withrelax.d | 4 +- gas/testsuite/gas/avr/pc-relative-reloc.d | 2 +- gas/testsuite/gas/elf/elf.exp | 2 +- gdb/testsuite/gdb.base/sigwinch-notty.exp | 70 +++++++++++++++ gdb/testsuite/lib/gdb.exp | 4 +- gdb/testsuite/lib/notty-wrap | 24 ++++++ gdb/tui/tui-interp.c | 10 ++- ld/ChangeLog | 7 ++ ld/testsuite/ld-avr/avr-prop-7.d | 4 +- ld/testsuite/ld-avr/avr-prop-8.d | 3 +- ld/testsuite/ld-avr/pr13402.d | 6 +- 28 files changed, 351 insertions(+), 44 deletions(-) create mode 100644 gdb/testsuite/gdb.base/sigwinch-notty.exp create mode 100755 gdb/testsuite/lib/notty-wrap