PR 3958
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 915b6898a45466310b9e3c6ff0b8f0f914036703..b2b9d557dbfefa43dc1b1529dd93b562a2bf5d04 100644 (file)
@@ -1,3 +1,85 @@
+2007-03-07  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 3958
+       * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): No error on relocatable link.
+       (elf_discarded_section): Move..
+       * bfd-in.h: ..to here.
+       * bfd-in2.h: Regenerate.
+       * elflink.c (elf_link_input_bfd): Don't zap relocs against symbols
+       from discarded sections before relocate_section has done its job.
+       * reloc.c (bfd_generic_get_relocated_section_contents): Handle
+       relocs against symbols from discarded sections.
+       * elf-hppa.h (elf_hppa_howto_table): Set size.  Set dst_mask on
+       SECREL32.
+       (elf_hppa_relocate_section): Handle relocatable link after setting
+       sec, sym, h etc. for final link.  Squash error messages for
+       relocatable link.  Clear section contents for relocs against
+       symbols in discarded sections, and zero reloc.  Remove existing
+       zero r_symndx code.
+       * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
+       * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
+       * elf32-arm.c (elf32_arm_relocate_section): Likewise.
+       * elf32-avr.c (elf32_avr_relocate_section): Likewise.
+       * elf32-bfin.c (bfinfdpic_relocate_section): Likewise.
+       (bfin_relocate_section): Likewise.
+       * elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise.
+       * elf32-cris.c (cris_elf_relocate_section): Likewise.
+       * elf32-crx.c (elf32_crx_relocate_section): Likewise.
+       * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
+       * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
+       * elf32-frv.c (elf32_frv_relocate_section): Likewise.
+       * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
+       * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
+       * elf32-i370.c (i370_elf_relocate_section): Likewise.
+       * elf32-i386.c (elf_i386_relocate_section): Likewise.
+       * elf32-i860.c (elf32_i860_relocate_section): Likewise.
+       * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
+       * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
+       * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
+       * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
+       * elf32-m68hc1x.c (elf32_m68hc11_check_relocs): Likewise.
+       * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
+       * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
+       * elf32-mep.c (mep_elf_relocate_section): Likewise.
+       * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
+       * elf32-mt.c (mt_elf_relocate_section): Likewise.
+       * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
+       * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
+       * elf32-s390.c (elf_s390_relocate_section): Likewise.
+       * elf32-score.c (_bfd_score_elf_relocate_section): Likewise.
+       * elf32-sh.c (sh_elf_relocate_section): Likewise.
+       * elf32-spu.c (spu_elf_relocate_section): Likewise.
+       * elf32-v850.c (v850_elf_relocate_section): Likewise.
+       * elf32-vax.c (elf_vax_relocate_section): Likewise.
+       * elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise.
+       * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
+       * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
+       * elf64-alpha.c (elf64_alpha_relocate_section_r): Likewise.
+       (elf64_alpha_relocate_section): Likewise.
+       * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
+       * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
+       * elf64-s390.c (elf_s390_relocate_section): Likewise.
+       * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
+       * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
+       * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
+       * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
+       * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
+
+       * elf32-arm.c (elf32_arm_relocate_section): Always adjust section
+       symbols for relocatable link.  Don't use always-zero st_value.
+       (elf_backend_rela_normal): Don't define.
+       * elf32-bfin.c (bfinfdpic_relocate_section): Use
+       RELOC_FOR_GLOBAL_SYMBOL.
+       * elf32-frv.c (elf32_frv_relocate_section): Likewise.
+       * elf32-d10v.c (elf32_d10v_relocate_section): Combine SEC_MERGE
+       section symbol adjustments with same for relocatable link.
+       * elf32-i386.c (elf_i386_relocate_section): Likewise.
+       * elf32-m68hc1x.c (m68hc11_get_relocation_value): Move..
+       (elf32_m68hc11_check_relocs): ..to here.
+       * elf32-score.c (score_elf_final_link_relocate): Remove zero
+       r_symndx code.
+       * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
+
 2007-03-07  Alan Modra  <amodra@bigpond.net.au>
 
        PR 4144
This page took 0.024827 seconds and 4 git commands to generate.