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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from b8fd9b80ee gold: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker adds b1ec273502 Have stamp-init depend on config.status adds aa2045e7fa gdb: rs6000_dwarf2_reg_to_regnum return -1 for unknown regis [...] adds 136821d9f6 gdb: introduce displaced_debug_printf adds b5e72fb54a Automatic date update in version.in adds 91e1a0ed09 gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TAR [...] adds e41fda1d5f gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC adds 7e8c7130fe gdbserver: modernize configure.ac adds 5593a99a95 gdb: modernize configure.ac adds 0e5b0dd024 gdb/testsuite: modernize configure.ac adds 294f269748 gdb: modernize acinclude.m4 adds b6fb30eda7 gdbsupport: re-indent ptrace.m4 adds 5164c11714 gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 adds 864ca43565 gdbsupport: replace AC_TRY_COMPILE in warning.m4 adds 15dabc52a1 gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORK adds b9442ec18b gdbsupport: replace AC_TRY_COMPILE in common.m4 adds ad6dba1cea gdb: replace AC_TRY_LINK in sanitize.m4 adds 19dd0ae5e7 gdbserver: replace AC_TRY_COMPILE in acinclude.m4 adds 17417fb0ec gdb, gdbsupport: add debug_prefixed_printf, remove boilerpla [...] adds 4f0469cdd6 gdb: restore some checks of debug flags adds 80630624b4 Automatic date update in version.in adds 75f24e86ba ada-lang.c: Renaming some fixed-point-related routines adds db99d0d055 ada-lang.c: fix line too long in cast_from_gnat_encoded_fixe [...] adds 60bd1d53a0 ada-lang.c: Rename gnat_encoded_fixed_type_info adds 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 adds 6539a36d0e Detect and report incompatible gdb_compile options adds 1c2bec1918 Fix gdb.base/print-file-var.exp 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 | 152 ++++ gdb/Makefile.in | 2 +- gdb/aarch64-tdep.c | 45 +- gdb/acinclude.m4 | 156 +--- gdb/ada-lang.c | 33 +- gdb/ada-lang.h | 2 +- gdb/ada-typeprint.c | 2 +- gdb/ada-valprint.c | 2 +- gdb/amd64-tdep.c | 75 +- gdb/arm-linux-tdep.c | 44 +- gdb/arm-tdep.c | 339 +++----- gdb/configure | 302 +++---- gdb/configure.ac | 378 ++++++--- gdb/ctfread.c | 2 +- gdb/dbxread.c | 5 +- gdb/dwarf2/read.c | 7 +- gdb/i386-tdep.c | 62 +- gdb/infrun.c | 103 +-- gdb/infrun.h | 22 +- gdb/linux-nat.c | 13 +- gdb/objfiles.h | 3 - gdb/psympriv.h | 12 +- gdb/psymtab.c | 48 +- gdb/riscv-tdep.c | 2 +- gdb/rs6000-tdep.c | 46 +- gdb/s390-tdep.c | 32 +- gdb/sanitize.m4 | 6 +- gdb/symmisc.c | 21 +- gdb/testsuite/ChangeLog | 40 + gdb/testsuite/configure | 1 + gdb/testsuite/configure.ac | 3 +- .../gdb.ada/fixed_points/fixed_points.adb | 3 +- gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp | 2 +- gdb/testsuite/gdb.base/backtrace.c | 8 +- gdb/testsuite/gdb.base/infcall-nested-structs.c | 65 +- gdb/testsuite/gdb.base/print-file-var.exp | 18 +- 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/testsuite/lib/gdb.exp | 17 +- gdb/xcoffread.c | 8 +- gdbserver/ChangeLog | 33 + gdbserver/acinclude.m4 | 32 +- gdbserver/configure | 135 +-- gdbserver/configure.ac | 108 ++- gdbsupport/ChangeLog | 48 ++ gdbsupport/aclocal.m4 | 29 - gdbsupport/common-debug.cc | 17 +- gdbsupport/common-debug.h | 6 + gdbsupport/common.m4 | 21 +- gdbsupport/configure | 943 +++------------------ gdbsupport/configure.ac | 12 +- gdbsupport/event-loop.cc | 11 - gdbsupport/event-loop.h | 12 +- gdbsupport/ptrace.m4 | 105 ++- gdbsupport/warning.m4 | 24 +- 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 +- 69 files changed, 1678 insertions(+), 2139 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