1 # Linker script for PE.
3 if test -z "${RELOCATEABLE_OUTPUT_FORMAT}"; then
4 RELOCATEABLE_OUTPUT_FORMAT=${OUTPUT_FORMAT}
7 # We can't easily and portably get an unquoted $ in a shell
8 # substitution, so we do this instead.
9 # Sorting of the .foo$* sections is required by the definition of
10 # grouped sections in PE.
11 # Sorting of the file names in R_IDATA is required by the
12 # current implementation of dlltool (this could probably be changed to
13 # use grouped sections instead).
14 if test "${RELOCATING}"; then
15 R_TEXT='*(SORT(.text$*))'
16 R_DATA='*(SORT(.data$*))'
17 R_RDATA='*(SORT(.rdata$*))'
21 /* These zeroes mark the end of the import list. */
22 LONG (0); LONG (0); LONG (0); LONG (0); LONG (0);
27 R_CRT_XC='*(SORT(.CRT$XC*)) /* C initialization */'
28 R_CRT_XI='*(SORT(.CRT$XI*)) /* C++ initialization */'
29 R_CRT_XL='*(SORT(.CRT$XL*)) /* TLS callbacks */'
30 R_CRT_XP='*(SORT(.CRT$XP*)) /* Pre-termination */'
31 R_CRT_XT='*(SORT(.CRT$XT*)) /* Termination */'
36 R_RSRC='*(SORT(.rsrc$*))'
47 ${RELOCATING+OUTPUT_FORMAT(${OUTPUT_FORMAT})}
48 ${RELOCATING-OUTPUT_FORMAT(${RELOCATEABLE_OUTPUT_FORMAT})}
49 ${OUTPUT_ARCH+OUTPUT_ARCH(${OUTPUT_ARCH})}
55 ${RELOCATING+/* Make the virtual address and file offset synced if the alignment is}
56 ${RELOCATING+ lower than the target page size. */}
57 ${RELOCATING+. = SIZEOF_HEADERS;}
58 ${RELOCATING+. = ALIGN(__section_alignment__);}
59 .text ${RELOCATING+ __image_base__ + ( __section_alignment__ < ${TARGET_PAGE_SIZE} ? . : __section_alignment__ )} :
61 ${RELOCATING+ *(.init)}
66 ${CONSTRUCTING+ ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
67 LONG (-1); LONG (-1);*(.ctors); *(.ctor); *(SORT(.ctors.*)); LONG (0); LONG (0); }
68 ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
69 LONG (-1); LONG (-1); *(.dtors); *(.dtor); *(SORT(.dtors.*)); LONG (0); LONG (0); }
70 ${RELOCATING+ *(.fini)}
71 /* ??? Why is .gcc_exc here? */
72 ${RELOCATING+ *(.gcc_exc)}
73 ${RELOCATING+PROVIDE (etext = .);}
74 ${RELOCATING+ *(.gcc_except_table)}
77 /* The Cygwin32 library uses a section to avoid copying certain data
78 on fork. This used to be named ".data$nocopy". The linker used
79 to include this between __data_start__ and __data_end__, but that
80 breaks building the cygwin32 dll. Instead, we name the section
81 ".data_cygwin_nocopy" and explictly include it after __data_end__. */
83 .data ${RELOCATING+BLOCK(__section_alignment__)} :
85 ${RELOCATING+__data_start__ = . ;}
90 ${RELOCATING+__data_end__ = . ;}
91 ${RELOCATING+*(.data_cygwin_nocopy)}
94 .rdata ${RELOCATING+BLOCK(__section_alignment__)} :
98 ${RELOCATING+ *(.eh_frame)}
99 ${RELOCATING+___RUNTIME_PSEUDO_RELOC_LIST__ = .;}
100 ${RELOCATING+__RUNTIME_PSEUDO_RELOC_LIST__ = .;}
101 *(.rdata_runtime_pseudo_reloc)
102 ${RELOCATING+___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;}
103 ${RELOCATING+__RUNTIME_PSEUDO_RELOC_LIST_END__ = .;}
106 .pdata ${RELOCATING+BLOCK(__section_alignment__)} :
111 .bss ${RELOCATING+BLOCK(__section_alignment__)} :
113 ${RELOCATING+__bss_start__ = . ;}
116 ${RELOCATING+__bss_end__ = . ;}
119 .edata ${RELOCATING+BLOCK(__section_alignment__)} :
132 .idata ${RELOCATING+BLOCK(__section_alignment__)} :
134 /* This cannot currently be handled with grouped sections.
135 See pep.em:sort_sections. */
138 .CRT ${RELOCATING+BLOCK(__section_alignment__)} :
140 ${RELOCATING+___crt_xc_start__ = . ;}
142 ${RELOCATING+___crt_xc_end__ = . ;}
143 ${RELOCATING+___crt_xi_start__ = . ;}
145 ${RELOCATING+___crt_xi_end__ = . ;}
146 ${RELOCATING+___crt_xl_start__ = . ;}
148 /* ___crt_xl_end__ is defined in the TLS Directory support code */
149 ${RELOCATING+___crt_xp_start__ = . ;}
151 ${RELOCATING+___crt_xp_end__ = . ;}
152 ${RELOCATING+___crt_xt_start__ = . ;}
154 ${RELOCATING+___crt_xt_end__ = . ;}
157 .tls ${RELOCATING+BLOCK(__section_alignment__)} :
159 ${RELOCATING+___tls_start__ = . ;}
161 ${RELOCATING+___tls_end__ = . ;}
164 .endjunk ${RELOCATING+BLOCK(__section_alignment__)} :
166 /* end is deprecated, don't use it */
167 ${RELOCATING+PROVIDE (end = .);}
168 ${RELOCATING+PROVIDE ( _end = .);}
169 ${RELOCATING+ __end__ = .;}
172 .rsrc ${RELOCATING+BLOCK(__section_alignment__)} :
178 .reloc ${RELOCATING+BLOCK(__section_alignment__)} :
183 .stab ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
188 .stabstr ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
193 /* DWARF debug sections.
194 Symbols in the DWARF debugging sections are relative to the beginning
195 of the section. Unlike other targets that fake this by putting the
196 section VMA at 0, the PE format will not allow it. */
198 /* DWARF 1.1 and DWARF 2. */
199 .debug_aranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
204 .debug_pubnames ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
210 .debug_info ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
212 *(.debug_info) *(.gnu.linkonce.wi.*)
215 .debug_abbrev ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
220 .debug_line ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
225 .debug_frame ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
230 .debug_str ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
235 .debug_loc ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
240 .debug_macinfo ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
245 /* SGI/MIPS DWARF 2 extensions. */
246 .debug_weaknames ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
251 .debug_funcnames ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
256 .debug_typenames ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
261 .debug_varnames ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
267 .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :