Add support for maxq10 and maxq20 machine values
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index c9563dd411da08919736e71f88546eccaead8072..92ca82b8e9fb2910fae479f3a7f3fc49fe2b413d 100644 (file)
@@ -1,3 +1,107 @@
+2005-01-10  Inderpreet Singh <inderpreetb@noida.hcltech.com>
+
+       * archures.c: Define bfd_mach_maxq10 and bfd_mach_maxq20.
+       * bfd-in2.h:  Regenerate.
+       * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Add code
+       to support these new machine values.
+       * cpu-maxq.c (bfd_maxq10_arch): New architecture definition for
+       the maxq10.
+       (bfd_maxq_arch): Update values for the maxq20.
+
+2005-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): When linking a
+       non-shared object, do not reserve space in .plt and .rela.plt for
+       regular symbols neither defined nor referenced in shared objects.
+
+2005-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * elf32-sparc.c (elf32_sparc_link_hash_table_create): Use bfd_zmalloc
+       to zero the structure.
+       (create_got_section): Use BFD_ASSERT instead of abort.
+       * elf64-sparc.c (struct sparc64_elf_link_hash_table): New 'sgot' and
+       'srelgot' fields.
+       (create_got_section): New function.
+       (sparc64_elf_create_dynamic_sections): Likewise.
+       (sparc64_elf_check_relocs): Invoke create_got_section instead of
+       _bfd_elf_create_got_section.  Use the sgot and srelgot shortcuts.
+       (sparc64_elf_size_dynamic_sections): Use the srelgot shortcut.
+       (sparc64_elf_relocate_section): Use the sgot and srelgot shortcuts.
+       (sparc64_elf_finish_dynamic_symbol): Likewise.
+       (sparc64_elf_finish_dynamic_sections): Use the sgot shortcut.
+       (elf_backend_create_dynamic_sections): Define to
+       sparc64_elf_create_dynamic_sections.
+
+2005-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * elf32-sparc.c (elf32_sparc_omit_section_dynsym): New function.
+       (elf_backend_omit_section_dynsym): Define to it.
+       * elf64-sparc.c (sparc64_elf_omit_section_dynsym): New function.
+       (elf_backend_omit_section_dynsym): Define to it.
+
+2005-01-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * bfd/elf.c (INCLUDE_SECTION_IN_SEGMENT): Don't put empty sections into
+       PT_DYNAMIC segment, unless .dynamic.
+
+2005-01-06  Paul Brook  <paul@codesourcery.com>
+
+       * config.bfd: Add entry for arm-*-vxworks and arm-*-windiss.
+       * configure.in: Add bfd_elf32_{big,little}arm_vxworks_vec.
+       * configure: Regenerate.
+       * elf32-arm.c: Add VxWorks target bfd.
+       (USE_REL): Remove.
+       (elf32_arm_link_hash_table): Add use_rel.
+       (elf32_arm_link_hash_table_create, elf32_arm_final_link_relocate,
+       elf32_arm_relocate_section): Replace USE_REL with runtime check.
+       Correct offset calculation for RELA case.
+       (elf_backend_may_use_rel_p, elf_backend_may_use_rela_p,
+       elf_backend_default_use_rela_p, elf_backend_rela_normal): Define.
+       (elf32_arm_vxworks_link_hash_table_create): New function.
+       * targets.c (bfd_elf32_bigarm_vxworks_vec): Add declaration.
+       (bfd_elf32_littlearm_vxworks_vec): Ditto.
+       (_bfd_target_vector): Add bfd_elf32_{big,little}arm_vxworks_vec.
+
+2005-01-06  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (struct ppc_link_hash_table): Add no_multi_toc and
+       multi_toc_needed.
+       (has_toc_reloc, makes_toc_func_call, call_check_in_progress): Define.
+       (ppc64_elf_check_relocs): Update references to has_gp_reloc.
+       (ppc64_elf_setup_section_lists): Add no_multi_toc parm, set htab bit.
+       (ppc64_elf_next_toc_section): Heed no_multi_toc.
+       (ppc64_elf_reinit_toc): Set multi_toc_needed.
+       (toc_adjusting_stub_needed): Rewrite.
+       (ppc64_elf_next_input_section): Use multi_toc_needed to shortcut
+       toc tests.  Adjust for toc_adjusting_stub_needed changes.
+       (ppc64_elf_size_stubs): Update references to has_gp_reloc.
+       * elf64-ppc.h (ppc64_elf_setup_section_lists): Update prototype.
+       * section.c: Expand comment on backend bits.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2005-01-06  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_size_stubs): When determining need for
+       toc adjusting stub, do not test source section flags.
+
+2005-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
+       from STABS debugging sections again.
+
+2005-01-05  Fred Fish  <fnf@specifixinc.com>
+
+       * dwarf2.c (struct dwarf2_debug): Add info_ptr_unit member.
+       (find_abstract_instance_name): New function.
+       (scan_unit_for_functions): Handle DW_TAG_inlined_subroutine.
+       (scan_unit_for_functions): Handle DW_AT_abstract_origin.
+       (_bfd_dwarf2_find_nearest_line): Initialize info_ptr_unit.
+
+2004-12-31  Paul Brook  <paul@copdesourcery.com>
+
+       * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.
+
 2004-12-31  Alan Modra  <amodra@bigpond.net.au>
 
        * reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):
        Add 'base' argument for constructing register sections.  Reformat.
        (elfcore_grok_nto_note): Call elfcore_grok_nto_regs for both
        gp and fp regs.  Reformat.
-       
+
 2004-12-22  Klaus Rudolph  <lts-rudolph@gmx.de>
 
        * reloc.c: Add new relocs R_AVR_LDI, R_AVR_6, R_AVR_6_ADIW.
This page took 0.026862 seconds and 4 git commands to generate.