1 OUTPUT_FORMAT("elf32-bigmips")
6 /* Read-only sections, merged into text segment: */
8 .rel.text : { *(.rel.text) }
9 .rela.text : { *(.rela.text) }
10 .rel.data : { *(.rel.data) }
11 .rela.data : { *(.rela.data) }
12 .rel.rodata : { *(.rel.rodata) }
13 .rela.rodata : { *(.rela.rodata) }
14 .rel.got : { *(.rel.got) }
15 .rela.got : { *(.rela.got) }
16 .rel.ctors : { *(.rel.ctors) }
17 .rela.ctors : { *(.rela.ctors) }
18 .rel.dtors : { *(.rel.dtors) }
19 .rela.dtors : { *(.rela.dtors) }
20 .rel.init : { *(.rel.init) }
21 .rela.init : { *(.rela.init) }
22 .rel.fini : { *(.rel.fini) }
23 .rela.fini : { *(.rela.fini) }
24 .rel.bss : { *(.rel.bss) }
25 .rela.bss : { *(.rela.bss) }
26 .rel.plt : { *(.rel.plt) }
27 .rela.plt : { *(.rela.plt) }
28 .init : { *(.init) } =0
35 /* .gnu.warning sections are handled specially by elf32.em. */
46 . = ALIGN(4096); /* Align double page for init_task_union */
51 /* Adjust the address for the data segment. We want to adjust up to
52 the same address within the page on the next page up. It would
53 be more correct to do this:
55 The current expression does not correctly handle the case of a
56 text segment ending precisely at the end of a page; it causes the
57 data segment to skip a page. The above expression does not have
58 this problem, but it will currently (2/95) cause BFD to allocate
59 a single segment, combining both text and data, for this case.
60 This will prevent the text segment from being shared among
61 multiple executions of the program; I think that is more
62 important than losing a page of the virtual address space (note
63 that no actual memory is lost; the page which is skipped can not
78 /* We want the small data sections together, so single-instruction offsets
79 can access them all, and initialized data all before uninitialized, so
80 we can shorten the on-disk segment size. */
96 /* These are needed for ELF backends which have not yet been
97 converted to the new style linker. */
100 /* DWARF debug sections.
101 Symbols in the .debug DWARF section are relative to the beginning of the
102 section so we begin .debug at 0. It's not clear yet what needs to happen
110 /* These must appear regardless of . */
111 *(.gptab.data) *(.gptab.sdata)
112 *(.gptab.bss) *(.gptab.sbss)