aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/pe.sc
AgeCommit message (Collapse)AuthorFilesLines
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