This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O1 in repository toolchain/ci/binutils-gdb.
from fb0e49d8e0 Constant fold view increment expressions adds ec0e51aeee * gdb/doc/gdb.texinfo (Requirements): Fix a typo. adds 19cf33a0d5 GDB/testsuite: Remove a stray backslash from gdb.base/settings.exp adds befb57e516 GDB/testsuite: Fix a "displayed" typo in gdb.base/default.exp adds 7dc7323c0b toplevel: Makefile.def: Make configure-sim depend on all-readline adds 399f9ba236 Automatic date update in version.in adds 320fdefef1 ld: Add a before_plugin_all_symbols_read hook
No new revisions were added by this update.
Summary of changes: Makefile.def | 2 +- Makefile.in | 2 +- bfd/elf-bfd.h | 3 + bfd/elflink.c | 7 +- bfd/version.h | 2 +- gdb/doc/gdb.texinfo | 2 +- gdb/testsuite/gdb.base/default.exp | 2 +- gdb/testsuite/gdb.base/settings.exp | 2 +- ld/emultempl/elf.em | 14 ++ ld/emultempl/emulation.em | 1 + ld/ldelf.c | 385 ++++++++++++++++++++---------------- ld/ldelf.h | 2 + ld/ldemul.c | 7 + ld/ldemul.h | 5 + ld/ldlang.c | 2 + ld/testsuite/ld-plugin/lto.exp | 25 +++ ld/testsuite/ld-plugin/pr28849.d | 3 + ld/testsuite/ld-plugin/pr28849a.c | 2 + ld/testsuite/ld-plugin/pr28849b.c | 3 + 19 files changed, 289 insertions(+), 182 deletions(-) create mode 100644 ld/testsuite/ld-plugin/pr28849.d create mode 100644 ld/testsuite/ld-plugin/pr28849a.c create mode 100644 ld/testsuite/ld-plugin/pr28849b.c