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 888ff82e77d MIPS/opcodes: Rework INSN_* flags into a consistent block new e8e10743f7b Add --rosegment option to BFD linker to stop the '-z separa [...]
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.c | 4 +- include/bfdlink.h | 3 + ld/NEWS | 4 + ld/config.in | 4 + ld/configure | 22 ++++ ld/configure.ac | 17 +++ ld/emultempl/elf.em | 271 +++++++++++++++++++++++++++++++++++++--- ld/genscripts.sh | 186 +++++++++++++++++++++++++-- ld/ld.texi | 15 +++ ld/ldint.texi | 68 +++++++++- ld/ldlex.h | 2 + ld/lexsup.c | 11 ++ ld/scripttempl/elf.sc | 118 ++++++++++++++--- ld/testsuite/ld-elf/pr30907-1.d | 14 +++ ld/testsuite/ld-elf/pr30907-2.d | 15 +++ 15 files changed, 709 insertions(+), 45 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr30907-1.d create mode 100644 ld/testsuite/ld-elf/pr30907-2.d