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 f2cddbe51a Automatic date update in version.in new 6e67e6b05a csky bfd.h tidy new 7beeaeb8c6 mips bfd.h tidy new d48d68b618 v850 bfd.h tidy new 3352ae9900 ia64 bfd.h tidy new ca437b1b5f h8300 bfd.h tidy new c348479ddd tic54x bfd.h tidy new a8bfaadbb4 aarch64 bfd.h tidy new 79c2ce54e1 tic6x bfd.h tidy new f37164d78b arm bfd.h tidy new aa739c59d3 coff bfd.h tidy new 6ea7de3237 xcoff bfd.h tidy new 530f61204c obsoleted bfd.h tidy new ca05ca5e2d cr16 bfd.h tidy new 8410a6589d bfin bfd.h tidy new f5c5b7c124 m68k bfd.h tidy new 0b4453c791 elf bfd.h tidy new 0ba9378a2a ecoff bfd.h tidy new 640197ac27 linker bfd.h tidy new b06252c2b1 bfd Makefile update
The 19 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 | 147 ++++++++++ bfd/Makefile.am | 32 ++- bfd/Makefile.in | 27 +- bfd/bfd-in.h | 521 ++---------------------------------- bfd/bfd-in2.h | 521 ++---------------------------------- bfd/coff-arm.c | 2 + bfd/{elf32-tic6x.h => coff-arm.h} | 31 +-- bfd/coff-bfd.h | 3 + bfd/coff-rs6000.c | 14 - bfd/coff-tic54x.c | 4 +- bfd/cpu-aarch64.c | 1 + bfd/cpu-aarch64.h | 25 ++ bfd/cpu-arm.c | 1 + bfd/{elf32-tic6x.h => cpu-arm.h} | 35 ++- bfd/cpu-h8300.c | 1 + bfd/{elf32-tic6x.h => cpu-h8300.h} | 28 +- bfd/cpu-m68k.c | 1 + bfd/{elf32-tic6x.h => cpu-m68k.h} | 27 +- bfd/ecoff-bfd.h | 59 ++++ bfd/ecoff.c | 1 + bfd/ecofflink.c | 1 + bfd/elf-bfd.h | 62 +++++ bfd/elf32-arm.c | 2 + bfd/elf32-arm.h | 121 +++++++++ bfd/elf32-bfin.c | 1 + bfd/{elf32-tic6x.h => elf32-bfin.h} | 29 +- bfd/elf32-cr16.c | 1 + bfd/elf32-cr16.h | 22 ++ bfd/elf32-csky.c | 1 + bfd/{elf32-tic6x.h => elf32-csky.h} | 36 +-- bfd/elf32-h8300.c | 1 + bfd/elf32-m68k.c | 2 + bfd/{elf32-tic6x.h => elf32-m68k.h} | 29 +- bfd/elf32-tic6x.h | 5 + bfd/elf32-v850.c | 1 + bfd/{elf32-tic6x.h => elf32-v850.h} | 29 +- bfd/elf64-alpha.c | 1 + bfd/elfnn-aarch64.c | 1 + bfd/elfxx-aarch64.h | 78 ++++++ bfd/elfxx-ia64.h | 7 + bfd/elfxx-mips.c | 1 + bfd/elfxx-mips.h | 3 + bfd/pe-arm-wince.c | 17 +- bfd/pe-arm.c | 21 +- bfd/po/SRC-POTFILES.in | 46 ++++ bfd/xcofflink.c | 1 + bfd/xcofflink.h | 41 +++ binutils/ChangeLog | 4 + binutils/dlltool.c | 1 + gas/ChangeLog | 9 + gas/config/obj-ecoff.c | 1 + gas/config/obj-elf.c | 1 + gas/config/tc-arm.c | 1 + include/ChangeLog | 12 + include/bfdlink.h | 20 ++ ld/ChangeLog | 47 ++++ ld/deffilep.y | 1 + ld/emultempl/aarch64elf.em | 1 + ld/emultempl/aix.em | 1 + ld/emultempl/armelf.em | 1 + ld/emultempl/bfin.em | 1 + ld/emultempl/cr16elf.em | 1 + ld/emultempl/cskyelf.em | 1 + ld/emultempl/ia64elf.em | 2 + ld/emultempl/irix.em | 7 +- ld/emultempl/m68kelf.em | 2 + ld/emultempl/pe.em | 23 +- ld/emultempl/v850elf.em | 1 + ld/ldelf.c | 1 + ld/ldelfgen.c | 1 + ld/ldver.c | 2 +- ld/mri.c | 1 + opcodes/ChangeLog | 9 + opcodes/m68k-dis.c | 2 +- opcodes/mips-dis.c | 5 +- 75 files changed, 955 insertions(+), 1245 deletions(-) copy bfd/{elf32-tic6x.h => coff-arm.h} (61%) create mode 100644 bfd/cpu-aarch64.h copy bfd/{elf32-tic6x.h => cpu-arm.h} (56%) copy bfd/{elf32-tic6x.h => cpu-h8300.h} (61%) copy bfd/{elf32-tic6x.h => cpu-m68k.h} (61%) create mode 100644 bfd/ecoff-bfd.h create mode 100644 bfd/elf32-arm.h copy bfd/{elf32-tic6x.h => elf32-bfin.h} (61%) create mode 100644 bfd/elf32-cr16.h copy bfd/{elf32-tic6x.h => elf32-csky.h} (60%) copy bfd/{elf32-tic6x.h => elf32-m68k.h} (61%) copy bfd/{elf32-tic6x.h => elf32-v850.h} (61%) create mode 100644 bfd/xcofflink.h