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 e84ca83738a _bfd_mips_elf_lo16_reloc vallo comment new df2fc6fbfd8 Change signature of bfd crc functions new f68912e8310 libbfc.c: Use stdint types for unsigned char and unsigned long new d659ef95439 hash.c: replace some unsigned long with unsigned int new 37cfe371c4f Move bfd_elf_bfd_from_remote_memory to opncls.c new a41bd1c837f Move bfd_alloc, bfd_zalloc and bfd_release to libbfd.c new 717d4bd6d19 Generated docs and include files
The 6 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/Makefile.am | 13 +- bfd/Makefile.in | 13 +- bfd/archive.c | 31 + bfd/archures.c | 1 + bfd/bfd-in.h | 319 +- bfd/bfd-in2.h | 10456 ++++++++++++++++++++++++++-------------------------- bfd/bfd.c | 68 +- bfd/bfdio.c | 75 +- bfd/bfdwin.c | 64 +- bfd/cache.c | 2 +- bfd/coffcode.h | 14 +- bfd/compress.c | 2 +- bfd/doc/chew.c | 53 +- bfd/doc/doc.str | 25 +- bfd/doc/proto.str | 41 +- bfd/elf.c | 25 - bfd/elfxx-mips.h | 2 + bfd/hash.c | 351 +- bfd/libbfd-in.h | 68 +- bfd/libbfd.c | 187 +- bfd/libbfd.h | 211 +- bfd/libcoff.h | 7 +- bfd/linker.c | 1 + bfd/opncls.c | 188 +- bfd/reloc.c | 26 +- bfd/section.c | 21 +- bfd/stab-syms.c | 11 + bfd/stabs.c | 94 +- bfd/syms.c | 29 +- bfd/targets.c | 16 +- gas/obj.h | 2 + gdb/auto-load.c | 2 +- gdb/gdb_bfd.c | 2 +- gdb/symfile.c | 2 +- 34 files changed, 6322 insertions(+), 6100 deletions(-)