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-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from e5f3c0e3b8 Remove tui_exec_info_content adds 45f47c3a25 gdb: Ensure that !(a < a) is true in sort_cmp on obj_section [...] adds 7ba99d2188 DWARF 5 support: Handle line table and file indexes adds 5ae8188eaa Automatic date update in version.in adds ef0cc92e9c Don't allow RELATIVE relocs in pr22269 testcase adds 6207ed2877 Prevent more potential illegal memory accesses in the RX dis [...] new 7bb4305982 Store the mangled name as a string_view new 1a6ff1a96b Add a fast_hash function in common-utils new ccb1ba6229 Use libxxhash for hashing, if present
The 3 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 +- gdb/ChangeLog | 60 +++++ gdb/Makefile.in | 8 +- gdb/config.in | 3 + gdb/configure | 497 +++++++++++++++++++++++++++++++++++++++ gdb/configure.ac | 23 ++ gdb/dwarf2read.c | 183 ++++++++------ gdb/objfiles.c | 16 +- gdb/symtab.c | 16 +- gdb/utils.c | 4 + gdb/utils.h | 14 ++ ld/ChangeLog | 8 + ld/testsuite/ld-elf/pr22269-1.rd | 6 +- ld/testsuite/ld-elf/shared.exp | 4 +- opcodes/ChangeLog | 7 + opcodes/rx-dis.c | 50 ++-- 16 files changed, 790 insertions(+), 111 deletions(-)