aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/pe.sc
AgeCommit message (Collapse)AuthorFilesLines
2004-09-28* emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,Christopher Faylor1-1/+5
emulparams/i386pe_posix.sh, emulparams/mcorepe.sh, emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define TARGET_PAGE_SIZE. * scripttempl/pe.sc: Make the virtual address and file offset synced if the alignment is lower than the target page size.
2004-06-22* ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__, ___crt_xc_end__,Christopher Faylor1-2/+22
___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__, ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and ___crt_xt_end__. (.tls): Define ___tls_start__ and ___tls_end__.
2004-04-29Add support for generating DWARF2 debug sections in the x86 PE portNick Clifton1-2/+80
2004-04-17 * scriptempl/pe.sc: Put numbered .ctors.* after .ctorsDanny Smith1-2/+2
with default priority. Likewise for dtors.
2003-11-10Add initial support for TLS sections in PE format files.Nick Clifton1-0/+9
2003-03-03* scripttempl/pe.sc: Use PROVIDE with etext, end, _end,Christopher Faylor1-3/+3
2002-10-23(__RUNTIME_PSEUDO_RELOC_LIST__, __RUNTIME_PSEUDO_RELOC_LIST_END__): AddNick Clifton1-4/+4
only when relocating.
2002-08-27Handle .rdata_runtime_pseudo_reloc sections.Nick Clifton1-0/+5
2002-01-16* scripttempl/pe.sc: Add support for constructor priorities.DJ Delorie1-2/+2
2000-02-24Add support for WinCE based toolchains.Nick Clifton1-0/+5
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1-13/+13
* scripttempl/pe.sc: Use ${ENTRY} rather than _mainCRTStartup. Move .bss section after .rdata. Move .reloc section after .rsrc.
1999-05-111999-05-10 DJ Delorie <dj@cygnus.com>DJ Delorie1-0/+1
* scripttempl/pe.sc: Specify the output arch, which Ian says is the Right Thing to do. * emultempl/pe.em: various changes to parameterize the target-specific information. (gld_i386pe_after_open): Detect and fix MS import libraries by renaming the member objects (which are all named the same). * pe-dll.c: various changes to parameterize the target-specific information. (generate_reloc): support relocs more generically to allow for expansion. (pe_exe_build_sections): new; used to add .relocs to .exes (pe_exe_fill_sections): ditto
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+151