summaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
Commit message (Expand)AuthorAgeFilesLines
* * peXXigen.c (pe_print_edata): Compute the size of the export table from theNick Clifton2005-07-291-9/+13
* * elf.c (bfd_section_from_shdr): Fail if sh_entsize is bogus forJakub Jelinek2005-06-171-1/+11
* Update the address and phone number of the FSF organization in the GPL noticesNick Clifton2005-05-041-1/+1
* Update the FSF address in the copyright/GPL noticeNick Clifton2005-05-041-1/+1
* Update to ISO-C90 and fix formattingNick Clifton2005-04-211-163/+108
* update copyright datesAlan Modra2005-03-031-2/+2
* * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,Ben Elliston2005-01-311-40/+0
* bfd/Alan Modra2004-06-241-41/+39
* * coffcode.h (coff_write_object_contents) [COFF_IMAGE_WITH_PE]:Brian Ford2004-05-071-10/+11
* * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zeroAlan Modra2004-04-171-8/+11
* * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Cleardrow_intercu-20040221-branchpointDanny Smith2004-02-211-4/+3
* * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Don't removeDanny Smith2004-01-201-5/+13
* Ensure that correct flags are set on known PE section types.Nick Clifton2003-12-151-14/+50
* * ChangeLog: Fix typos.Kazu Hirata2003-11-301-2/+2
* Add initial support for TLS sections in PE format files.Nick Clifton2003-11-101-3/+16
* * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't calculate image size forChristopher Faylor2003-10-171-1/+3
* * coffcode.h (coff_set_alignment_hook): With PE_COFF relocNathan Sidwell2003-10-071-1/+5
* Correct spelling of "relocatable".Alan Modra2003-06-251-1/+1
* (_bfd_XXi_swap_scnhdr_out): Compute ps and ss differently for object files andcagney_frameaddr-20030403-branchpointNick Clifton2003-04-031-4/+16
* Initialise $idata2 and $idata5 in case bfd_coff_final_link is not called.Nick Clifton2003-03-201-15/+26
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-45/+45
* * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.Alan Modra2002-07-161-1/+1
* * peXXigen.c (pe_print_idata): Remove unused variable.Alan Modra2002-06-061-1/+0
* Remove double printed import table lines; add Bound-To comment.Nick Clifton2002-05-301-69/+32
* * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables withChristopher Faylor2002-05-291-71/+72
* Do not assume that the first thunk is located in the same section as theNick Clifton2002-05-151-3/+54
* Fixes for better translation into other languagesNick Clifton2002-01-301-12/+9
* * peXXigen.c (_bfd_XX_print_private_bfd_data_common): CopyRichard Henderson2001-10-251-1/+4
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-181-240/+196
* Add missing protypesNick Clifton2001-08-141-129/+120
* Update copyright noticesNick Clifton2001-03-081-1/+2
* * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: DefineDJ Delorie2001-02-131-0/+2042