This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from ae7754b256f Change end_psymtab_common to a method new b1a92c635c1 PR26806, Suspected linker bug with LTO
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: bfd/ChangeLog | 9 ++++++++ bfd/elflink.c | 47 +++++++++++++++++++++++++--------------- ld/ChangeLog | 11 ++++++++++ ld/testsuite/ld-plugin/lto-19.h | 6 +++++ ld/testsuite/ld-plugin/lto-19a.c | 19 ++++++++++++++++ ld/testsuite/ld-plugin/lto-19b.c | 7 ++++++ ld/testsuite/ld-plugin/lto-19c.c | 9 ++++++++ ld/testsuite/ld-plugin/lto.exp | 16 ++++++++++++++ ld/testsuite/ld-plugin/pr26806.c | 2 ++ ld/testsuite/ld-plugin/pr26806.d | 4 ++++ 10 files changed, 113 insertions(+), 17 deletions(-) create mode 100644 ld/testsuite/ld-plugin/lto-19.h create mode 100644 ld/testsuite/ld-plugin/lto-19a.c create mode 100644 ld/testsuite/ld-plugin/lto-19b.c create mode 100644 ld/testsuite/ld-plugin/lto-19c.c create mode 100644 ld/testsuite/ld-plugin/pr26806.c create mode 100644 ld/testsuite/ld-plugin/pr26806.d