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 ad3d022a77 Fix a typo in rx_fpsw_type new 4af8774e15 Regen bfd-in2.h new 10463f39c7 Missing _bfd_error_handler args new c08bb8dd9b Rewrite bfd error handler new dae82561a2 Use %A and %B in more error messages new 63a5468afa Wrap long lines
The 5 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 | 102 ++++++++++++++ bfd/aout-cris.c | 4 +- bfd/aoutx.h | 17 ++- bfd/archive.c | 4 +- bfd/bfd-in2.h | 3 +- bfd/bfd.c | 360 +++++++++++++++++++++++++++++-------------------- bfd/binary.c | 5 +- bfd/coff-arm.c | 11 +- bfd/coff-mcore.c | 2 +- bfd/coff-ppc.c | 2 +- bfd/coff-rs6000.c | 9 +- bfd/coff-tic4x.c | 4 +- bfd/coff-tic80.c | 2 +- bfd/coffcode.h | 23 ++-- bfd/coffgen.c | 3 +- bfd/cofflink.c | 19 ++- bfd/coffswap.h | 10 +- bfd/cpu-arm.c | 4 +- bfd/elf-eh-frame.c | 16 +-- bfd/elf-m10300.c | 4 +- bfd/elf-s390-common.c | 2 +- bfd/elf.c | 44 +++--- bfd/elf32-arc.c | 8 +- bfd/elf32-arm.c | 78 +++++------ bfd/elf32-avr.c | 3 +- bfd/elf32-bfin.c | 13 +- bfd/elf32-frv.c | 23 ++-- bfd/elf32-i386.c | 19 ++- bfd/elf32-iq2000.c | 8 +- bfd/elf32-m32c.c | 9 +- bfd/elf32-m32r.c | 4 +- bfd/elf32-mep.c | 6 +- bfd/elf32-microblaze.c | 20 +-- bfd/elf32-msp430.c | 19 ++- bfd/elf32-nds32.c | 8 +- bfd/elf32-rl78.c | 20 +-- bfd/elf32-rx.c | 5 +- bfd/elf32-score.c | 5 +- bfd/elf32-score7.c | 5 +- bfd/elf32-sh64.c | 27 ++-- bfd/elf32-spu.c | 2 +- bfd/elf32-v850.c | 28 ++-- bfd/elf32-vax.c | 27 ++-- bfd/elf32-visium.c | 5 +- bfd/elf64-ia64-vms.c | 45 ++++--- bfd/elf64-mmix.c | 41 +++--- bfd/elf64-ppc.c | 2 +- bfd/elf64-sh64.c | 20 ++- bfd/elf64-sparc.c | 18 +-- bfd/elf64-x86-64.c | 25 ++-- bfd/elfcode.h | 13 +- bfd/elflink.c | 49 ++++--- bfd/elfnn-aarch64.c | 4 +- bfd/elfnn-ia64.c | 30 ++--- bfd/elfxx-mips.c | 48 +++---- bfd/hpux-core.c | 6 +- bfd/ieee.c | 8 +- bfd/ihex.c | 4 +- bfd/linker.c | 3 +- bfd/merge.c | 4 +- bfd/mmo.c | 116 ++++++++-------- bfd/oasys.c | 3 +- bfd/pdp11.c | 9 +- bfd/peXXigen.c | 13 +- bfd/rs6000-core.c | 3 +- bfd/vms-alpha.c | 9 +- bfd/xcofflink.c | 8 +- 67 files changed, 822 insertions(+), 651 deletions(-)