aboutsummaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-30Fixes for better translation into other languagesNick Clifton1-12/+9
2001-10-25 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): CopyRichard Henderson1-1/+4
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-240/+196
2001-08-14Add missing protypesNick Clifton1-129/+120
2001-03-08Update copyright noticesNick Clifton1-1/+2
2001-02-13* peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: DefineDJ Delorie1-0/+2042