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_build/master-arm in repository toolchain/ci/binutils-gdb.
from 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 adds 72994b6028 gdb/tui: install SIGWINCH only when connected to a TTY adds c12d6b570d Initialize `m_ndimensions' in the member initializer list adds 8294c9025a Avoid redundant operations in `fortran_array_walker'
No new revisions were added by this update.
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/dwarf.c | 5 +-- gdb/f-array-walker.h | 14 +++---- 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 ++++- 15 files changed, 170 insertions(+), 39 deletions(-) create mode 100644 gdb/testsuite/gdb.base/sigwinch-notty.exp create mode 100755 gdb/testsuite/lib/notty-wrap