toolchain: binary K26 toolchain (binutils 2.20.1, uClibc patches, updated kernel...
[tomato.git] / tools / brcm / K26 / hndtools-mipsel-uclibc-4.2.4 / lib / ldscripts / elf32btsmipn32.x
blob0e71ebab57724687fa15c926bbd258564914d539
1 /* Default linker script, for normal executables */
2 OUTPUT_FORMAT("elf32-ntradbigmips", "elf32-ntradbigmips",
3               "elf32-ntradlittlemips")
4 OUTPUT_ARCH(mips)
5 ENTRY(__start)
6 SEARCH_DIR("/opt/brcm/hndtools-mipsel-uclibc-4.2.4/mipsel-linux-uclibc/lib32"); SEARCH_DIR("=/usr/local/lib32"); SEARCH_DIR("=/lib32"); SEARCH_DIR("=/usr/lib32"); SEARCH_DIR("=/usr/local/lib"); SEARCH_DIR("=/lib"); SEARCH_DIR("=/usr/lib");
7 SECTIONS
9   /* Read-only sections, merged into text segment: */
10   PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x10000000)); . = SEGMENT_START("text-segment", 0x10000000) + SIZEOF_HEADERS;
11   .interp         : { *(.interp) }
12   .reginfo        : { *(.reginfo) }
13   .note.gnu.build-id : { *(.note.gnu.build-id) }
14   .dynamic        : { *(.dynamic) }
15   .hash           : { *(.hash) }
16   .gnu.hash       : { *(.gnu.hash) }
17   .dynsym         : { *(.dynsym) }
18   .dynstr         : { *(.dynstr) }
19   .gnu.version    : { *(.gnu.version) }
20   .gnu.version_d  : { *(.gnu.version_d) }
21   .gnu.version_r  : { *(.gnu.version_r) }
22   .rel.init       : { *(.rel.init) }
23   .rela.init      : { *(.rela.init) }
24   .rel.text       : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
25   .rela.text      : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
26   .rel.fini       : { *(.rel.fini) }
27   .rela.fini      : { *(.rela.fini) }
28   .rel.rodata     : { *(.rel.rodata .rel.rodata.* .rel.gnu.linkonce.r.*) }
29   .rela.rodata    : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }
30   .rel.data.rel.ro   : { *(.rel.data.rel.ro* .rel.gnu.linkonce.d.rel.ro.*) }
31   .rela.data.rel.ro   : { *(.rela.data.rel.ro* .rela.gnu.linkonce.d.rel.ro.*) }
32   .rel.data       : { *(.rel.data .rel.data.* .rel.gnu.linkonce.d.*) }
33   .rela.data      : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }
34   .rel.tdata      : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) }
35   .rela.tdata     : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }
36   .rel.tbss       : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) }
37   .rela.tbss      : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
38   .rel.ctors      : { *(.rel.ctors) }
39   .rela.ctors     : { *(.rela.ctors) }
40   .rel.dtors      : { *(.rel.dtors) }
41   .rela.dtors     : { *(.rela.dtors) }
42   .rel.got        : { *(.rel.got) }
43   .rela.got       : { *(.rela.got) }
44   .rel.dyn        : { *(.rel.dyn) }
45   .rel.sdata      : { *(.rel.sdata .rel.sdata.* .rel.gnu.linkonce.s.*) }
46   .rela.sdata     : { *(.rela.sdata .rela.sdata.* .rela.gnu.linkonce.s.*) }
47   .rel.sbss       : { *(.rel.sbss .rel.sbss.* .rel.gnu.linkonce.sb.*) }
48   .rela.sbss      : { *(.rela.sbss .rela.sbss.* .rela.gnu.linkonce.sb.*) }
49   .rel.sdata2     : { *(.rel.sdata2 .rel.sdata2.* .rel.gnu.linkonce.s2.*) }
50   .rela.sdata2    : { *(.rela.sdata2 .rela.sdata2.* .rela.gnu.linkonce.s2.*) }
51   .rel.sbss2      : { *(.rel.sbss2 .rel.sbss2.* .rel.gnu.linkonce.sb2.*) }
52   .rela.sbss2     : { *(.rela.sbss2 .rela.sbss2.* .rela.gnu.linkonce.sb2.*) }
53   .rel.bss        : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) }
54   .rela.bss       : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
55   .rel.iplt       :
56     {
57       PROVIDE_HIDDEN (__rel_iplt_start = .);
58       *(.rel.iplt)
59       PROVIDE_HIDDEN (__rel_iplt_end = .);
60     }
61   .rela.iplt      :
62     {
63       PROVIDE_HIDDEN (__rela_iplt_start = .);
64       *(.rela.iplt)
65       PROVIDE_HIDDEN (__rela_iplt_end = .);
66     }
67   .rel.plt        :
68     {
69       *(.rel.plt)
70     }
71   .rela.plt       :
72     {
73       *(.rela.plt)
74     }
75   .init           :
76   {
77     KEEP (*(.init))
78   } =0
79   .plt            : { *(.plt) }
80   .iplt           : { *(.iplt) }
81   .text           :
82   {
83     _ftext = . ;
84     *(.text.unlikely .text.*_unlikely)
85     *(.text .stub .text.* .gnu.linkonce.t.*)
86     /* .gnu.warning sections are handled specially by elf32.em.  */
87     *(.gnu.warning)
88     *(.mips16.fn.*) *(.mips16.call.*)
89   } =0
90   .fini           :
91   {
92     KEEP (*(.fini))
93   } =0
94   PROVIDE (__etext = .);
95   PROVIDE (_etext = .);
96   PROVIDE (etext = .);
97   .rodata         : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
98   .rodata1        : { *(.rodata1) }
99   .sdata2         :
100   {
101     *(.sdata2 .sdata2.* .gnu.linkonce.s2.*)
102   }
103   .sbss2          : { *(.sbss2 .sbss2.* .gnu.linkonce.sb2.*) }
104   .eh_frame_hdr : { *(.eh_frame_hdr) }
105   .eh_frame       : ONLY_IF_RO { KEEP (*(.eh_frame)) }
106   .gcc_except_table   : ONLY_IF_RO { *(.gcc_except_table .gcc_except_table.*) }
107   /* Adjust the address for the data segment.  We want to adjust up to
108      the same address within the page on the next page up.  */
109   . = ALIGN (CONSTANT (MAXPAGESIZE)) - ((CONSTANT (MAXPAGESIZE) - .) & (CONSTANT (MAXPAGESIZE) - 1)); . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE));
110   /* Exception handling  */
111   .eh_frame       : ONLY_IF_RW { KEEP (*(.eh_frame)) }
112   .gcc_except_table   : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) }
113   /* Thread Local Storage sections  */
114   .tdata          : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
115   .tbss           : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
116   .preinit_array     :
117   {
118     PROVIDE_HIDDEN (__preinit_array_start = .);
119     KEEP (*(.preinit_array))
120     PROVIDE_HIDDEN (__preinit_array_end = .);
121   }
122   .init_array     :
123   {
124      PROVIDE_HIDDEN (__init_array_start = .);
125      KEEP (*(SORT(.init_array.*)))
126      KEEP (*(.init_array))
127      PROVIDE_HIDDEN (__init_array_end = .);
128   }
129   .fini_array     :
130   {
131     PROVIDE_HIDDEN (__fini_array_start = .);
132     KEEP (*(.fini_array))
133     KEEP (*(SORT(.fini_array.*)))
134     PROVIDE_HIDDEN (__fini_array_end = .);
135   }
136   .ctors          :
137   {
138     /* gcc uses crtbegin.o to find the start of
139        the constructors, so we make sure it is
140        first.  Because this is a wildcard, it
141        doesn't matter if the user does not
142        actually link against crtbegin.o; the
143        linker won't look for a file to match a
144        wildcard.  The wildcard also means that it
145        doesn't matter which directory crtbegin.o
146        is in.  */
147     KEEP (*crtbegin.o(.ctors))
148     KEEP (*crtbegin?.o(.ctors))
149     /* We don't want to include the .ctor section from
150        the crtend.o file until after the sorted ctors.
151        The .ctor section from the crtend file contains the
152        end of ctors marker and it must be last */
153     KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
154     KEEP (*(SORT(.ctors.*)))
155     KEEP (*(.ctors))
156   }
157   .dtors          :
158   {
159     KEEP (*crtbegin.o(.dtors))
160     KEEP (*crtbegin?.o(.dtors))
161     KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
162     KEEP (*(SORT(.dtors.*)))
163     KEEP (*(.dtors))
164   }
165   .jcr            : { KEEP (*(.jcr)) }
166   .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*) }
167   . = DATA_SEGMENT_RELRO_END (0, .);
168   .data           :
169   {
170     _fdata = . ;
171     *(.data .data.* .gnu.linkonce.d.*)
172     SORT(CONSTRUCTORS)
173   }
174   .data1          : { *(.data1) }
175   .got.plt        : { *(.got.plt) }
176   . = .;
177   _gp = ALIGN(16) + 0x7ff0;
178   .got            : { *(.got) }
179   /* We want the small data sections together, so single-instruction offsets
180      can access them all, and initialized data all before uninitialized, so
181      we can shorten the on-disk segment size.  */
182   .sdata          :
183   {
184     *(.sdata .sdata.* .gnu.linkonce.s.*)
185   }
186   .lit8           : { *(.lit8) }
187   .lit4           : { *(.lit4) }
188   .srdata         : { *(.srdata) }
189   _edata = .; PROVIDE (edata = .);
190   __bss_start = .;
191   _fbss = .;
192   .sbss           :
193   {
194     *(.dynsbss)
195     *(.sbss .sbss.* .gnu.linkonce.sb.*)
196     *(.scommon)
197   }
198   .bss            :
199   {
200    *(.dynbss)
201    *(.bss .bss.* .gnu.linkonce.b.*)
202    *(COMMON)
203    /* Align here to ensure that the .bss section occupies space up to
204       _end.  Align after .bss to ensure correct alignment even if the
205       .bss section disappears because there are no input sections.
206       FIXME: Why do we need it? When there is no .bss section, we don't
207       pad the .data section.  */
208    . = ALIGN(. != 0 ? 32 / 8 : 1);
209   }
210   . = ALIGN(32 / 8);
211   . = ALIGN(32 / 8);
212   _end = .; PROVIDE (end = .);
213   . = DATA_SEGMENT_END (.);
214   /* Stabs debugging sections.  */
215   .stab          0 : { *(.stab) }
216   .stabstr       0 : { *(.stabstr) }
217   .stab.excl     0 : { *(.stab.excl) }
218   .stab.exclstr  0 : { *(.stab.exclstr) }
219   .stab.index    0 : { *(.stab.index) }
220   .stab.indexstr 0 : { *(.stab.indexstr) }
221   .comment       0 : { *(.comment) }
222   /* DWARF debug sections.
223      Symbols in the DWARF debugging sections are relative to the beginning
224      of the section so we begin them at 0.  */
225   /* DWARF 1 */
226   .debug          0 : { *(.debug) }
227   .line           0 : { *(.line) }
228   /* GNU DWARF 1 extensions */
229   .debug_srcinfo  0 : { *(.debug_srcinfo) }
230   .debug_sfnames  0 : { *(.debug_sfnames) }
231   /* DWARF 1.1 and DWARF 2 */
232   .debug_aranges  0 : { *(.debug_aranges) }
233   .debug_pubnames 0 : { *(.debug_pubnames) }
234   /* DWARF 2 */
235   .debug_info     0 : { *(.debug_info .gnu.linkonce.wi.*) }
236   .debug_abbrev   0 : { *(.debug_abbrev) }
237   .debug_line     0 : { *(.debug_line) }
238   .debug_frame    0 : { *(.debug_frame) }
239   .debug_str      0 : { *(.debug_str) }
240   .debug_loc      0 : { *(.debug_loc) }
241   .debug_macinfo  0 : { *(.debug_macinfo) }
242   /* SGI/MIPS DWARF 2 extensions */
243   .debug_weaknames 0 : { *(.debug_weaknames) }
244   .debug_funcnames 0 : { *(.debug_funcnames) }
245   .debug_typenames 0 : { *(.debug_typenames) }
246   .debug_varnames  0 : { *(.debug_varnames) }
247   /* DWARF 3 */
248   .debug_pubtypes 0 : { *(.debug_pubtypes) }
249   .debug_ranges   0 : { *(.debug_ranges) }
250   .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
251   .gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
252   .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
253   /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }