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 eac88f32984 Add support for Windows network paths to the UNC support in [...] new c0419c024bf elf: Always honor the first definition in shared object and [...]
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/elf-bfd.h | 4 + bfd/elflink.c | 164 ++++++++++++++++----- .../ld-elf/{needed3.c => pr31482a-no-lto.c} | 2 +- ld/testsuite/ld-elf/pr31482b-no-lto.c | 10 ++ ld/testsuite/ld-elf/pr31482c-no-lto.c | 15 ++ ld/testsuite/ld-elf/pr31482d-no-lto.c | 9 ++ ld/testsuite/ld-elf/shared.exp | 36 +++++ ld/testsuite/ld-plugin/lto.exp | 32 ++++ ld/testsuite/ld-plugin/pass1.out | 1 + ld/testsuite/ld-plugin/pr31482a.c | 8 + .../c/hello.c => ld/testsuite/ld-plugin/pr31482b.c | 8 +- .../c/hello.c => ld/testsuite/ld-plugin/pr31482c.c | 8 +- 12 files changed, 252 insertions(+), 45 deletions(-) copy ld/testsuite/ld-elf/{needed3.c => pr31482a-no-lto.c} (87%) create mode 100644 ld/testsuite/ld-elf/pr31482b-no-lto.c create mode 100644 ld/testsuite/ld-elf/pr31482c-no-lto.c create mode 100644 ld/testsuite/ld-elf/pr31482d-no-lto.c create mode 100644 ld/testsuite/ld-plugin/pass1.out create mode 100644 ld/testsuite/ld-plugin/pr31482a.c copy sim/testsuite/cris/c/hello.c => ld/testsuite/ld-plugin/pr31482b.c (57%) copy sim/testsuite/cris/c/hello.c => ld/testsuite/ld-plugin/pr31482c.c (57%)