* elf64-ppc.c (ppc64_elf_size_stubs): Don't consider non-ppc64 input.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 6b78c6bc0026d07fd391c9fc83d37cc44e65072f..07fdf76fcd12d0fe64524bd03e1ff0fcb6e87b55 100644 (file)
@@ -1,3 +1,87 @@
+2005-12-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_size_stubs): Don't consider non-ppc64 input.
+
+2005-12-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (elf_gc_mark_dynamic_ref_symbol):  Use !info-executable
+       to test for linking shared libs, not info->shared.
+
+2005-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-ppc.c (struct ppc_elf_link_hash_table): Add emit_stub_syms.
+       (ppc_elf_select_plt_layout): Add emit_stub_syms param, save to htab.
+       (add_stub_sym): New function.
+       (allocate_dynrelocs): Call add_stub_sym.
+       (ppc_elf_size_dynamic_sections): Emit __glink and __glink_PLTresolve
+       when emit_stub_syms.
+       * elf32-ppc.h (ppc_elf_select_plt_layout): Update prototype.
+
+2005-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * reloc.c (enum complain_overflow): Correct comments.
+       (bfd_check_overflow): Combine complain_overflow_bitfield and
+       complain_overflow_signed code.
+       (_bfd_relocate_contents): Likewise.
+       (bfd_howto_32): Use complain_overflow_dont.
+       * elf32-d10v.c (elf_d10v_howto_table): Revert 2002-06-17 change.
+       * bfd-in2.h: Regenerate.
+
+2005-12-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf.c (assign_section_numbers): Remove extra code in the last
+       change.
+
+2005-12-07  H.J. Lu  <hongjiu.lu@intel.com>
+           Andreas Schwab  <schwab@suse.de>
+
+       PR binutils/1991
+       * elf.c (assign_section_numbers): Always use the output section
+       when setting up sh_link for SHF_LINK_ORDER.
+
+2005-12-07  Thiemo Seufer  <ths@networkno.de>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1932
+       * bfd-in.h (bfd_elf_record_link_assignment): Add output_bfd
+       and hidden arguments.
+
+       * bfd.c (bfd_hide_symbol): Removed.
+
+       * bfd-in2.h: Regenerated.
+
+       * elflink.c (bfd_elf_record_link_assignment): Handle hidden
+       symbols which were provided by a linker script.
+
+2005-12-06  Paul Gilliam  <pgilliam@us.ibm.com>
+
+       * cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750.
+
+2005-11-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * elf64-hppa.c (elf64_hppa_section_from_phdr): Create .kernel
+       pseudo-section.  Make sure .reg section comes after the proc
+       section it's generated from.
+
+2005-12-01  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+       * elf32-m32r.c (m32r_elf_sweep_hook): Fix an illegal duplicate check.
+       (m32r_elf_relocate_section): Fix R_M32R_10_PCREL_RELA linkage bug.
+       (m32r_elf_gc_sweep_hook): Likewise.
+       (m32r_elf_check_relocs): Likewise.
+
+2005-11-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf-bfd.h (_bfd_generic_match_sections_by_type): Don't define.
+       * libbfd-in.h (_bfd_generic_match_sections_by_type): Delete.
+       * libbfd.c (_bfd_generic_match_sections_by_type): Delete.
+       * targets.c (bfd_match_sections_by_type): Don't define.
+       (BFD_JUMP_TABLE_LINK): Remove _bfd_generic_match_sections_by_type.
+       * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
+       * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
 2005-11-23  Daniel Jacobowitz  <dan@codesourcery.com>
            Thiemo Seufer <ths@networkno.de>
 
        (scan_unit_for_symbols): New locals nested_funcs, nested_funcs_size.
        Delete code setting funcinfo nesting_level field.  Add code to set
        funcinfo caller_func field.
-       
+
 2005-09-20  James E. Wilson  <wilson@specifix.com>
 
        * dwarf2.c (find_abstract_instance_name): Don't early exit when name
        local symbols and move it to
        (msp430_elf_relax_adjust_locals): New function - walk over the
        sections in the bfd and adjust relocations as necessary.
-       
+
 2005-08-31  DJ Delorie  <dj@redhat.com>
 
        * elf32-i386.c (elf_i386_check_relocs): Don't cast a unary &
This page took 0.028808 seconds and 4 git commands to generate.