aboutsummaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)AuthorFilesLines
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