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 bc7b765 Pass SIGLIBRT directly to child processes. new 7635954 Add support for creating ELF import libraries
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 | 14 +++++ bfd/elf-bfd.h | 7 +++ bfd/elf.c | 37 ++++++++++++ bfd/elflink.c | 108 +++++++++++++++++++++++++++++++++++ bfd/elfxx-target.h | 8 ++- include/ChangeLog | 5 ++ include/bfdlink.h | 6 ++ ld/ChangeLog | 35 ++++++++++++ ld/NEWS | 7 +++ ld/emultempl/elf32.em | 14 +++++ ld/emultempl/pe.em | 14 ++--- ld/emultempl/pep.em | 12 +--- ld/ld.h | 3 + ld/ld.texinfo | 20 +++---- ld/ldexp.c | 1 + ld/ldlex.h | 1 + ld/lexsup.c | 5 ++ ld/testsuite/ld-elf/elf.exp | 16 ++++++ ld/testsuite/ld-elf/empty-implib.out | 2 + ld/testsuite/ld-elf/implib.rd | 11 ++++ ld/testsuite/ld-elf/implib.s | 22 +++++++ 21 files changed, 317 insertions(+), 31 deletions(-) create mode 100644 ld/testsuite/ld-elf/empty-implib.out create mode 100644 ld/testsuite/ld-elf/implib.rd create mode 100644 ld/testsuite/ld-elf/implib.s