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 5308d1e771 [gdb/testsuite] Set language in gdb.ada/minsym.exp adds a0761e34f0 gdb: enable -Wmissing-prototypes warning adds 038b97fcd7 testsuite: use `pwd -W` to convert from Unix to Windows paths adds dd69bf7a78 Avoid infinite recursion in find_pc_sect_line adds 8fb879cd16 asan: readelf leaks adds 1281424ccf [gdb/testsuite] Fix core file load FAIL in tls-core.exp adds 3217502e1b [gdb/testsuite] Use string_to_regexp on core filename in gdb [...] adds 9a2de3fc7f [gdb/testsuite] Fix gdb.linespec/explicit.exp FAIL with glib [...] adds 307eafd8df [gdb/testsuite] Fix dw2-ranges-base.exp FAIL with lib debuginfo adds e515d67ed6 [gdb/testsuite] Fix internal buffer full error in gdb.fortra [...] adds 14e9c72c33 [gdb/testsuite] Avoid breakpoint in GLIBC in gdb.threads/execl.exp adds 0925214029 [gdb/testsuite] Fix internal buffer full error in gdb.base/i [...] adds 607c693210 sim: ppc: netbsd: Sync errno codes with NetBSD 9.99.49 adds 7a20f753ef sim: ppc: netbsd: Sync signal names with NetBSD 9.99.49 adds 8dd8e1c722 Remove use of deprecated core functions (in NetBSD/ARM) new 4d696a5c68 gdb/selftest.m4: ensure $development is set new db6878ac55 Move sourcing of development.sh to GDB_AC_COMMON new 74cd3f9d7e Don't include selftests objects in build when unit tests are [...] new 272cd5a31e Move gdb/selftest.m4 to gdbsupport/selftest.m4 new 40310f30a5 gdb: make gdb.arch/amd64-disp-step-avx.exp actually test dis [...] new 3f512721a8 gdb: use foreach_with_prefix in gdb.base/break-interp.exp
The 6 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: binutils/ChangeLog | 9 + binutils/readelf.c | 24 +- gdb/ChangeLog | 59 ++ gdb/Makefile.in | 10 +- gdb/acinclude.m4 | 2 +- gdb/arm-nbsd-nat.c | 125 +-- gdb/arm-nbsd-tdep.c | 75 +- gdb/{solib-aix.h => arm-nbsd-tdep.h} | 15 +- gdb/configure | 19 +- gdb/configure.ac | 7 +- gdb/disasm-selftests.c | 5 - gdb/gdbarch-selftests.c | 4 - gdb/symtab.c | 12 +- gdb/testsuite/ChangeLog | 50 + gdb/testsuite/gdb.arch/amd64-disp-step-avx.S | 5 + gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp | 8 +- gdb/testsuite/gdb.base/break-interp.exp | 270 +++-- gdb/testsuite/gdb.base/info-types.exp | 40 +- gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 2 +- gdb/testsuite/gdb.fortran/module.exp | 37 +- gdb/testsuite/gdb.linespec/explicit.exp | 20 +- gdb/testsuite/gdb.threads/execl.exp | 7 + gdb/testsuite/lib/gdb.exp | 4 +- gdbserver/ChangeLog | 18 + gdbserver/acinclude.m4 | 2 +- gdbserver/configure | 1287 ++++++++++++------------ gdbserver/configure.ac | 5 +- gdbsupport/ChangeLog | 20 + gdbsupport/Makefile.in | 3 +- gdbsupport/acinclude.m4 | 2 +- gdbsupport/common.m4 | 3 + gdbsupport/configure | 15 +- gdbsupport/configure.ac | 3 - {gdb => gdbsupport}/selftest.m4 | 7 +- gdbsupport/warning.m4 | 1 + sim/ppc/ChangeLog | 8 + sim/ppc/emul_netbsd.c | 51 +- 37 files changed, 1257 insertions(+), 977 deletions(-) copy gdb/{solib-aix.h => arm-nbsd-tdep.h} (72%) rename {gdb => gdbsupport}/selftest.m4 (84%)