This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3 in repository toolchain/ci/binutils-gdb.
from b30049f188 Automatic date update in version.in adds b25f942e18 PowerPC: ignore sticky options for .machine adds 254db2f336 Externalize the _bfd_set_gp_value function adds ad14ab00eb [gdb/symtab] Fix unhandled dwarf expression opcode with gcc- [...] adds 77791f9c21 gdb: fix missing space in some info variables output adds 96a7037cd8 texi2pod.pl: add no-op --no-split option support [PR28144] new 265dcb69c2 ld: Report error reason when a library cannot be found new 5a98fb7513 bfd: Close the file descriptor if there is no archive fd
The 2 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/bfd-in2.h | 2 ++ bfd/bfd.c | 18 ++++++++++++++++++ bfd/plugin.c | 8 ++++++++ etc/texi2pod.pl | 2 ++ gas/config/tc-ppc.c | 20 ++++++++++++++++---- gdb/c-typeprint.c | 4 ++-- gdb/dwarf2/read.c | 17 ++++++++++++++++- gdb/testsuite/gdb.base/info-var-f1.c | 8 ++++++++ gdb/testsuite/gdb.base/info-var.exp | 16 ++++++++++++++-- ld/ldfile.c | 4 ++-- ld/testsuite/ld-plugin/lto.exp | 30 ++++++++++++++++++++++++++++++ ld/testsuite/ld-plugin/pr28138-1.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-2.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-3.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-4.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-5.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-6.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-7.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138.c | 20 ++++++++++++++++++++ 19 files changed, 180 insertions(+), 11 deletions(-) create mode 100644 ld/testsuite/ld-plugin/pr28138-1.c create mode 100644 ld/testsuite/ld-plugin/pr28138-2.c create mode 100644 ld/testsuite/ld-plugin/pr28138-3.c create mode 100644 ld/testsuite/ld-plugin/pr28138-4.c create mode 100644 ld/testsuite/ld-plugin/pr28138-5.c create mode 100644 ld/testsuite/ld-plugin/pr28138-6.c create mode 100644 ld/testsuite/ld-plugin/pr28138-7.c create mode 100644 ld/testsuite/ld-plugin/pr28138.c