aboutsummaryrefslogtreecommitdiff
path: root/bfd/merge.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-05 * merge.c (sec_merge_hash_lookup): Revert last change.Alan Modra1-18/+13
2007-11-01bfd:Joseph Myers1-5/+23
2007-09-19 * bfd-in.h (bfd_hash_insert): Declare.Alan Modra1-6/+1
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-2/+4
2007-04-26bfd/Alan Modra1-2/+2
2006-10-27bfd/Alan Modra1-1/+1
2006-03-16 PR 2434Alan Modra1-2/+3
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton1-1/+1
2005-05-04bfd/Alan Modra1-3/+5
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2005-05-022005-05-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+2
2005-04-14 * merge.c (sec_merge_emit): Tidy. Check for bfd_zmalloc errors.Alan Modra1-11/+24
2005-04-14 * merge.c (merge_strings): Round up section size for alignment.Alan Modra1-0/+5
2005-02-20include/Alan Modra1-9/+10
2004-06-24bfd/Alan Modra1-12/+13
2004-05-25bfd/Alan Modra1-54/+51
2004-05-22 * merge.c (_bfd_merged_section_offset): Remove "addend" param.Alan Modra1-13/+10
2003-10-29 * merge.c (struct sec_merge_sec_info): Update comment.Alan Modra1-156/+107
2003-10-04Set SEC_EXCLUDE flag on sections which become empty after merging.Nick Clifton1-2/+5
2003-08-31 * merge.c: Update to ISO C90.Andreas Jaeger1-82/+29
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-37/+41
2002-10-25 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index toDave Anglin1-3/+3
2002-07-09 * merge.c (_bfd_merge_section): Remove redundant output_section check.Alan Modra1-16/+4
2002-07-04 * merge.c (_bfd_merged_section_offset): Avoid accessing byte beforeJakub Jelinek1-1/+1
2002-06-10Use htab_create_alloc with calloc, not htab_alloc.Nick Clifton1-2/+4
2002-06-06Include libiberty.hNick Clifton1-15/+17
2002-03-05 * merge.c (_bfd_merge_sections): Don't segfault if thereJakub Jelinek1-0/+3
2002-01-15 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.Jakub Jelinek1-2/+7
2001-09-21 * Makefile.am: Run "make dep-am".Alan Modra1-3/+5
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-2/+0
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-30/+31
2001-08-09 * coff-rs6000.c: Add missing prototypes.Alan Modra1-2/+10
2001-05-11 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffixJakub Jelinek1-74/+391
2001-04-24 * merge.c (struct sec_merge_hash_entry): Add alignment field.Jakub Jelinek1-47/+65
2001-04-13bfd/Jakub Jelinek1-0/+606