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-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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) adds 4d696a5c68 gdb/selftest.m4: ensure $development is set adds db6878ac55 Move sourcing of development.sh to GDB_AC_COMMON adds 74cd3f9d7e Don't include selftests objects in build when unit tests are [...] adds 272cd5a31e Move gdb/selftest.m4 to gdbsupport/selftest.m4 adds 40310f30a5 gdb: make gdb.arch/amd64-disp-step-avx.exp actually test dis [...] adds 3f512721a8 gdb: use foreach_with_prefix in gdb.base/break-interp.exp adds 64f251023b Fix CORE_ADDR size assertion in symfile-mem.c adds 53807e9f3d Don't use sprintf_vma for CORE_ADDR adds 227031b2bf Cast to bfd_vma in arm-tdep.c adds 9a665d6226 Fix gdbserver build when intl already built adds 213291361b Change gdbsupport not to rely on BFD adds 4635ff9753 Change gdbserver to use existing gdbsupport adds 6ba0a32103 Remove deprecated core file functions adds 301b21e0df [gdb/testsuite] Fix check-read1 FAIL in gdb.tui/corefile-run.exp adds 49ba92c0a6 [gdb/testsuite] Fix mi-sym-info.exp matching FAILs adds fd486f32d1 asan: more readelf leaks adds 502794d432 Fix several mix up between octets and bytes in ELF program headers adds 666318230c Fix several mix up between octets and bytes in ELF program headers new 96c7f87394 [gdb/symtab] Fix partial unit psymtabs
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: ChangeLog | 15 + Makefile.def | 5 +- Makefile.in | 5 +- bfd/ChangeLog | 63 + bfd/bfd.c | 5 +- bfd/elf-bfd.h | 2 +- bfd/elf.c | 179 +-- bfd/elfcode.h | 28 +- bfd/elflink.c | 43 +- bfd/merge.c | 22 +- binutils/ChangeLog | 14 + binutils/elfcomm.c | 8 +- binutils/elfedit.c | 9 + binutils/readelf.c | 152 ++- gdb/ChangeLog | 104 ++ 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/arm-tdep.c | 4 +- gdb/breakpoint.c | 5 +- gdb/configure | 18 +- gdb/configure.ac | 7 +- gdb/corelow.c | 170 +-- gdb/disasm-selftests.c | 5 - gdb/gdbarch-selftests.c | 4 - gdb/gdbcore.h | 68 - gdb/psymtab.c | 44 +- gdb/psymtab.h | 6 + gdb/remote.c | 12 +- gdb/symfile-mem.c | 2 +- gdb/testsuite/ChangeLog | 66 + 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.dwarf2/imported-unit.exp | 13 + gdb/testsuite/gdb.fortran/module.exp | 37 +- gdb/testsuite/gdb.linespec/explicit.exp | 20 +- gdb/testsuite/gdb.mi/mi-sym-info-2.c | 5 + gdb/testsuite/gdb.mi/mi-sym-info.exp | 13 +- gdb/testsuite/gdb.threads/execl.exp | 7 + .../gdb.tui/tui-layout-asm-short-prog.exp | 2 +- gdb/testsuite/gdb.tui/tui-layout-asm.exp | 2 +- gdb/testsuite/lib/gdb.exp | 2 +- gdb/testsuite/lib/tuiterm.exp | 15 +- gdbserver/ChangeLog | 38 + gdbserver/Makefile.in | 100 +- gdbserver/acinclude.m4 | 5 +- gdbserver/config.in | 4 + gdbserver/configure | 1308 +++++++++++--------- gdbserver/configure.ac | 16 +- gdbsupport/ChangeLog | 21 + gdbsupport/Makefile.in | 3 +- gdbsupport/acinclude.m4 | 2 +- gdbsupport/common-defs.h | 16 - gdbsupport/common-types.h | 32 +- gdbsupport/common.m4 | 3 + gdbsupport/configure | 14 +- gdbsupport/configure.ac | 3 - {gdb => gdbsupport}/selftest.m4 | 7 +- include/ChangeLog | 15 + include/bfdlink.h | 4 +- include/elf/internal.h | 30 +- ld/ChangeLog | 4 + ld/ldexp.c | 3 +- sim/ppc/ChangeLog | 8 + sim/ppc/emul_netbsd.c | 51 +- 70 files changed, 1903 insertions(+), 1517 deletions(-) copy gdb/{solib-aix.h => arm-nbsd-tdep.h} (72%) rename {gdb => gdbsupport}/selftest.m4 (84%)