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-allmodconfig in repository toolchain/ci/binutils-gdb.
from d77c922455 avoid unwarranted assumption in gdb.ada/fixed_points/fixed_p [...] adds 525454d654 Remove init_psymbol_list adds 089002bba0 Remove parameter from end_psymtab_common adds 0684bb51b5 Remove partial symbol statistics adds ae7754b256 Change end_psymtab_common to a method adds b1a92c635c PR26806, Suspected linker bug with LTO adds fb446b46cb Automatic date update in version.in adds 8807d3127c sim/bpf: re-generate configure adds e1f57067b1 gdb/riscv: read frame base register as unsigned in the unwinder adds ab8f783d7a [gdb/testsuite] Remove .debug_line.dwo from gdb.dwarf2/fissi [...] adds 7ea44a51fa Fix testcases using __attribute__((noclone)) with Clang
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 9 +++ bfd/elflink.c | 47 ++++++++++------ bfd/version.h | 2 +- gdb/ChangeLog | 46 +++++++++++++++ gdb/ctfread.c | 2 +- gdb/dbxread.c | 5 +- gdb/dwarf2/read.c | 7 +-- gdb/objfiles.h | 3 - gdb/psympriv.h | 12 ++-- gdb/psymtab.c | 48 ++++------------ gdb/riscv-tdep.c | 2 +- gdb/symmisc.c | 21 ++++++- gdb/testsuite/ChangeLog | 12 ++++ gdb/testsuite/gdb.base/backtrace.c | 8 ++- gdb/testsuite/gdb.base/infcall-nested-structs.c | 65 +++++++++++----------- gdb/testsuite/gdb.base/vla-optimized-out.c | 4 +- gdb/testsuite/gdb.dwarf2/fission-multi-cu.S | 14 ----- .../{gdb.base/backtrace.c => lib/attributes.h} | 42 +++++++------- gdb/xcoffread.c | 8 +-- ld/ChangeLog | 11 ++++ ld/testsuite/ld-plugin/lto-19.h | 6 ++ ld/testsuite/ld-plugin/lto-19a.c | 19 +++++++ ld/testsuite/ld-plugin/lto-19b.c | 7 +++ ld/testsuite/ld-plugin/lto-19c.c | 9 +++ ld/testsuite/ld-plugin/lto.exp | 16 ++++++ ld/testsuite/ld-plugin/pr26806.c | 2 + ld/testsuite/ld-plugin/pr26806.d | 4 ++ sim/ChangeLog | 4 ++ sim/bpf/configure | 4 +- 29 files changed, 281 insertions(+), 158 deletions(-) copy gdb/testsuite/{gdb.base/backtrace.c => lib/attributes.h} (57%) create mode 100644 ld/testsuite/ld-plugin/lto-19.h create mode 100644 ld/testsuite/ld-plugin/lto-19a.c create mode 100644 ld/testsuite/ld-plugin/lto-19b.c create mode 100644 ld/testsuite/ld-plugin/lto-19c.c create mode 100644 ld/testsuite/ld-plugin/pr26806.c create mode 100644 ld/testsuite/ld-plugin/pr26806.d