PR 1147
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index e59ec83f278ece5f841d69210ffb2c2afb79d85f..be472edbfec79ce73bda05a50d189b27cd8e9d60 100644 (file)
@@ -1,3 +1,106 @@
+2005-08-02  Nick Clifton  <nickc@redhat.com>
+
+       PR 1147
+       * elf32-arm.c (struct _arm_elf_section_data): Turn into a typedef
+       and make the mapcount field unsigned.
+       (struct section_list): New: Used to keep track of which sections
+       have an _arm_elf_section_data structure.
+       (record_section_with_arm_elf_section_data): New function.
+       (get_arm_elf_section_data): New function.
+       (unrecord_section_with_arm_elf_section_data): New function.
+       (elf32_arm_output_symbol_hook): Use get_arm_elf_section_data.
+       (elf32_arm_new_section_hook): Call
+       record_section_with_arm_elf_section_data.
+       (elf32_arm_write_section): Use get_arm_elf_section_data and
+       unrecord_section_with_arm_elf_section_data.
+
+2005-08-01  Richard Sandiford  <richard@codesourcery.com>
+
+       * elfxx-mips.c (mips_mach_extends_p): Treat MIPS64 as an extension
+       of MIPS32 and MIPS64r2 as an extension of MIPS32r2.
+
+2005-07-30  David Daney  <ddaney@avtrex.com>
+
+       * elflink.c (elf_gc_sweep):  Set dynsymcount to correct value.
+
+2005-07-29  David Daney  <ddaney@avtrex.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook):  Ignore _gp_disp
+       if it is in the *ABS* section.
+
+2005-07-29  Paul Brook  <paul@codesourcery.com>
+
+       * reloc.c: Add BFD_RELOC_ARM_T32_ADD_PC12.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2005-07-29  Paul Brook  <paul@codesourcery.com>
+
+       * reloc.c (BFD_RELOC_ARM_T32_IMM12): Add.
+       * bfd-in2.h: Regeenrate.
+       * libbfd.h: Regenerate.
+
+2005-07-29  Pavel Kankovsky  <peak@argo.troja.mff.cuni.cz>
+
+       * peXXigen.c (pe_print_edata): Compute the size of the export
+       table from the size field in the DataDictionary and not the size
+       of the section.  Some linkers embed the export table inside a
+       larger section.
+
+2005-07-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf-bfd.h (struct elf_backend_data): Add action_discarded.
+       (enum action_discarded): Move from..
+       * elflink.c (enum action_discarded): ..here.
+       (_bfd_elf_default_action_discarded): Rename from elf_action_discarded.
+       Remove target specific section checks.
+       (elf_link_input_bfd): Adjust.
+       * elfxx-target.h (elf_backend_action_discarded): Define.
+       (elfNN_bed): Init new field.
+       * bfd-in.h (_bfd_elf_default_action_discarded): Declare.
+       * bfd-in2.h: Regenerate.
+       * elf-hppa.h (elf_hppa_action_discarded): New function.
+       * elf32-hppa.c (elf_backend_action_discarded): Define.
+       * elf64-hppa.c (elf_backend_action_discarded): Define.
+       * elf32-ppc.c (ppc_elf_action_discarded): New function.
+       (elf_backend_action_discarded): Define.
+
+2005-07-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (fix_syms): Handle symbols defined in input sections.
+
+2005-07-27  Jan Beulich  <jbeulich@novell.com>
+
+       * elf64-x86-64.c (R_X86_64_standard, R_X86_64_vt_offset): New.
+       (elf64_x86_64_info_to_howto): Use them.
+
+2005-07-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (_bfd_elf_merge_symbol): Skip weak redefinition
+       regardless of strength of previous definition.
+
+2005-07-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (elf_gc_mark_dynamic_ref_symbol): Handle -shared.
+       (bfd_elf_gc_sections): Allow -gc-sections when -shared.
+       * elf32-ppc.c (ppc_elf_gc_sweep_hook): Correct for -shared.
+
+2005-07-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (elf_gc_sweep): Move gcc_except_table code..
+       (bfd_elf_gc_sections): ..to here.
+
+2005-07-25  DJ Delorie  <dj@redhat.com>
+
+       * reloc.c: Remove unused M32C relocs, add BFD_RELOC_M32C_HI8.
+       * libbfd.h: Regenerate.
+       * bfd-in2.h: Regenerate.
+
+       * elf32-m32c.c (m32c_elf_howto_table): Add R_M32C_8, R_M32C_LO16,
+       R_M32C_HI8, R_M32C_HI16.
+       (m32c_reloc_map): Likewise.
+       (m32c_elf_relocate_section): Add R_M32C_HI8 and R_M32C_HI16.
+
 2005-07-25  Jan Hubicka  <jh@suse.cz>
            H.J. Lu  <hongjiu.lu@intel.com>
 
 2005-07-18  Nick Clifton  <nickc@redhat.com>
 
        * config.bfd: Move m32c entry to correct location.
-        * archures.c: Likewise.
-        * configure.in: Likewise.
-        * configure: Regenerate.
-        * targets.c: Move ms1 vector to correct location.
+       * archures.c: Likewise.
+       * configure.in: Likewise.
+       * configure: Regenerate.
+       * targets.c: Move ms1 vector to correct location.
 
 2005-07-18  Jan Beulich  <jbeulich@novell.com>
 
This page took 0.024444 seconds and 4 git commands to generate.