1 /* Script for ld -r: link without relocation */
3 SEARCH_DIR("/mingw/mingw32/lib"); SEARCH_DIR("/mingw/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");
11 /* ??? Why is .gcc_exc here? */
14 /* The Cygwin32 library uses a section to avoid copying certain data
15 on fork. This used to be named ".data". The linker used
16 to include this between __data_start__ and __data_end__, but that
17 breaks building the cygwin32 dll. Instead, we name the section
18 ".data_cygwin_nocopy" and explictly include it after __data_end__. */
29 *(.rdata_runtime_pseudo_reloc)
53 /* This cannot currently be handled with grouped sections.
54 See pe.em:sort_sections. */
58 /* ___crt_xl_end__ is defined in the TLS Directory support code */
65 /* end is deprecated, don't use it */
83 /* DWARF debug sections.
84 Symbols in the DWARF debugging sections are relative to the beginning
85 of the section. Unlike other targets that fake this by putting the
86 section VMA at 0, the PE format will not allow it. */
87 /* DWARF 1.1 and DWARF 2. */
99 *(.debug_info) *(.gnu.linkonce.wi.*)
125 /* SGI/MIPS DWARF 2 extensions. */