1 #include <asm-generic/vmlinux.lds.h>
3 OUTPUT_ARCH(powerpc:common)
4 jiffies = jiffies_64 + 4;
7 /* Read-only sections, merged into text segment: */
9 .interp : { *(.interp) }
11 .gnu.hash : { *(.gnu.hash) }
12 .dynsym : { *(.dynsym) }
13 .dynstr : { *(.dynstr) }
14 .rel.text : { *(.rel.text) }
15 .rela.text : { *(.rela.text) }
16 .rel.data : { *(.rel.data) }
17 .rela.data : { *(.rela.data) }
18 .rel.rodata : { *(.rel.rodata) }
19 .rela.rodata : { *(.rela.rodata) }
20 .rel.got : { *(.rel.got) }
21 .rela.got : { *(.rela.got) }
22 .rel.ctors : { *(.rel.ctors) }
23 .rela.ctors : { *(.rela.ctors) }
24 .rel.dtors : { *(.rel.dtors) }
25 .rela.dtors : { *(.rela.dtors) }
26 .rel.bss : { *(.rel.bss) }
27 .rela.bss : { *(.rela.bss) }
28 .rel.plt : { *(.rel.plt) }
29 .rela.plt : { *(.rela.plt) }
30 /* .init : { *(.init) } =0*/
48 .fini : { *(.fini) } =0
49 .ctors : { *(.ctors) }
50 .dtors : { *(.dtors) }
52 .fixup : { *(.fixup) }
55 __start___ex_table = .;
57 __stop___ex_table = .;
61 __start___bug_table = .;
63 __stop___bug_table = .;
66 /* Read-write section, merged into data segment: */
81 .data_nosave : { *(.data.nosave) }
86 .data.cacheline_aligned : { *(.data.cacheline_aligned) }
92 .data.init_task : { *(.data.init_task) }
103 /* .exit.text is discarded at runtime, not link time,
104 to deal with references from __bug_table */
105 .exit.text : { EXIT_TEXT }
108 __vtop_table_begin = .;
110 __vtop_table_end = .;
111 __ptov_table_begin = .;
113 __ptov_table_end = .;
117 .init.setup : { *(.init.setup) }
119 __initcall_start = .;
125 __con_initcall_start = .;
126 .con_initcall.init : { *(.con_initcall.init) }
127 __con_initcall_end = .;
131 __start___ftr_fixup = .;
132 __ftr_fixup : { *(__ftr_fixup) }
133 __stop___ftr_fixup = .;
137 #ifdef CONFIG_BLK_DEV_INITRD
139 __initramfs_start = .;
140 .init.ramfs : { *(.init.ramfs) }
159 /* Sections to be discarded. */