ldscript.*: sync with FreeBSD
[dragonfly.git] / sys / platform / vkernel / conf / ldscript.i386
1 /* $FreeBSD$ */
2 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
3 OUTPUT_ARCH(i386)
4 ENTRY(btext)
5 SEARCH_DIR(/usr/lib);
6 SECTIONS
7 {
8   /* Read-only sections, merged into text segment: */
9   kernphys = 0x00100000;
10   . = kernbase + kernphys + SIZEOF_HEADERS;
11   .interp         : { *(.interp) }
12   .hash           : { *(.hash) }
13   .gnu.hash       : { *(.gnu.hash) }
14   .dynsym         : { *(.dynsym) }
15   .dynstr         : { *(.dynstr) }
16   .gnu.version    : { *(.gnu.version) }
17   .gnu.version_d  : { *(.gnu.version_d) }
18   .gnu.version_r  : { *(.gnu.version_r) }
19   .rel.init       : { *(.rel.init) }
20   .rela.init      : { *(.rela.init) }
21   .rel.text       : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
22   .rela.text      : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
23   .rel.fini       : { *(.rel.fini) }
24   .rela.fini      : { *(.rela.fini) }
25   .rel.rodata     : { *(.rel.rodata .rel.rodata.* .rel.gnu.linkonce.r.*) }
26   .rela.rodata    : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }
27   .rel.data.rel.ro   : { *(.rel.data.rel.ro* .rel.gnu.linkonce.d.rel.ro.*) }
28   .rela.data.rel.ro   : { *(.rela.data.rel.ro* .rela.gnu.linkonce.d.rel.ro.*) }
29   .rel.data       : { *(.rel.data .rel.data.* .rel.gnu.linkonce.d.*) }
30   .rela.data      : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }
31   .rel.tdata      : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) }
32   .rela.tdata     : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }
33   .rel.tbss       : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) }
34   .rela.tbss      : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
35   .rel.ctors      : { *(.rel.ctors) }
36   .rela.ctors     : { *(.rela.ctors) }
37   .rel.dtors      : { *(.rel.dtors) }
38   .rela.dtors     : { *(.rela.dtors) }
39   .rel.got        : { *(.rel.got) }
40   .rela.got       : { *(.rela.got) }
41   .rel.bss        : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) }
42   .rela.bss       : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
43   .rel.plt        : { *(.rel.plt) }
44   .rela.plt       : { *(.rela.plt) }
45   .init           :
46   {
47     KEEP (*(.init))
48   } =0x90909090
49   .plt            : { *(.plt) }
50   .text           :
51   {
52     *(.text .stub .text.* .gnu.linkonce.t.*)
53     KEEP (*(.text.*personality*))
54     /* .gnu.warning sections are handled specially by elf32.em.  */
55     *(.gnu.warning)
56   } =0x90909090
57   .fini           :
58   {
59     KEEP (*(.fini))
60   } =0x90909090
61   PROVIDE (__etext = .);
62   PROVIDE (_etext = .);
63   PROVIDE (etext = .);
64   .rodata         : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
65   .rodata1        : { *(.rodata1) }
66   .eh_frame_hdr : { *(.eh_frame_hdr) }
67   .eh_frame       : ONLY_IF_RO { KEEP (*(.eh_frame)) }
68   .gcc_except_table   : ONLY_IF_RO { *(.gcc_except_table .gcc_except_table.*) }
69   /* Adjust the address for the data segment.  We want to adjust up to
70      the same address within the page on the next page up.  */
71   . = ALIGN (kernphys) - ((kernphys - .) & (kernphys - 1)); . = DATA_SEGMENT_ALIGN (kernphys, 0x1000);
72   /* Exception handling  */
73   .eh_frame       : ONLY_IF_RW { KEEP (*(.eh_frame)) }
74   .gcc_except_table   : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) }
75   /* Thread Local Storage sections  */
76   .tdata          : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
77   .tbss           : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
78   .preinit_array     :
79   {
80     PROVIDE_HIDDEN (__preinit_array_start = .);
81     KEEP (*(.preinit_array))
82     PROVIDE_HIDDEN (__preinit_array_end = .);
83   }
84   .init_array     :
85   {
86      PROVIDE_HIDDEN (__init_array_start = .);
87      KEEP (*(SORT(.init_array.*)))
88      KEEP (*(.init_array))
89      PROVIDE_HIDDEN (__init_array_end = .);
90   }
91   .fini_array     :
92   {
93     PROVIDE_HIDDEN (__fini_array_start = .);
94     KEEP (*(.fini_array))
95     KEEP (*(SORT(.fini_array.*)))
96     PROVIDE_HIDDEN (__fini_array_end = .);
97   }
98   _start_ctors = .;
99   PROVIDE (start_ctors = .);
100   .ctors          :
101   {
102     /* gcc uses crtbegin.o to find the start of
103        the constructors, so we make sure it is
104        first.  Because this is a wildcard, it
105        doesn't matter if the user does not
106        actually link against crtbegin.o; the
107        linker won't look for a file to match a
108        wildcard.  The wildcard also means that it
109        doesn't matter which directory crtbegin.o
110        is in.  */
111     KEEP (*crtbegin.o(.ctors))
112     /* We don't want to include the .ctor section from
113        the crtend.o file until after the sorted ctors.
114        The .ctor section from the crtend file contains the
115        end of ctors marker and it must be last */
116     KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
117     KEEP (*(SORT(.ctors.*)))
118     KEEP (*(.ctors))
119   }
120   _stop_ctors = .;
121   PROVIDE (stop_ctors = .);
122   .dtors          :
123   {
124     KEEP (*crtbegin.o(.dtors))
125     KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors))
126     KEEP (*(SORT(.dtors.*)))
127     KEEP (*(.dtors))
128   }
129   .jcr            : { KEEP (*(.jcr)) }
130   .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*) }
131   .dynamic        : { *(.dynamic) }
132   .got            : { *(.got) }
133   . = DATA_SEGMENT_RELRO_END (12, .);
134   .got.plt        : { *(.got.plt) }
135   .data           :
136   {
137     *(.data .data.* .gnu.linkonce.d.*)
138     KEEP (*(.gnu.linkonce.d.*personality*))
139     SORT(CONSTRUCTORS)
140   }
141   .data1          : { *(.data1) }
142   _edata = .; PROVIDE (edata = .);
143   __bss_start = .;
144   .bss            :
145   {
146    *(.dynbss)
147    *(.bss .bss.* .gnu.linkonce.b.*)
148    *(COMMON)
149    /* Align here to ensure that the .bss section occupies space up to
150       _end.  Align after .bss to ensure correct alignment even if the
151       .bss section disappears because there are no input sections.
152       FIXME: Why do we need it? When there is no .bss section, we don't
153       pad the .data section.  */
154    . = ALIGN(. != 0 ? 32 / 8 : 1);
155   }
156   . = ALIGN(32 / 8);
157   . = ALIGN(32 / 8);
158   _end = .; PROVIDE (end = .);
159   . = DATA_SEGMENT_END (.);
160   /* Stabs debugging sections.  */
161   .stab          0 : { *(.stab) }
162   .stabstr       0 : { *(.stabstr) }
163   .stab.excl     0 : { *(.stab.excl) }
164   .stab.exclstr  0 : { *(.stab.exclstr) }
165   .stab.index    0 : { *(.stab.index) }
166   .stab.indexstr 0 : { *(.stab.indexstr) }
167   .comment       0 : { *(.comment) }
168   /* DWARF debug sections.
169      Symbols in the DWARF debugging sections are relative to the beginning
170      of the section so we begin them at 0.  */
171   /* DWARF 1 */
172   .debug          0 : { *(.debug) }
173   .line           0 : { *(.line) }
174   /* GNU DWARF 1 extensions */
175   .debug_srcinfo  0 : { *(.debug_srcinfo) }
176   .debug_sfnames  0 : { *(.debug_sfnames) }
177   /* DWARF 1.1 and DWARF 2 */
178   .debug_aranges  0 : { *(.debug_aranges) }
179   .debug_pubnames 0 : { *(.debug_pubnames) }
180   /* DWARF 2 */
181   .debug_info     0 : { *(.debug_info .gnu.linkonce.wi.*) }
182   .debug_abbrev   0 : { *(.debug_abbrev) }
183   .debug_line     0 : { *(.debug_line) }
184   .debug_frame    0 : { *(.debug_frame) }
185   .debug_str      0 : { *(.debug_str) }
186   .debug_loc      0 : { *(.debug_loc) }
187   .debug_macinfo  0 : { *(.debug_macinfo) }
188   /* SGI/MIPS DWARF 2 extensions */
189   .debug_weaknames 0 : { *(.debug_weaknames) }
190   .debug_funcnames 0 : { *(.debug_funcnames) }
191   .debug_typenames 0 : { *(.debug_typenames) }
192   .debug_varnames  0 : { *(.debug_varnames) }
193   /* DWARF 3 */
194   .debug_pubtypes 0 : { *(.debug_pubtypes) }
195   .debug_ranges   0 : { *(.debug_ranges) }
196   .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
197   /DISCARD/ : { *(.note.GNU-stack) }
198 }