aboutsummaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-27bfd/H.J. Lu1-1/+1
2009-04-232009-04-23 Matthias Klose <doko@ubuntu.com>Dave Korn1-1/+1
2009-04-212009-04-21 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-11/+0
2009-04-21bfd/ChangeLogDave Korn1-81/+0
2009-04-202009-04-19 Peter O'Gorman <binutils@mlists.thewrittenword.com>Alan Modra1-13/+21
2009-04-17bfd/H.J. Lu1-3/+4
2009-04-17bfd/H.J. Lu1-2/+2
2009-04-062009-04-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+3
2009-04-052009-04-05 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-0/+80
2009-03-05 PR 9923Alan Modra1-3/+13
2008-07-30Silence gcc printf warningsAlan Modra1-14/+15
2008-07-21 * coff-sh.c (bfd_pe_print_pdata): Define to NULL for nonNick Clifton1-2/+181
2008-07-18 * pe-arm-wince.c (pe_print_compressed_pdata): Define new function toNick Clifton1-3/+15
2007-11-132007-11-13 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+11
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-2/+4
2007-04-26bfd/Alan Modra1-2/+2
2007-03-22bfd/H.J. Lu1-3/+9
2007-03-19*** empty log message ***H.J. Lu1-4/+60
2006-11-14* peXXigen.c: Updates for PE/COFF V8.0, and clarificationNick Clifton1-30/+40
2006-09-20Add x86_64-mingw64 targetNick Clifton1-18/+53
2006-07-24PR ld/2729Nick Clifton1-24/+79
2006-06-01 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flagsAlan Modra1-2/+3
2006-01-09Update date in copyright noticeNick Clifton1-1/+1
2006-01-09Add comma after HIGH3ADJNick Clifton1-1/+1
2005-07-29* peXXigen.c (pe_print_edata): Compute the size of the export table from theNick Clifton1-9/+13
2005-06-17 * elf.c (bfd_section_from_shdr): Fail if sh_entsize is bogus forJakub Jelinek1-1/+11
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton1-1/+1
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2005-04-21Update to ISO-C90 and fix formattingNick Clifton1-163/+108
2005-03-03update copyright datesAlan Modra1-2/+2
2005-01-31 * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,Ben Elliston1-40/+0
2004-06-24bfd/Alan Modra1-41/+39
2004-05-07* coffcode.h (coff_write_object_contents) [COFF_IMAGE_WITH_PE]:Brian Ford1-10/+11
2004-04-17 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zeroAlan Modra1-8/+11
2004-02-21 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): ClearDanny Smith1-4/+3
2004-01-20 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Don't removeDanny Smith1-5/+13
2003-12-15Ensure that correct flags are set on known PE section types.Nick Clifton1-14/+50
2003-11-30 * ChangeLog: Fix typos.Kazu Hirata1-2/+2
2003-11-10Add initial support for TLS sections in PE format files.Nick Clifton1-3/+16
2003-10-17* peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't calculate image size forChristopher Faylor1-1/+3
2003-10-07 * coffcode.h (coff_set_alignment_hook): With PE_COFF relocNathan Sidwell1-1/+5
2003-06-25Correct spelling of "relocatable".Alan Modra1-1/+1
2003-04-03(_bfd_XXi_swap_scnhdr_out): Compute ps and ss differently for object files andNick Clifton1-4/+16
2003-03-20Initialise $idata2 and $idata5 in case bfd_coff_final_link is not called.Nick Clifton1-15/+26
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-45/+45
2002-07-16 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.Alan Modra1-1/+1
2002-06-06 * peXXigen.c (pe_print_idata): Remove unused variable.Alan Modra1-1/+0
2002-05-30Remove double printed import table lines; add Bound-To comment.Nick Clifton1-69/+32
2002-05-29* peXXigen.c (pe_print_idata): Fix seg faults on printing import tables withChristopher Faylor1-71/+72
2002-05-15Do not assume that the first thunk is located in the same section as theNick Clifton1-3/+54