* netbsd-core.c: Convert to ISO C. Fix formatting.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 3a4587cc934e376a7b20caf77aa81072eadf4efc..546904e2badb4a8cb550159fe857263775bc0e33 100644 (file)
@@ -1,3 +1,106 @@
+2005-03-28  Mark Kettenis  <kettenis@gnu.org>
+
+       * netbsd-core.c: Convert to ISO C.  Fix formatting.
+
+2005-03-24  Eric Christopher  <echristo@redhat.com>
+
+       * elfxx-mips.c: Revert previous patch.
+
+2005-03-24  Nick Clifton  <nickc@redhat.com>
+
+       * targets.c (_bfd_target_vector): Only include the
+       bfd_elf32_ia64_hpux_big_vec vector when building a 64-bit BFD with
+       all targets enabled.
+
+2005-03-24  James E Wilson  <wilson@specifixinc.com>
+
+       * Makefile.am (BFD32_BACKENDS): Delete elf32-ia64.lo.
+       (BFD64_BACKENDS): Add elf32-ia64.lo.
+       * Makefile.in: Regenerate.
+
+2005-03-23  Eric Christopher  <echristo@redhat.com>
+
+       * elfxx-mips.c (MIPS_ELF_READONLY_SECTION): New.
+       (mips_elf_calculate_relocation): Use. Define DF_TEXTREL
+       after emitting relocation.
+       (_bfd_mips_elf_adjust_dynamic_symbol): Ditto.
+       (_bfd_mips_elf_check_relocs): Remove code to set DF_TEXTREL
+       and readonly_reloc.
+
+2005-03-23  Mike Frysinger  <vapier@gentoo.org>
+           Nick Clifton  <nickc@redhat.com>
+
+       * config.bfd: Accept any C library to accompany a GNU Linux
+       implementation, not just the GNU C library.
+       * configure.in: Likewise.
+       * configure: Regenerate.
+
+2005-03-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bfd-in.h (_bfd_elf_provide_symbol): New.
+       * bfd-in2.h: Regenerated.
+
+       * elf32-ppc.c (set_linker_sym): Moved to elflink.c.
+       (ppc_elf_set_sdata_syms): Call _bfd_elf_provide_symbol instead
+       of set_linker_sym.
+
+       * elflink.c (_bfd_elf_provide_symbol): New. Moved and renamed
+       from elf32-ppc.c.
+
+2005-03-22  Hans-Peter Nilsson  <hp@axis.com>
+
+       * hash.c (strtab_hash_newfunc): Fix typo in allocated size.
+
+2005-03-22  Bob Wilson  <bob.wilson@acm.org>
+
+       * xtensa-isa.c (xtensa_opcode_lookup, xtensa_state_lookup,
+       xtensa_sysreg_lookup_name, xtensa_interface_lookup,
+       xtensa_funcUnit_lookup): Skip bsearch call if count is zero.
+       (xtensa_opcode_decode): Rearrange code.
+
+2005-03-22  Nick Clifton  <nickc@redhat.com>
+
+       * binary.c: Convert to ISO C90 formatting.
+       * coff-arm.c: Convert to ISO C90 formatting.
+       * coffgen.c: Convert to ISO C90 formatting.
+       * elf32-gen.c: Convert to ISO C90 formatting.
+       * elf64-gen.c: Convert to ISO C90 formatting.
+       * hash.c: Convert to ISO C90 formatting.
+       * ieee.c: Convert to ISO C90 formatting.
+
+2005-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * elf32-arm.c (elf32_arm_final_link_relocate): Don't fail for
+       unresolved symbols in R_ARM_NONE relocations.
+
+2005-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * elf32-arm.c (elf32_arm_final_link_relocate): Add
+       UNRESOLVED_RELOC_P argument.  Set it appropriately.
+       (elf32_arm_relocate_section): Update call to
+       elf32_arm_final_link_relocate.  Don't clobber RELOCATION; use
+       unresolved_reloc instead.
+
+2005-03-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (elf_link_add_object_symbols): Set SEC_EXCLUDE on
+       .gnu.warning.* sections.
+
+2005-03-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-ppc.c (elf_linker_section_pointers_t): Remove
+       written_address_p.
+       (ppc_elf_create_linker_section): Don't try to reuse existing section.
+       (elf_create_pointer_linker_section): Delete info parm.  Don't make
+       h dynamic.  Don't set written_address_p.
+       (ppc_elf_check_relocs): Adjust ppc_elf_create_linker_section calls.
+       (bfd_put_ptr): Delete.
+       (elf_finish_pointer_linker_section): Remove output_bfd and info parms.
+       Always write section contents.  Assert global sym is def_regular.
+       Use offset bottom bit as a written flag.
+       (ppc_elf_relocate_section): Adjust elf_finish_pointer_linker_section
+       calls.
+
 2005-03-22  Alan Modra  <amodra@bigpond.net.au>
 
        * elf32-ppc.c (ppc_elf_set_sdata_syms): New function, extracted from..
        between include sections when have the same sum but which
        nevertheless are still unique.
 
-2004-03-31  Mattias Engdegård  <mattias@virtutech.se>
+2004-03-31  Mattias Engdegård  <mattias@virtutech.se>
 
        * stabs.c (_bfd_link_section_stabs): Do not skip N_EXCL stabs.
 
This page took 0.026327 seconds and 4 git commands to generate.