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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from ee9812a001 gdb: new command 'maint flush dcache' adds 5d7e6ed0bd [gdb/testsuite] Avoid gnatbind/gnatlink in gdb.ada/catch_ex_std.exp adds a406a98e6e [gdb/testsuite] Handle ada in gdb_compile_shlib adds 862fcbd8f0 [gdb/testsuite] Fix gdb.base/endianity.exp with gcc-4.8 adds f5756acc15 Constify parse_and_eval_type adds 4cf2ad7200 Update ELF headers and readelf with recent e_machine assignments. adds f12650bff1 Fix incremental linking with rodata merge sections. adds 387a56a543 Fix incremental tests using gcc 9, which adds Gnu properties [...] adds 70759921d8 Automatic date update in version.in adds f22318ef0d Re-enable incremental tests that were failing with GCC 9+. adds ad9675dd80 sim/mips/cp1.c: Include <stdlib.h> for abort() declaration adds f7c54040d7 rx-elf FAIL: SHF_GNU_RETAIN sections 27 adds 6abe7848fa Solaris 11.4 ld build failure adds 3991c7acb2 Fix a use of an uninitialised variable in the bfd linker. adds 8da4f428d1 PR26836, memory leak in parse_args adds a86c6c1964 Put bfd_section_from_shdr loop detection array in elf_tdata new bf6d803782 Add a plugin for processing static library dependencies. new a3bdae4ef8 Handle fixed-point division by zero new e26624c669 Be more careful when rewriting thick pointer array type new 25a1127be7 Use exact match in get_var_value new 86b442599b Handle block-local names for Ada new 153f6e6cb0 [gdb/testsuite] Handle shell prompt in batch-preserve-term-s [...] new 519155c9f6 [gdb/testsuite] Handle no glibc debuginfo in gdb.base/solib- [...] new 18f1cb1fc5 [gdb/testsuite] Handle missing xz in gdb.base/gnu-debugdata.exp new a6f3c8a1a8 Do not manually dissect OP_TYPE operations new 2f4132646d [gdb/testsuite] Don't pass -fPIC to gdb_compile_shlib
The 10 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: bfd/ChangeLog | 7 + bfd/elf-bfd.h | 1 + bfd/elf.c | 54 +- bfd/elfcode.h | 3 + bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/readelf.c | 17 +- gas/ChangeLog | 6 + gas/testsuite/gas/elf/section27.s | 20 +- gdb/ChangeLog | 32 + gdb/ada-lang.c | 73 +- gdb/dictionary.c | 7 + gdb/dtrace-probe.c | 2 +- gdb/dwarf2/read.c | 71 +- gdb/eval.c | 2 +- gdb/gdbtypes.c | 2 +- gdb/testsuite/ChangeLog | 62 + gdb/testsuite/gdb.ada/catch_ex_std.exp | 89 +- gdb/testsuite/gdb.ada/nested.exp | 15 + gdb/testsuite/gdb.ada/nested/hello.adb | 18 +- .../gdb.base/batch-preserve-term-settings.exp | 9 +- gdb/testsuite/gdb.base/break-probes.exp | 3 +- gdb/testsuite/gdb.base/ctxobj.exp | 4 +- gdb/testsuite/gdb.base/dso2dso.exp | 4 +- gdb/testsuite/gdb.base/endianity.exp | 11 +- .../gdb.base/global-var-nested-by-dso.exp | 4 +- gdb/testsuite/gdb.base/info-shared.exp | 6 +- gdb/testsuite/gdb.base/jit-reader-simple.exp | 2 +- gdb/testsuite/gdb.base/print-file-var.exp | 2 +- gdb/testsuite/gdb.base/skip-solib.exp | 2 +- gdb/testsuite/gdb.base/solib-corrupted.exp | 12 +- gdb/testsuite/gdb.btrace/dlopen.exp | 3 +- gdb/testsuite/gdb.dwarf2/ada-thick-pointer.exp | 95 + gdb/testsuite/gdb.dwarf2/dw2-fixed-point.exp | 3 + gdb/testsuite/lib/gdb.exp | 60 +- gdb/typeprint.c | 36 +- gdb/valarith.c | 2 + gdb/value.h | 2 +- gold/ChangeLog | 20 + gold/layout.cc | 3 +- gold/object.cc | 4 + gold/testsuite/Makefile.am | 4 - gold/testsuite/Makefile.in | 101 +- include/ChangeLog | 4 + include/elf/common.h | 12 + ld/ChangeLog | 26 + ld/Makefile.am | 5 + ld/Makefile.in | 158 +- ld/NEWS | 3 + ld/deffilep.y | 8 +- ld/ld.texi | 53 + ld/lexsup.c | 6 +- ld/libdep_plugin.c | 366 +++ ld/po/ld.pot | 3112 +++++++++++--------- sim/mips/ChangeLog | 4 + sim/mips/cp1.c | 2 + 56 files changed, 2822 insertions(+), 1816 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/ada-thick-pointer.exp create mode 100644 ld/libdep_plugin.c