OSDN Git Service

temp
[gengkapak/clang-GengKapak.git] / x86_64-pc-linux-gnu / lib / ldscripts / elf32_x86_64.xd
1 /* Script for -pie */
2 /* Copyright (C) 2014-2023 Free Software Foundation, Inc.
3    Copying and distribution of this script, with or without modification,
4    are permitted in any medium without royalty provided the copyright
5    notice and this notice are preserved.  */
6 OUTPUT_FORMAT("elf32-x86-64", "elf32-x86-64",
7               "elf32-x86-64")
8 OUTPUT_ARCH(i386:x64-32)
9 ENTRY(_start)
10 SEARCH_DIR("/home/runner/work/tc-build/tc-build/install/x86_64-pc-linux-gnu/libx32"); SEARCH_DIR("/home/runner/work/tc-build/tc-build/install/libx32"); SEARCH_DIR("/usr/local/libx32"); SEARCH_DIR("/libx32"); SEARCH_DIR("/usr/libx32"); SEARCH_DIR("/home/runner/work/tc-build/tc-build/install/x86_64-pc-linux-gnu/lib"); SEARCH_DIR("/home/runner/work/tc-build/tc-build/install/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");
11 SECTIONS
12 {
13   /* Read-only sections, merged into text segment: */
14   PROVIDE (__executable_start = SEGMENT_START("text-segment", 0)); . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
15   .interp         : { *(.interp) }
16   .note.gnu.build-id  : { *(.note.gnu.build-id) }
17   .hash           : { *(.hash) }
18   .gnu.hash       : { *(.gnu.hash) }
19   .dynsym         : { *(.dynsym) }
20   .dynstr         : { *(.dynstr) }
21   .gnu.version    : { *(.gnu.version) }
22   .gnu.version_d  : { *(.gnu.version_d) }
23   .gnu.version_r  : { *(.gnu.version_r) }
24   .rela.init      : { *(.rela.init) }
25   .rela.text      : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
26   .rela.fini      : { *(.rela.fini) }
27   .rela.rodata    : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }
28   .rela.data.rel.ro   : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }
29   .rela.data      : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }
30   .rela.tdata     : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }
31   .rela.tbss      : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
32   .rela.ctors     : { *(.rela.ctors) }
33   .rela.dtors     : { *(.rela.dtors) }
34   .rela.got       : { *(.rela.got) }
35   .rela.bss       : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
36   .rela.ldata     : { *(.rela.ldata .rela.ldata.* .rela.gnu.linkonce.l.*) }
37   .rela.lbss      : { *(.rela.lbss .rela.lbss.* .rela.gnu.linkonce.lb.*) }
38   .rela.lrodata   : { *(.rela.lrodata .rela.lrodata.* .rela.gnu.linkonce.lr.*) }
39   .rela.ifunc     : { *(.rela.ifunc) }
40   .rela.plt       :
41     {
42       *(.rela.plt)
43       *(.rela.iplt)
44     }
45   .relr.dyn : { *(.relr.dyn) }
46   .init           :
47   {
48     KEEP (*(SORT_NONE(.init)))
49   }
50   .plt            : { *(.plt) *(.iplt) }
51 .plt.got        : { *(.plt.got) }
52 .plt.sec        : { *(.plt.sec) }
53   .text           :
54   {
55     *(.text.unlikely .text.*_unlikely .text.unlikely.*)
56     *(.text.exit .text.exit.*)
57     *(.text.startup .text.startup.*)
58     *(.text.hot .text.hot.*)
59     *(SORT(.text.sorted.*))
60     *(.text .stub .text.* .gnu.linkonce.t.*)
61     /* .gnu.warning sections are handled specially by elf.em.  */
62     *(.gnu.warning)
63   }
64   .fini           :
65   {
66     KEEP (*(SORT_NONE(.fini)))
67   }
68   PROVIDE (__etext = .);
69   PROVIDE (_etext = .);
70   PROVIDE (etext = .);
71   .rodata         : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
72   .rodata1        : { *(.rodata1) }
73   .eh_frame_hdr   : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }
74   .eh_frame       : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }
75   .sframe         : ONLY_IF_RO { *(.sframe) *(.sframe.*) }
76   .gcc_except_table   : ONLY_IF_RO { *(.gcc_except_table .gcc_except_table.*) }
77   .gnu_extab   : ONLY_IF_RO { *(.gnu_extab*) }
78   /* These sections are generated by the Sun/Oracle C++ compiler.  */
79   .exception_ranges   : ONLY_IF_RO { *(.exception_ranges*) }
80   /* Adjust the address for the data segment.  We want to adjust up to
81      the same address within the page on the next page up.  */
82   . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE));
83   /* Exception handling  */
84   .eh_frame       : ONLY_IF_RW { KEEP (*(.eh_frame)) *(.eh_frame.*) }
85   .sframe         : ONLY_IF_RW { *(.sframe) *(.sframe.*) }
86   .gnu_extab      : ONLY_IF_RW { *(.gnu_extab) }
87   .gcc_except_table   : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) }
88   .exception_ranges   : ONLY_IF_RW { *(.exception_ranges*) }
89   /* Thread Local Storage sections  */
90   .tdata          :
91    {
92      PROVIDE_HIDDEN (__tdata_start = .);
93      *(.tdata .tdata.* .gnu.linkonce.td.*)
94    }
95   .tbss           : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
96   .preinit_array    :
97   {
98     PROVIDE_HIDDEN (__preinit_array_start = .);
99     KEEP (*(.preinit_array))
100     PROVIDE_HIDDEN (__preinit_array_end = .);
101   }
102   .init_array    :
103   {
104     PROVIDE_HIDDEN (__init_array_start = .);
105     KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
106     KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors))
107     PROVIDE_HIDDEN (__init_array_end = .);
108   }
109   .fini_array    :
110   {
111     PROVIDE_HIDDEN (__fini_array_start = .);
112     KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))
113     KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .dtors))
114     PROVIDE_HIDDEN (__fini_array_end = .);
115   }
116   .ctors          :
117   {
118     /* gcc uses crtbegin.o to find the start of
119        the constructors, so we make sure it is
120        first.  Because this is a wildcard, it
121        doesn't matter if the user does not
122        actually link against crtbegin.o; the
123        linker won't look for a file to match a
124        wildcard.  The wildcard also means that it
125        doesn't matter which directory crtbegin.o
126        is in.  */
127     KEEP (*crtbegin.o(.ctors))
128     KEEP (*crtbegin?.o(.ctors))
129     /* We don't want to include the .ctor section from
130        the crtend.o file until after the sorted ctors.
131        The .ctor section from the crtend file contains the
132        end of ctors marker and it must be last */
133     KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
134     KEEP (*(SORT(.ctors.*)))
135     KEEP (*(.ctors))
136   }
137   .dtors          :
138   {
139     KEEP (*crtbegin.o(.dtors))
140     KEEP (*crtbegin?.o(.dtors))
141     KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
142     KEEP (*(SORT(.dtors.*)))
143     KEEP (*(.dtors))
144   }
145   .jcr            : { KEEP (*(.jcr)) }
146   .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro .data.rel.ro.* .gnu.linkonce.d.rel.ro.*) }
147   .dynamic        : { *(.dynamic) }
148   .got            : { *(.got) *(.igot) }
149   . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);
150   .got.plt        : { *(.got.plt) *(.igot.plt) }
151   .data           :
152   {
153     *(.data .data.* .gnu.linkonce.d.*)
154     SORT(CONSTRUCTORS)
155   }
156   .data1          : { *(.data1) }
157   _edata = .; PROVIDE (edata = .);
158   . = .;
159   __bss_start = .;
160   .bss            :
161   {
162    *(.dynbss)
163    *(.bss .bss.* .gnu.linkonce.b.*)
164    *(COMMON)
165    /* Align here to ensure that the .bss section occupies space up to
166       _end.  Align after .bss to ensure correct alignment even if the
167       .bss section disappears because there are no input sections.
168       FIXME: Why do we need it? When there is no .bss section, we do not
169       pad the .data section.  */
170    . = ALIGN(. != 0 ? 32 / 8 : 1);
171   }
172   .lbss   :
173   {
174     *(.dynlbss)
175     *(.lbss .lbss.* .gnu.linkonce.lb.*)
176     *(LARGE_COMMON)
177   }
178   . = ALIGN(32 / 8);
179   . = SEGMENT_START("ldata-segment", .);
180   .lrodata   ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)) :
181   {
182     *(.lrodata .lrodata.* .gnu.linkonce.lr.*)
183   }
184   .ldata   ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)) :
185   {
186     *(.ldata .ldata.* .gnu.linkonce.l.*)
187     . = ALIGN(. != 0 ? 32 / 8 : 1);
188   }
189   . = ALIGN(32 / 8);
190   _end = .; PROVIDE (end = .);
191   . = DATA_SEGMENT_END (.);
192   /* Stabs debugging sections.  */
193   .stab          0 : { *(.stab) }
194   .stabstr       0 : { *(.stabstr) }
195   .stab.excl     0 : { *(.stab.excl) }
196   .stab.exclstr  0 : { *(.stab.exclstr) }
197   .stab.index    0 : { *(.stab.index) }
198   .stab.indexstr 0 : { *(.stab.indexstr) }
199   .comment       0 : { *(.comment) }
200   .gnu.build.attributes : { *(.gnu.build.attributes .gnu.build.attributes.*) }
201   /* DWARF debug sections.
202      Symbols in the DWARF debugging sections are relative to the beginning
203      of the section so we begin them at 0.  */
204   /* DWARF 1.  */
205   .debug          0 : { *(.debug) }
206   .line           0 : { *(.line) }
207   /* GNU DWARF 1 extensions.  */
208   .debug_srcinfo  0 : { *(.debug_srcinfo) }
209   .debug_sfnames  0 : { *(.debug_sfnames) }
210   /* DWARF 1.1 and DWARF 2.  */
211   .debug_aranges  0 : { *(.debug_aranges) }
212   .debug_pubnames 0 : { *(.debug_pubnames) }
213   /* DWARF 2.  */
214   .debug_info     0 : { *(.debug_info .gnu.linkonce.wi.*) }
215   .debug_abbrev   0 : { *(.debug_abbrev) }
216   .debug_line     0 : { *(.debug_line .debug_line.* .debug_line_end) }
217   .debug_frame    0 : { *(.debug_frame) }
218   .debug_str      0 : { *(.debug_str) }
219   .debug_loc      0 : { *(.debug_loc) }
220   .debug_macinfo  0 : { *(.debug_macinfo) }
221   /* SGI/MIPS DWARF 2 extensions.  */
222   .debug_weaknames 0 : { *(.debug_weaknames) }
223   .debug_funcnames 0 : { *(.debug_funcnames) }
224   .debug_typenames 0 : { *(.debug_typenames) }
225   .debug_varnames  0 : { *(.debug_varnames) }
226   /* DWARF 3.  */
227   .debug_pubtypes 0 : { *(.debug_pubtypes) }
228   .debug_ranges   0 : { *(.debug_ranges) }
229   /* DWARF 5.  */
230   .debug_addr     0 : { *(.debug_addr) }
231   .debug_line_str 0 : { *(.debug_line_str) }
232   .debug_loclists 0 : { *(.debug_loclists) }
233   .debug_macro    0 : { *(.debug_macro) }
234   .debug_names    0 : { *(.debug_names) }
235   .debug_rnglists 0 : { *(.debug_rnglists) }
236   .debug_str_offsets 0 : { *(.debug_str_offsets) }
237   .debug_sup      0 : { *(.debug_sup) }
238   .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
239   /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
240 }