* elf-bfd.h (elf_backend_reloc_type_class): Pass in the entire
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 61f304ea467e45993c8d16e53daa07e31176f6a8..b9bcb5c65d4a5e59429ab39678786bfd8423b34a 100644 (file)
@@ -1,3 +1,54 @@
+2001-09-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf-bfd.h (elf_backend_reloc_type_class): Pass in the entire
+       reloc rather than just the type.
+       (_bfd_elf_reloc_type_class): Likewise.
+       * elf.c (_bfd_elf_reloc_type_class): Likewise.
+       * elf32-arm.h (elf32_arm_reloc_type_class): Likewise.
+       * elf32-cris.c (elf_cris_reloc_type_class): Likewise.
+       * elf32-i386.c (elf_i386_reloc_type_class): Likewise.
+       * elf32-m68k.c (elf32_m68k_reloc_type_class): Likewise.
+       * elf32-ppc.c (ppc_elf_reloc_type_class): Likewise.
+       * elf32-s390.c (elf_s390_reloc_type_class): Likewise.
+       * elf32-sh.c (sh_elf_reloc_type_class): Likewise.
+       * elf32-sparc.c (elf32_sparc_reloc_type_class): Likewise.
+       * elf64-alpha.c (elf64_alpha_reloc_type_class): Likewise.
+       * elf64-s390.c (elf_s390_reloc_type_class): Likewise.
+       * elf64-sparc.c (sparc64_elf_reloc_type_class): Likewise.
+       * elf64-x86-64.c (elf64_x86_64_reloc_type_class): Likewise.
+       * elfxx-ia64.c (elfNN_ia64_reloc_type_class): Likewise.
+       * elflink.h: Formatting fixes.
+       (elf_link_sort_relocs): Make "count" and "size" bfd_size_type.
+       Call bfd_zmalloc rather than calloc.  Remove unnecessary cast of
+       o->contents to PTR.  Update call to elf_backend_reloc_type_class.
+
+2001-09-22  John Reiser  <jreiser@BitWagon.com>
+
+       * elfcode.h (elf_object_p): Allow for no section header at all in
+       non-ET_REL files.  Honor 0 for e_shnum, e_shstrndx, e_shoff.
+
+2001-09-21  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * elfxx-ia64.c: Fix compile time warning messages.
+       * bfd/coff-mcore.c: Fix compile time warning messages.
+       * bfd/coff-ppc.c: Fix compile time warning messages.
+       * bfd/coffcode.h: Fix compile time warning messages.
+       * bfd/elf32-mips.c: Fix compile time warning messages.
+       * bfd/elf64-alpha.c: Fix compile time warning messages.
+       * bfd/libbfd.c: Fix compile time warning messages.
+       * bfd/bfd-in2.h: Regenerate.
+
+2001-09-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+       * aoutx.h: Formatting fixes.
+       * merge.c (_bfd_merged_section_offset): Break line at 80 chars.
+
+       * linker.c: Replace bfd_get_filename with bfd_archive_filename
+       in error message.
+
 2001-09-21  Alan Modra  <amodra@bigpond.net.au>
 
        * bfd.c (bfd_archive_filename): New function.
 
 2001-09-20  John Reiser  <jreiser@BitWagon.com>
        
-       * elf32-i386.c (elf_i386_relocate_section): coordinate info->symbolic
-         and info->allow_shlib_undefined.
-       * elf32-cris.c: likewise
-       * elf32-hppa.c: likewise
-       * elf32-m68k.c: likewise
-       * elf32-mips.c: likewise
-       * elf32-ppc.c: likewise
-       * elf32-s390.c: likewise
-       * elf32-sh.c: likewise
-       * elf32-sparc.c: likewise
-       * elf64-alpha.c: likewise
-       * elf64-hppa.c: likewise
-       * elf64-ppc.c: likewise
-       * elf64-s390.c: likewise
-       * elf64-sparc.c: likewise
-       * elf64-x86-64.c: likewise
-       * elfxx-ia64.c: likewise
+       * elf32-i386.c (elf_i386_relocate_section): Coordinate info->symbolic
+       and info->allow_shlib_undefined.
+       * elf32-cris.c: Likewise.
+       * elf32-hppa.c: Likewise.
+       * elf32-m68k.c: Likewise.
+       * elf32-mips.c: Likewise.
+       * elf32-ppc.c: Likewise.
+       * elf32-s390.c: Likewise.
+       * elf32-sh.c: Likewise.
+       * elf32-sparc.c: Likewise.
+       * elf64-alpha.c: Likewise.
+       * elf64-hppa.c: Likewise.
+       * elf64-ppc.c: Likewise.
+       * elf64-s390.c: Likewise.
+       * elf64-sparc.c: Likewise.
+       * elf64-x86-64.c: Likewise.
+       * elfxx-ia64.c: Likewise.
 
 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
 
This page took 0.024958 seconds and 4 git commands to generate.