This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_35-branch in repository binutils-gdb.
from 544fb889023 Automatic date update in version.in new 041d1c2d4f0 ld: Properly override the IR definition
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: include/ChangeLog | 6 ++++++ include/bfdlink.h | 3 +++ ld/ChangeLog | 19 ++++++++++++++++++ ld/ldlang.c | 1 + ld/plugin.c | 16 +++++++++------ ld/testsuite/ld-plugin/lto.exp | 40 ++++++++++++++++++++++++++++++++++++++ ld/testsuite/ld-plugin/pr26262a.c | 21 ++++++++++++++++++++ ld/testsuite/ld-plugin/pr26262b.c | 16 +++++++++++++++ ld/testsuite/ld-plugin/pr26262c.c | 6 ++++++ ld/testsuite/ld-plugin/pr26267.err | 3 +++ ld/testsuite/ld-plugin/pr26267a.c | 21 ++++++++++++++++++++ ld/testsuite/ld-plugin/pr26267b.c | 15 ++++++++++++++ ld/testsuite/ld-plugin/pr26267c.c | 6 ++++++ 13 files changed, 167 insertions(+), 6 deletions(-) create mode 100644 ld/testsuite/ld-plugin/pr26262a.c create mode 100644 ld/testsuite/ld-plugin/pr26262b.c create mode 100644 ld/testsuite/ld-plugin/pr26262c.c create mode 100644 ld/testsuite/ld-plugin/pr26267.err create mode 100644 ld/testsuite/ld-plugin/pr26267a.c create mode 100644 ld/testsuite/ld-plugin/pr26267b.c create mode 100644 ld/testsuite/ld-plugin/pr26267c.c