aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/pep.sc
AgeCommit message (Collapse)AuthorFilesLines
2008-04-18[patch]: ctor/dtor section must start at alignment of 8 for x86_64-pc-mingw32.Kai Tietz1-0/+1
* scripttempl/pep.sc: Align start of symbol __CTOR_LIST__.
2007-10-01PR linker/4844Nick Clifton1-4/+11
* genscript.sh: Add support for generating a .xa script for use with the --auto-import option. * ld.texinfo: Document the new behaviour of the --auto-import option. * ldint.texinfo: Document new script generation. * emulparams/i386pe.sh (GENERATE_AUTO_IMPORT): Define. * emulparams/i386pe_posix.sh (GENERATE_AUTO_IMPORT): Define. * emulparams/i386pep.sh (GENERATE_AUTO_IMPORT): Define. * emultemp/pe.em (..._get_script): Support the use of the auto import script. * scripttempl/pe.sc: Put the .rdata input sections into the .data output section when creating an auto import script. * scripttempl/pep.sc: Likewise.
2007-07-24* pep.sc: Correct ctor/dtor sentinels for 64-bit targets.Nick Clifton1-2/+2
2007-07-12 * scripttempl/pe.sc: Don't include .gcc_except_table andNathan Sidwell1-2/+2
.eh_frame on partial links. * scripttempl/pep.sc: Likewise.
2006-09-20Add x86_64-mingw64 targetNick Clifton1-0/+272