This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 29363cfa40 gdb: remove file_handler typedef adds ec47b32a85 binutils: Handle DWARF5 DW_FORM_ref_addr and DW_UT_partial. adds d7b477c541 Sync libiberty and include with GCC for get_DW_UT_name. adds debd1a62c4 readelf: Show Unit Type for DWARF5 adds 743f5cfc00 RISC-V: Error for relaxable branch in absolute section. adds bee4644aff Automatic date update in version.in adds 09d7303523 Put together MOD_VEX_0F38* in i386-dis.c, adds cc9ea2c21c Re: Sync libiberty and include with GCC for get_DW_UT_name adds 5a805384b8 asan: readelf buffer overflow and abort adds 68d654afdf Fix compilation of .c files as C++ when using Clang adds c20c017b2c Fix gdb.base/infcall-nested-structs-c++.exp with Clang adds e851246a2a gdb: fix whitespaces in ChangeLog adds ee1b8b9477 Import mklog.py from gcc repo adds 3b93626be9 Add a missing munmap_list move constructor new 956bdb595b gdb: fix formatting of _debug_printf macros
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/version.h | 2 +- binutils/ChangeLog | 20 ++ binutils/dwarf.c | 9 +- binutils/elfcomm.c | 59 +---- binutils/readelf.c | 9 +- binutils/testsuite/binutils-all/dw5.W | 1 + binutils/testsuite/binutils-all/dwarf-attributes.W | 1 + contrib/ChangeLog | 4 + contrib/mklog.py | 261 +++++++++++++++++++++ elfcpp/ChangeLog | 4 + elfcpp/dwarf.h | 9 + gas/ChangeLog | 13 + gas/config/tc-riscv.c | 7 + gas/testsuite/gas/elf/dwarf-5-cu.d | 1 + gas/testsuite/gas/riscv/absolute-sec.d | 3 + gas/testsuite/gas/riscv/absolute-sec.l | 2 + gas/testsuite/gas/riscv/absolute-sec.s | 2 + gdb/ChangeLog | 16 +- gdb/compile/compile-object-load.h | 1 + gdb/infrun.h | 10 +- gdb/linux-nat.c | 10 +- gdb/testsuite/ChangeLog | 11 + .../gdb.base/infcall-nested-structs.exp.tcl | 7 + gdb/testsuite/lib/gdb.exp | 5 +- include/ChangeLog | 9 + include/dwarf2.def | 11 + include/dwarf2.h | 24 +- libiberty/ChangeLog | 6 + libiberty/dwarfnames.c | 7 + opcodes/ChangeLog | 5 + opcodes/i386-dis.c | 124 +++++----- 31 files changed, 511 insertions(+), 142 deletions(-) create mode 100755 contrib/mklog.py create mode 100644 gas/testsuite/gas/riscv/absolute-sec.d create mode 100644 gas/testsuite/gas/riscv/absolute-sec.l create mode 100644 gas/testsuite/gas/riscv/absolute-sec.s