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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 1670072efb Fix Rust testing adds 38c3873e5d Speed up locview resolution with relaxable frags adds f88dbe3f8a Automatic date update in version.in adds cd0923370b MIPS/include: opcode/mips.h: Update stale comment for CODE20 [...] adds 68bb0359ee [BFD, AArch64] Improve bti/pac plts. adds 723adb650a Detect invalid length field in debug frame FDE header. adds 6fe014bcd3 LTO: Properly handle wrapper symbols in IR adds dd06d4d688 testsuite: Add option to capture gdbserver debug adds 57e5e64501 Implement dump of mappings with ELF headers by gcore adds 82433e3e27 ChangeLog entries for the previous commit. new cf532bd136 [PATCH] Support for DW_FORM_strx tag new cc06b66897 Remove exception_none new c6fdd8b205 Make SJLJ exceptions more efficient new 680d7fd5fc Avoid undefined behavior in Guile exception handling new 94aeb44b00 Make exception handling more efficient new 3d1cbb7893 Fix memory leak in exception code new 725cbb6326 c++/24367: Infinite recursion of typedef substitution
The 7 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/ChangeLog | 16 +++ bfd/elfnn-aarch64.c | 67 ++-------- bfd/version.h | 2 +- gas/ChangeLog | 8 ++ gas/expr.c | 5 +- gas/frags.c | 55 +++++++++ gas/frags.h | 2 + gdb/ChangeLog | 137 +++++++++++++++++++++ gdb/breakpoint.c | 22 ++-- gdb/cli/cli-interp.c | 6 +- gdb/common/common-exceptions.c | 15 ++- gdb/common/common-exceptions.h | 25 ++-- gdb/common/new-op.c | 4 +- gdb/cp-support.c | 16 ++- gdb/dwarf2-frame.c | 14 +-- gdb/dwarf2read.c | 11 +- gdb/event-top.c | 16 ++- gdb/exceptions.c | 9 +- gdb/exceptions.h | 10 +- gdb/exec.c | 6 +- gdb/guile/guile-internal.h | 38 +++++- gdb/guile/scm-block.c | 4 +- gdb/guile/scm-breakpoint.c | 33 +++-- gdb/guile/scm-cmd.c | 4 +- gdb/guile/scm-disasm.c | 4 +- gdb/guile/scm-exception.c | 10 +- gdb/guile/scm-frame.c | 73 +++++++---- gdb/guile/scm-lazy-string.c | 2 +- gdb/guile/scm-math.c | 2 +- gdb/guile/scm-param.c | 8 +- gdb/guile/scm-ports.c | 4 +- gdb/guile/scm-symbol.c | 20 +-- gdb/guile/scm-symtab.c | 4 +- gdb/guile/scm-type.c | 42 +++++-- gdb/guile/scm-value.c | 53 +++++--- gdb/infcall.c | 8 +- gdb/linespec.c | 8 +- gdb/linux-tdep.c | 73 +++++++++-- gdb/main.c | 2 +- gdb/mi/mi-interp.c | 2 +- gdb/mi/mi-main.c | 2 +- gdb/python/py-breakpoint.c | 12 +- gdb/python/py-inferior.c | 12 +- gdb/python/py-utils.c | 2 +- gdb/python/py-value.c | 12 +- gdb/python/python-internal.h | 2 +- gdb/testsuite/ChangeLog | 24 ++++ gdb/testsuite/Makefile.in | 6 +- gdb/testsuite/README | 19 +++ .../gdb.base/coredump-filter-build-id.exp | 69 +++++++++++ gdb/testsuite/gdb.cp/meth-typedefs.cc | 13 ++ gdb/testsuite/gdb.cp/meth-typedefs.exp | 5 + gdb/testsuite/gdb.trace/tspeed.exp | 5 + gdb/testsuite/lib/dwarf.exp | 2 + gdb/testsuite/lib/future.exp | 10 ++ gdb/testsuite/lib/gdb.exp | 7 ++ gdb/testsuite/lib/gdbserver-support.exp | 38 +++++- gdb/xml-support.c | 15 ++- include/ChangeLog | 4 + include/opcode/mips.h | 4 +- ld/ChangeLog | 21 ++++ ld/ld.texi | 3 - ld/plugin.c | 35 ++++-- ld/testsuite/ld-aarch64/bti-pac-plt-1.d | 4 +- ld/testsuite/ld-aarch64/bti-pac-plt-2.d | 2 - ld/testsuite/ld-aarch64/bti-plt-1.d | 1 - ld/testsuite/ld-aarch64/bti-plt-3.d | 3 +- ld/testsuite/ld-aarch64/bti-plt-5.d | 6 +- ld/testsuite/ld-aarch64/pac-plt-1.d | 3 +- ld/testsuite/ld-aarch64/pac-plt-2.d | 6 +- ld/testsuite/ld-plugin/lto.exp | 12 ++ ld/testsuite/ld-plugin/pr24406-1.c | 17 +++ ld/testsuite/ld-plugin/pr24406-2a.c | 17 +++ ld/testsuite/ld-plugin/pr24406-2b.c | 4 + 74 files changed, 950 insertions(+), 287 deletions(-) create mode 100644 gdb/testsuite/gdb.base/coredump-filter-build-id.exp create mode 100644 ld/testsuite/ld-plugin/pr24406-1.c create mode 100644 ld/testsuite/ld-plugin/pr24406-2a.c create mode 100644 ld/testsuite/ld-plugin/pr24406-2b.c