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 2ce40d1a518 Add SEH support to code generated by dlltool. new 8c4645b4887 Remove sflag_info param from wild callback functions new b209b5a6b8a SHF_LINK_ORDER fixup_link_order in ld new 5347ed60c50 Regen Makefile.in for jobserver.m4 aclocal.m4 dependency
The 3 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/Makefile.in | 1 + bfd/bfd-in2.h | 7 +- bfd/doc/Makefile.in | 1 + bfd/elflink.c | 194 ------------------------------- bfd/section.c | 7 +- binutils/ChangeLog | 5 + binutils/Makefile.in | 1 + binutils/doc/Makefile.in | 1 + gas/ChangeLog | 5 + gas/Makefile.in | 1 + gas/doc/Makefile.in | 1 + gprof/ChangeLog | 4 + gprof/Makefile.in | 1 + ld/ChangeLog | 53 +++++++++ ld/Makefile.in | 1 + ld/emultempl/aarch64elf.em | 2 +- ld/emultempl/armelf.em | 2 +- ld/emultempl/beos.em | 2 +- ld/emultempl/cskyelf.em | 2 +- ld/emultempl/hppaelf.em | 2 +- ld/emultempl/m68hc1xelf.em | 2 +- ld/emultempl/metagelf.em | 2 +- ld/emultempl/mipself.em | 2 +- ld/emultempl/mmo.em | 2 +- ld/emultempl/msp430.em | 5 +- ld/emultempl/nios2elf.em | 2 +- ld/emultempl/pe.em | 4 +- ld/emultempl/pep.em | 4 +- ld/emultempl/ppc64elf.em | 2 +- ld/emultempl/spuelf.em | 4 +- ld/emultempl/vms.em | 2 +- ld/ldelf.c | 8 +- ld/ldelfgen.c | 243 +++++++++++++++++++++++++++++++++++++++ ld/ldlang.c | 46 ++++---- ld/ldlang.h | 11 +- ld/testsuite/ld-elf/pr26256-2a.d | 1 - ld/testsuite/ld-elf/pr26256-2b.d | 3 +- ld/testsuite/ld-elf/pr26256-3b.d | 1 - libctf/ChangeLog | 4 + libctf/Makefile.in | 1 + opcodes/ChangeLog | 4 + opcodes/Makefile.in | 1 + 43 files changed, 402 insertions(+), 259 deletions(-)