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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 9e8f1c9000 NEWS: Mention x86 assembler options for CVE-2020-0551 adds 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 new 8dd8e1c722 Remove use of deprecated core functions (in NetBSD/ARM)
The 1 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 | 28 ++++++ gdb/Makefile.in | 1 + gdb/arm-nbsd-nat.c | 125 +-------------------------- gdb/arm-nbsd-tdep.c | 75 +++++++++++++++- gdb/{solib-aix.h => arm-nbsd-tdep.h} | 15 ++-- gdb/configure | 1 + gdb/symtab.c | 12 ++- gdb/testsuite/ChangeLog | 43 +++++++++ gdb/testsuite/gdb.ada/minsyms.exp | 2 + 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 | 4 + gdbserver/configure | 1 + gdbsupport/ChangeLog | 5 ++ gdbsupport/configure | 1 + gdbsupport/warning.m4 | 1 + sim/ppc/ChangeLog | 8 ++ sim/ppc/emul_netbsd.c | 51 ++++++++++- 24 files changed, 358 insertions(+), 158 deletions(-) copy gdb/{solib-aix.h => arm-nbsd-tdep.h} (72%)