bfd/
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 8fbe78e45be0a7453847a2d8c97ca04114ecbe32..b5e5523768c0a4679e017b677a43f3c2f49bbf72 100644 (file)
@@ -1,3 +1,99 @@
+2004-05-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * section.c (bfd_get_section_by_name_if): New.
+       * bfd-in2.h: Regenerated.
+
+2004-05-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * som.c (som_bfd_is_group_section): Define.
+
+2004-05-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * section.c (bfd_make_section_anyway): Copy the whole
+       bfd_hash_entry, not just "next" from existing entry.
+
+2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf.c (bfd_section_from_shdr): Maintain the section order in
+       a section group.
+       (special_sections): Add ".note.GNU-stack".
+       (elf_fake_sections): Handle section group for relocatable
+       link..
+
+2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * section.c (bfd_sections_find_if): New.
+       * bfd-in2.h: Regenerated.
+
+2004-04-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * section.c (bfd_make_section_anyway): Add all sections to hash tab.
+
+       * elf-bfd.h (bfd_elf_is_group_section): Declare.
+       * elf.c (bfd_elf_is_group_section): New function.
+       * elfxx-target.h (bfd_elfNN_bfd_is_group_section
+       * section.c (bfd_generic_is_group_section): New function.
+       * targets.c (struct bfd_target): Add _bfd_is_group_section field.
+       (BFD_JUMP_TABLE_LINK): Adjust.
+       * aout-adobe.c (aout_32_bfd_is_group_section): Define.
+       * aout-target.h (MY_bfd_is_group_section): Define.
+       * aout-tic30.c (MY_bfd_is_group_section): Define.
+       * bfd.c (bfd_is_group_section): Define.
+       * binary.c (binary_bfd_is_group_section): Define.
+       * bout.c (b_out_bfd_is_group_section): Define.
+       * coff-alpha.c (_bfd_ecoff_bfd_is_group_section): Define.
+       * coff-mips.c (_bfd_ecoff_bfd_is_group_section): Define.
+       * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Adjust.
+       * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Adjust.
+       * coffcode.h (coff_bfd_is_group_section): Define.
+       * i386msdos.c (msdos_bfd_is_group_section): Define.
+       * i386os9k.c (os9k_bfd_is_group_section): Define.
+       * ieee.c (ieee_bfd_is_group_section): Define.
+       * ihex.c (ihex_bfd_is_group_section): Define.
+       * libbfd-in.h (_bfd_nolink_bfd_is_group_section): Define.
+       * mach-o.c (bfd_mach_o_bfd_is_group_section): Define.
+       * mmo.c (mmo_bfd_is_group_section): Define.
+       * nlm-target.h (nlm_bfd_is_group_section): Define.
+       * oasys.c (oasys_bfd_is_group_section): Define.
+       * pef.c (bfd_pef_bfd_is_group_section): Define.
+       * ppcboot.c (ppcboot_bfd_is_group_section): Define.
+       * srec.c (srec_bfd_is_group_section): Define.
+       * tekhex.c (tekhex_bfd_is_group_section): Define.
+       * versados.c (versados_bfd_is_group_section): Define.
+       * vms.c (vms_bfd_is_group_section): Define.
+       * xsym.c (bfd_sym_bfd_is_group_section): Define.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2004-04-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (elf_gc_mark): Follow indirect and warning syms.
+
+2004-04-30  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure.in: Update version to 2.15.91.
+       * configure: Regenerate.
+
+2004-04-29  Brian Ford  <ford@vss.fsi.com>
+
+       * bfd.c (bfd_get_sign_extend_vma): Add pe[i]-i386 case to DJGPP hack.
+       * coffcode.h (DOT_DEBUG, GNU_LINKONCE_WI): Define.
+       [!COFF_WITH_PE] (sec_to_styp_flags, styp_to_sec_flags): Use them.
+       (coff_compute_section_file_positions) [RS6000COFF_C]: Likewise.
+       [COFF_WITH_PE] (sec_to_styp_flags): Handle DWARF 2/3 .debug* and
+       .gnu.linkonce.wi. sections.
+       * pe-i386.c (COFF_SUPPORT_GNU_LINKONCE): Define.
+       (COFF_SECTION_ALIGNMENT_ENTRIES): Add entries for .debug and
+       .gnu.linkonce.wi..
+       * pei-i386.c (COFF_SUPPORT_GNU_LINKONCE): Likewise.
+       (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
+
+2004-04-28  Chris Demetriou  <cgd@broadcom.com>
+
+       * reloc.c: Remove BFD_RELOC_PCREL_HI16_S and BFD_RELOC_PCREL_LO16.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Likewise.
+
 2004-04-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * som.c (struct som_misc_symbol_info): Add is_comdat, is_common and
This page took 0.034174 seconds and 4 git commands to generate.