PR binutils/2735
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 60722227d1f6378e22e565a6df7a3f4b4c3a7578..a1b2a3f7b2295116c50b7532f3a2b2c8b37964b8 100644 (file)
@@ -1,3 +1,131 @@
+2006-06-12  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/2735
+       * elflink.c (elf_link_add_object_symbols): Fix the warning message
+       about mismatched alignments to allow for the case where the common
+       alignment has been deduced from the section alignment.
+       * bfd.c (_bfd_default_error_handler): Update comment to explain
+       why bfd and asection varargs are out of order.  Explicitly catch
+       and abort on NULL bfd and asection arguments.
+
+2006-06-11  Richard Sandiford  <richard@codesourcery.com>
+           Thiemo Seufer  <ths@mips.com>
+
+       * elfxx-mips.c (mips_elf_link_hash_table): Add function_stub_size.
+       (STUB_ORI): New macro.
+       (STUB_LI16U): Fix formatting.
+       (MIPS_FUNCTION_STUB_SIZE): Delete.
+       (MIPS_FUNCTION_STUB_MAX_SIZE): Likewise.
+       (MIPS_FUNCTION_STUB_NORMAL_SIZE): New macro.
+       (MIPS_FUNCTION_STUB_BIG_SIZE): Likewise.
+       (_bfd_mips_elf_adjust_dynamic_symbol): Use htab->function_stub_size
+       instead of MIPS_FUNCTION_STUB_SIZE.
+       (count_section_dynsyms): New function, split out from
+       _bfd_mips_elf_final_link.
+       (_bfd_mips_elf_always_size_sections): Get a worst-case estimate
+       of the number of dynamic symbols needed and use it to set up
+       function_stub_size.  Use function_stub_size rather than
+       MIPS_FUNCTION_STUB_SIZE to determine the size of the stub section.
+       Use 16-byte stubs for 0x10000 dynamic symbols.
+       (_bfd_mips_elf_size_dynamic_sections): Use htab->function_stub_size
+       instead of MIPS_FUNCTION_STUB_SIZE.  Fix formatting.
+       (_bfd_mips_elf_finish_dynamic_symbol): Likewise.  Change the
+       size of the stub buffer from MIPS_FUNCTION_STUB_MAX_SIZE to
+       MIPS_FUNCTION_STUB_BIG_SIZE.  Tweak the check for unhandled dynindxes.
+       Use MIPS_FUNCTION_STUB_BIG_SIZE rather than a hard-coded 20.
+       Use STUB_ORI rather than STUB_LI16U for big stubs.
+       (_bfd_mips_elf_link_hash_table_create): Initialize function_stub_size.
+       (_bfd_mips_elf_final_link): Use count_section_dynsyms.
+
+2006-06-09  David Ung  <davidu@mips.com>
+
+       * bfd/elfxx-mips.c (mips_elf_calculate_relocation): Fix mode for stub
+       calling relocations.
+
+2006-06-08  David Daney  <ddaney@avtrex.com>
+
+       * elfxx-mips.c (STUB_LI16): Removed.
+       (STUB_LUI): New macro.
+       (STUB_LI16U): Ditto.
+       (STUB_LI16S): Ditto.
+       (MIPS_FUNCTION_STUB_SIZE): Rewrote to take info parameter.
+       (_bfd_mips_elf_adjust_dynamic_symbol): Pass info parameter to
+       MIPS_FUNCTION_STUB_SIZE.
+       (_bfd_mips_elf_always_size_sections): Ditto.
+       (_bfd_mips_elf_size_dynamic_sections): Ditto.
+       (_bfd_mips_elf_finish_dynamic_sections): Ditto.
+       (_bfd_mips_elf_finish_dynamic_symbol): Rewrote stub generation
+       to allow larger symbol table indexes.
+
+2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * po/Make-in (pdf, ps): New dummy targets.
+
+2006-06-06  Alan Modra  <amodra@bigpond.net.au>
+
+       * hash.c (bfd_hash_lookup): Correct stray line.
+
+       * elf.c (_bfd_elf_init_private_section_data): Comment typo.
+       (elfcore_grok_nto_status): Use long instead of pid_t.
+       (elfcore_grok_nto_regs, elfcore_grok_nto_note): Likewise.
+
+2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * po/Make-in (top_builddir): Define.
+
+2006-06-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * config.in: Regenerate.
+
+2006-06-02  Alan Modra  <amodra@bigpond.net.au>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/2723
+       * elflink.c (bfd_elf_final_link): Don't output section symbols
+       for special ELF sections.
+
+2006-06-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags
+       instead of bfd_make_section*.
+       * aix386-core.c: Likewise.
+       * aix5ppc-core.c: Likewise.
+       * aout-adobe.c: Likewise.
+       * aoutf1.h: Likewise.
+       * binary.c: Likewise.
+       * cisco-core.c: Likewise.
+       * coff-arm.c: Likewise.
+       * coff-h8300.c: Likewise.
+       * elf.c: Likewise.
+       * elf32-bfin.c: Likewise.
+       * elf32-m32c.c: Likewise.
+       * hppabsd-core.c: Likewise.
+       * hpux-core.c: Likewise.
+       * i386linux.c: Likewise.
+       * ieee.c: Likewise.
+       * ihex.c: Likewise.
+       * irix-core.c: Likewise.
+       * lynx-core.c: Likewise.
+       * m68klinux.c: Likewise.
+       * mach-o.c: Likewise.
+       * netbsd-core.c: Likewise.
+       * nlmcode.h: Likewise.
+       * opncls.c: Likewise.
+       * osf-core.c: Likewise.
+       * peXXigen.c: Likewise.
+       * ppcboot.c: Likewise.
+       * ptrace-core.c: Likewise.
+       * rs6000-core.c: Likewise.
+       * sco5-core.c: Likewise.
+       * sparclinux.c: Likewise.
+       * srec.c: Likewise.
+       * sunos.c: Likewise.
+       * trad-core.c: Likewise.
+       * xcofflink.c: Likewise.
+       * xsym.c: Likewise.
+
 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * Makefile.am (INCLUDES): Use @INCINTL@.
This page took 0.025248 seconds and 4 git commands to generate.