1 OUTPUT_FORMAT("elf32-sparc", "elf32-sparc",
7 /* Read-only sections, merged into text segment: */
8 . = 0x60000000 + SIZEOF_HEADERS;
9 .interp : { *(.interp) }
11 .dynsym : { *(.dynsym) }
12 .dynstr : { *(.dynstr) }
13 .gnu.version : { *(.gnu.version) }
14 .gnu.version_d : { *(.gnu.version_d) }
15 .gnu.version_r : { *(.gnu.version_r) }
17 { *(.rel.text) *(.rel.gnu.linkonce.t*) }
19 { *(.rela.text) *(.rela.gnu.linkonce.t*) }
21 { *(.rel.data) *(.rel.gnu.linkonce.d*) }
23 { *(.rela.data) *(.rela.gnu.linkonce.d*) }
25 { *(.rel.rodata) *(.rel.gnu.linkonce.r*) }
27 { *(.rela.rodata) *(.rela.gnu.linkonce.r*) }
28 .rel.got : { *(.rel.got) }
29 .rela.got : { *(.rela.got) }
30 .rel.ctors : { *(.rel.ctors) }
31 .rela.ctors : { *(.rela.ctors) }
32 .rel.dtors : { *(.rel.dtors) }
33 .rela.dtors : { *(.rela.dtors) }
34 .rel.init : { *(.rel.init) }
35 .rela.init : { *(.rela.init) }
36 .rel.fini : { *(.rel.fini) }
37 .rela.fini : { *(.rela.fini) }
38 .rel.bss : { *(.rel.bss) }
39 .rela.bss : { *(.rela.bss) }
40 .rel.plt : { *(.rel.plt) }
41 .rela.plt : { *(.rela.plt) }
42 .init : { *(.init) } =0x47ff041f
46 /* .gnu.warning sections are handled specially by elf32.em. */
52 .fini : { *(.fini) } =0x47ff041f
53 .rodata : { *(.rodata) *(.gnu.linkonce.r*) }
54 .rodata1 : { *(.rodata1) }
55 .reginfo : { *(.reginfo) }
56 /* Adjust the address for the data segment. We want to adjust up to
57 the same address within the page on the next page up. */
58 . = ALIGN(0x100000) + (. & (0x100000 - 1));
65 .data1 : { *(.data1) }
66 .tdata : { *(.tdata) }
70 PROVIDE (__preinit_array_start = .);
71 KEEP (*(.preinit_array))
72 PROVIDE (__preinit_array_end = .);
76 PROVIDE (__init_array_start = .);
77 KEEP (*(SORT(.init_array.*)))
79 PROVIDE (__init_array_end = .);
83 PROVIDE (__fini_array_start = .);
85 KEEP (*(SORT(.fini_array.*)))
86 PROVIDE (__fini_array_end = .);
97 .got : { *(.got.plt) *(.got) }
98 .dynamic : { *(.dynamic) }
99 /* We want the small data sections together, so single-instruction offsets
100 can access them all, and initialized data all before uninitialized, so
101 we can shorten the on-disk segment size. */
102 .sdata : { *(.sdata) }
106 .sbss : { *(.sbss) *(.scommon) }
115 /* Stabs debugging sections. */
116 .stab 0 : { *(.stab) }
117 .stabstr 0 : { *(.stabstr) }
118 .stab.excl 0 : { *(.stab.excl) }
119 .stab.exclstr 0 : { *(.stab.exclstr) }
120 .stab.index 0 : { *(.stab.index) }
121 .stab.indexstr 0 : { *(.stab.indexstr) }
122 .comment 0 : { *(.comment) }
123 /* DWARF debug sections.
124 Symbols in the DWARF debugging sections are relative to the beginning
125 of the section so we begin them at 0. */
127 .debug 0 : { *(.debug) }
128 .line 0 : { *(.line) }
129 /* GNU DWARF 1 extensions */
130 .debug_srcinfo 0 : { *(.debug_srcinfo) }
131 .debug_sfnames 0 : { *(.debug_sfnames) }
132 /* DWARF 1.1 and DWARF 2 */
133 .debug_aranges 0 : { *(.debug_aranges) }
134 .debug_pubnames 0 : { *(.debug_pubnames) }
136 .debug_info 0 : { *(.debug_info) }
137 .debug_abbrev 0 : { *(.debug_abbrev) }
138 .debug_line 0 : { *(.debug_line) }
139 .debug_frame 0 : { *(.debug_frame) }
140 .debug_str 0 : { *(.debug_str) }
141 .debug_loc 0 : { *(.debug_loc) }
142 .debug_macinfo 0 : { *(.debug_macinfo) }
143 /* SGI/MIPS DWARF 2 extensions */
144 .debug_weaknames 0 : { *(.debug_weaknames) }
145 .debug_funcnames 0 : { *(.debug_funcnames) }
146 .debug_typenames 0 : { *(.debug_typenames) }
147 .debug_varnames 0 : { *(.debug_varnames) }
148 /* These must appear regardless of . */
149 /DISCARD/ : { *(.note.GNU-stack) *(.note.ABI-tag) }