bfd/
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 81e1c9d853057c31494e5e4af54dc4f31657bf26..56319a32c1f2fcb50d1f51dd8e80c3ee1bcec2ef 100644 (file)
@@ -1,3 +1,183 @@
+2005-07-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2005-07-15  Bob Wilson  <bob.wilson@acm.org>
+
+       * elf32-xtensa.c (vsprint_msg): Add prototype.
+       (build_encoding_error_message): Delete.  Code moved into....
+       (elf_xtensa_do_reloc): ....here, and changed to give better
+       error messages for out of range literals.
+
+2005-07-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (bfd_elf_record_link_assignment): Remove output_bfd param.
+       (_bfd_elf_provide_symbol): Allow redefinition of weak syms and those
+       defined in output sections.  Call bfd_elf_record_link_assignment.
+       * bfd-in.h (bfd_elf_record_link_assignment): Update prototype.
+       * bfd-in2.h: Regenerate.
+
+2005-07-14  Jim Blandy  <jimb@redhat.com>
+
+       Add support for m32c-*-elf (Renesas m32c and m16c).
+       * Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
+       (ALL_MACHINES_CFILES): Add cpu-m32c.c.
+       (BFD32_BACKENDS): Add elf32-m32c.lo.
+       (BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
+       (cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
+       * Makefile.in: Regenerated.
+       * archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
+       arch and mach codes.
+       (bfd_m32c_arch): New arch info object.
+       (bfd_archures_list): List bfd_m32c_arch.
+       * bfd-in2.h: Regenerated.
+       * config.bfd: Add case for the m32c.
+       * configure.in: Add case for the m32c.
+       * configure: Regenerated.
+       * cpu-m32c.c, elf32-m32c.c: New files.
+       * libbfd.h: Regenerated.
+       * targets.c (bfd_elf32_m32c_vec): Declare.
+       (_bfd_target_vector): List bfd_elf32_m32c_vec.
+
+2005-07-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfd-in.h (_bfd_elf_fix_excluded_sec_syms): Declare.
+       (_bfd_elf_provide_section_bound_symbols): Remove param name.
+       Formatting.
+       * bfd-in2.h: Regenerate.
+       * elflink.c (bfd_elf_gc_sections): Don't call generic function.
+       (_bfd_elf_provide_symbol): Formatting.
+       (_bfd_elf_provide_section_bound_symbols): Remove all hacks, just
+       create section relative syms.
+       (fix_syms, _bfd_elf_fix_excluded_sec_syms): New functions.
+       * elf32-ppc.c (ppc_elf_set_sdata_syms): Use
+       _bfd_elf_provide_section_bound_symbols.
+       * reloc.c (bfd_mark_used_section): Delete.
+       (bfd_generic_gc_sections): Don't call the above.
+
+2005-07-14  Paul Woegerer <paul.woegerer@nsc.com>
+
+       PR 1063
+       * cache.c (bfd_last_cache): Initialise to NULL.
+
+2005-07-14  Daniel Marques  <marques@cs.cornell.edu>
+           Nick Clifton  <nickc@redhat.com>
+
+       * coff-alpha.c (alpha_ecoff_bad_format_hook): Detect compressed
+       Alpha binaries and issue a helpful error message.
+       (alpha_ecoff_swap_reloc_out): Increase maximum allowed internal
+       symbol index to 15 to allow for binaries produced by DEC
+       compilers.
+
+2005-07-13  Steve Ellcey  <sje@cup.hp.com>
+
+       * bfd.m4 (BFD_NEED_DECLARATION): Remove.
+
+2005-07-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_relocate_section): Don't use a plt stub
+       when !can_plt_call.
+
+2005-07-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-xtensa.c (bfd_elf_xtensa_reloc): Warning fix.
+
+2005-07-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-ppc.c (ppc_elf_set_sdata_syms): Correct __sbss_start value.
+
+2005-07-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.c (_bfd_elf_symbol_refs_local_p): Revert the last
+       change.
+
+2005-07-08  Paul Koning  <pkoning@equallogic.com>
+
+       * dwarf2.c (read_address): Check sign_extend_vma to handle targets
+       where addresses are sign extended.
+
+2005-07-08  Ralf Corsepius <ralf.corsepius@rtems.org>
+
+       * config.bfd: Mark i960-*-rtems*, or32-*-rtems* as obsolete.
+       Mark a29k-*rtems*, hppa*-*-rtems*, *-go32-rtems*,
+       i[3-7]86*-*-rtemscoff*, mips*el-*-rtems*, powerpcle-*-rtems*,
+       sparc*-*-rtemsaout* as removed
+
+2005-07-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf-hppa.h (elf_hppa_final_link): Use gp val of zero when none
+       of the usual sections are found.
+       * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Tidy.
+       Strip .dynbss if it is zero size.
+       * elf32-arm.c (elf32_arm_size_dynamic_sections): Likewise.
+       * elf32-cris.c (elf_cris_size_dynamic_sections): Likewise.
+       * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
+       * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise, and
+       .dynsbss.
+       (i370_elf_finish_dynamic_sections): Don't attempt to write .got
+       when it is zero size.
+       * elf32-i386.c (elf_i386_size_dynamic_sections): Correct handling
+       of .dynbss and zero size sections.
+       * elf32-m32r.c (m32r_elf_size_dynamic_sections): Strip .dynbss if
+       it is zero size.
+       * elf32-m68k.c (elf_m68k_size_dynamic_sections): Tidy.  Strip
+       .dynbss if zero size.
+       * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise, .dynsbss
+       too.
+       * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
+       * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
+       * elf32-vax.c (elf_vax_size_dynamic_sections): Likewise.
+       * elf32-xtensa.c (elf_xtensa_size_dynamic_sections): Tidy.  Strip
+       .plt.* and .got.plt.* if zero size.
+       * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Tidy.  Strip
+       .got* and .dynbss if zero size.
+       * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Tidy.  Strip
+       * elf64-ppc.c (create_linkage_sections): Create branch lookup table
+       in .data.rel.ro.brlt or .rodata.brlt, and similarly for associated
+       reloc section.
+       (create_got_section): Always create new .got and .rela.got sections.
+       (ppc64_elf_size_dynamic_sections): Tidy.  Strip .dynbss if zero size.
+       * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
+       * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
+       * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections): Handle
+       dynamic bss sections correctly.
+       * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Tidy.
+       * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Tidy.  Strip
+       .dynbss if zero size.
+
+2005-07-08  Ben Elliston  <bje@au.ibm.com>
+
+       * elf32-xtensa.c: Include <stdarg.h> unconditionally, not only
+       when ANSI_PROTOTYPES is defined.  Remove #ifdef logic.
+
+2005-07-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf-bfd.h (elf_backend_data): Add special_sections.
+
+       * elf.c (_bfd_elf_get_sec_type_attr): Check special_sections
+       first.
+
+       * elf32-arm.c (elf_backend_get_sec_type_attr): Removed.
+       (elf_backend_special_sections): New. Defined.
+       * elf32-m32r.c: Likewise.
+       * elf32-m68hc11.c: Likewise.
+       * elf32-m68hc12.c: Likewise.
+       * elf32-mcore.c: Likewise.
+       * elf32-sh64.c: Likewise.
+       * elf32-v850.c: Likewise.
+       * elf32-xtensa.c: Likewise.
+       * elf64-alpha.c: Likewise.
+       * elf64-hppa.c: Likewise.
+       * elf64-ppc.c: Likewise.
+       * elf64-sh64.c: Likewise.
+       * elfxx-ia64.c: Likewise.
+       * elfxx-mips.c: Likewise.
+       * elfxx-mips.h: Likewise.
+
+       * elfxx-target.h (elf_backend_special_sections): New.
+       (elfNN_bed): Initialize special_sections.
+
 2005-07-07  Bob Wilson  <bob.wilson@acm.org>
 
        * xtensa-modules.c: Update tables with Xtensa MMU features.
 
 2005-06-27  Carlos O'Donell <carlos@systemhalted.org>
 
-       * bfd/elf32-hppa.c (struct elf32_hppa_stub_hash_entry): 
+       * bfd/elf32-hppa.c (struct elf32_hppa_stub_hash_entry):
        Use bh_root, and hh.
        (struct elf32_hppa_link_hash_entry): Use eh, and hsh_cache.
        (struct elf32_hppa_dyn_reloc_entry): Use hdh_next.
This page took 0.046091 seconds and 4 git commands to generate.