1 OUTPUT_FORMAT("pei-mcore-big", "pei-mcore-big",
14 ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
15 LONG (-1); *(.ctors); *(.ctor); LONG (0);
16 ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
17 LONG (-1); *(.dtors); *(.dtor); LONG (0);
19 /* ??? Why is .gcc_exc here? */
24 /* The Cygwin32 library uses a section to avoid copying certain data
25 on fork. This used to be named ".data". The linker used
26 to include this between __data_start__ and __data_end__, but that
27 breaks building the cygwin32 dll. Instead, we name the section
28 ".data_cygwin_nocopy" and explictly include it after __data_end__. */
29 .data BLOCK(__section_alignment__) :
36 *(.data_cygwin_nocopy)
38 .bss BLOCK(__section_alignment__) :
45 .rdata BLOCK(__section_alignment__) :
51 .edata BLOCK(__section_alignment__) :
62 .idata BLOCK(__section_alignment__) :
64 /* This cannot currently be handled with grouped sections.
65 See pe.em:sort_sections. */
68 /* These zeroes mark the end of the import list. */
69 LONG (0); LONG (0); LONG (0); LONG (0); LONG (0);
75 .CRT BLOCK(__section_alignment__) :
79 .endjunk BLOCK(__section_alignment__) :
81 /* end is deprecated, don't use it */
86 .reloc BLOCK(__section_alignment__) :
90 .rsrc BLOCK(__section_alignment__) :
95 .stab BLOCK(__section_alignment__) (NOLOAD) :
99 .stabstr BLOCK(__section_alignment__) (NOLOAD) :