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 fa549b9 Automatic date update in version.in new b62b1f7 Add is_generic_elf to ld/ld-lib.exp new 1047201 bfd_merge_private_bfd_data tidy new 50e03d4 Pass link_info to _bfd_merge_private_bfd_data
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 | 103 ++++++++++++++++++++++++++++++++++++++++++++ bfd/Makefile.am | 4 +- bfd/Makefile.in | 4 +- bfd/aoutf1.h | 3 +- bfd/bfd-in2.h | 13 +++--- bfd/bfd.c | 21 --------- bfd/coff-arm.c | 3 +- bfd/cpu-sh.c | 47 -------------------- bfd/doc/Makefile.am | 3 +- bfd/doc/Makefile.in | 3 +- bfd/elf-attrs.c | 3 +- bfd/elf-bfd.h | 5 ++- bfd/elf-m10300.c | 4 +- bfd/elf-s390-common.c | 5 ++- bfd/elf32-arc.c | 12 ++---- bfd/elf32-arm.c | 14 +++--- bfd/elf32-bfin.c | 3 +- bfd/elf32-cr16.c | 4 +- bfd/elf32-cris.c | 17 +++----- bfd/elf32-frv.c | 3 +- bfd/elf32-h8300.c | 7 ++- bfd/elf32-i370.c | 3 +- bfd/elf32-iq2000.c | 3 +- bfd/elf32-m32c.c | 3 +- bfd/elf32-m32r.c | 3 +- bfd/elf32-m68hc1x.c | 5 ++- bfd/elf32-m68hc1x.h | 3 +- bfd/elf32-m68k.c | 3 +- bfd/elf32-mcore.c | 5 ++- bfd/elf32-mep.c | 5 ++- bfd/elf32-microblaze.c | 17 +------- bfd/elf32-msp430.c | 8 ++-- bfd/elf32-mt.c | 5 ++- bfd/elf32-nds32.c | 6 ++- bfd/elf32-nios2.c | 7 +-- bfd/elf32-or1k.c | 3 +- bfd/elf32-ppc.c | 18 +++++--- bfd/elf32-rl78.c | 3 +- bfd/elf32-rx.c | 3 +- bfd/elf32-s390.c | 6 ++- bfd/elf32-score.c | 13 +++--- bfd/elf32-score.h | 2 +- bfd/elf32-score7.c | 5 ++- bfd/elf32-sh.c | 55 +++++++++++++++++++++-- bfd/elf32-sh64.c | 7 +-- bfd/elf32-sparc.c | 5 ++- bfd/elf32-tic6x.c | 13 +++--- bfd/elf32-v850.c | 3 +- bfd/elf32-vax.c | 4 +- bfd/elf32-visium.c | 3 +- bfd/elf32-xgate.c | 11 ----- bfd/elf32-xgate.h | 1 - bfd/elf32-xtensa.c | 5 ++- bfd/elf64-ia64-vms.c | 3 +- bfd/elf64-ppc.c | 9 ++-- bfd/elf64-s390.c | 9 ++-- bfd/elf64-sh64.c | 5 ++- bfd/elf64-sparc.c | 5 ++- bfd/elfnn-aarch64.c | 5 ++- bfd/elfnn-ia64.c | 3 +- bfd/elfxx-mips.c | 17 +++++--- bfd/elfxx-mips.h | 2 +- bfd/elfxx-sparc.c | 6 +-- bfd/elfxx-sparc.h | 2 +- bfd/elfxx-target.h | 2 +- bfd/elfxx-tilegx.c | 3 +- bfd/elfxx-tilegx.h | 2 +- bfd/libbfd-in.h | 6 +-- bfd/libbfd.c | 26 ----------- bfd/libbfd.h | 16 +++---- bfd/linker.c | 57 ++++++++++++++++++++++++ bfd/targets.c | 2 +- ld/ChangeLog | 5 +++ ld/ldlang.c | 2 +- ld/testsuite/ld-elf/elf.exp | 14 +----- ld/testsuite/lib/ld-lib.exp | 20 +++++++++ opcodes/ChangeLog | 4 ++ opcodes/sh-opc.h | 1 - 78 files changed, 444 insertions(+), 299 deletions(-)