aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/pep.sc
AgeCommit message (Collapse)AuthorFilesLines
2009-11-252009-11-25 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-0/+2
* scripttempl/pe.sc: (.note.GNU-stack): Mark as discardable. (.gnu.lto_*): Likewise. * scripttempl/pep.sc: (.note.GNU-stack): Mark as discardable. (.gnu.lto_*): Likewise.
2009-09-03ld/ChangeLog:Dave Korn1-0/+1
* scripttempl/pe.sc (.text): Add "*(.text.*)" in order to catch new GCC hot/cold/unlikely partitions. * scripttempl/pep.sc: Likewise. * scripttempl/epocpe.sc: Likewise. * scripttempl/mcorepe.sc: Likewise. * scripttempl/ppcpe.sc: Likewise. ld/testsuite/ChangeLog: * ld-pe/longsecn.d: Adjusted to match new .text section merging in default PE linker scripts. * ld-pe/longsecn-1.d: Likewise. * ld-pe/longsecn-2.d: Likewise.
2009-07-032009-07-03 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+5
* scripttempl/pep.sc: Put .eh_frame in its own section. * scripttempl/pe.sc: Ditto.
2009-06-272009-06-27 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-1/+1
* scripttempl/pe.sc (.debug_pubtypes): Fixed syntax error. * scripttempl/pep.sc (.debug_pubtypes): Likewise.
2009-06-262009-06-26 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-0/+5
* scripttempl/pe.sc (.debug_pubtypes): Added section rule. * scripttempl/pep.sc: Likewise.
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