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_O3 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' new 74fcd19c51 Move ordinary gdbarch code to arch-utils new 2b7c3f1dc0 Split gdbarch.h into two files new 801e2396c6 Do not generate gdbarch.h new ce5abab737 Do not sort the fields in gdbarch_dump new 65b1aa7501 Generate new gdbarch-components.py from gdbarch.sh new 7c8bb2ed1c Add new gdbarch generator new fb14eb0829 Remove gdbarch.sh new 166a12baea Document gdbarch-components.py
The 8 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/dwarf.c | 5 +- gdb/Makefile.in | 1 - gdb/arch-utils.c | 488 ++++++ gdb/f-array-walker.h | 14 +- gdb/gdbarch-components.py | 2621 +++++++++++++++++++++++++++++ gdb/{gdbarch.h => gdbarch-gen.h} | 487 +----- gdb/gdbarch.c | 1589 ++++++----------- gdb/gdbarch.h | 1588 +---------------- gdb/gdbarch.py | 526 ++++++ gdb/gdbarch.sh | 2604 ---------------------------- 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 +- 23 files changed, 4400 insertions(+), 5713 deletions(-) create mode 100644 gdb/gdbarch-components.py copy gdb/{gdbarch.h => gdbarch-gen.h} (88%) create mode 100755 gdb/gdbarch.py delete mode 100755 gdb/gdbarch.sh create mode 100644 gdb/testsuite/gdb.base/sigwinch-notty.exp create mode 100755 gdb/testsuite/lib/notty-wrap