]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/powerpc/kernel/vmlinux.lds.S
powerpc/kgdb: Fix build failure caused by "kgdb.c: unused variable 'acc'"
[mirror_ubuntu-zesty-kernel.git] / arch / powerpc / kernel / vmlinux.lds.S
CommitLineData
c51e3a41 1#ifdef CONFIG_PPC64
e8222502 2#define PROVIDE32(x) PROVIDE(__unused__##x)
c51e3a41 3#else
e8222502 4#define PROVIDE32(x) PROVIDE(x)
c51e3a41 5#endif
4846c5de 6#include <asm/page.h>
14cf11af 7#include <asm-generic/vmlinux.lds.h>
bd67fcf9 8#include <asm/cache.h>
62bef288 9#include <asm/thread_info.h>
14cf11af 10
e19e4ab4
ME
11ENTRY(_stext)
12
c69cccc9
SB
13PHDRS {
14 kernel PT_LOAD FLAGS(7); /* RWX */
15 notes PT_NOTE FLAGS(0);
16 dummy PT_NOTE FLAGS(0);
17
18 /* binutils < 2.18 has a bug that makes it misbehave when taking an
19 ELF file with all segments at load address 0 as input. This
20 happens when running "strip" on vmlinux, because of the AT() magic
21 in this linker script. People using GCC >= 4.2 won't run into
22 this problem, because the "build-id" support will put some data
23 into the "notes" segment (at a non-zero load address).
24
25 To work around this, we force some data into both the "dummy"
26 segment and the kernel segment, so the dummy segment will get a
27 non-zero load address. It's not enough to always create the
28 "notes" segment, since if nothing gets assigned to it, its load
29 address will be zero. */
30}
31
cabb5587
SR
32#ifdef CONFIG_PPC64
33OUTPUT_ARCH(powerpc:common64)
34jiffies = jiffies_64;
35#else
14cf11af
PM
36OUTPUT_ARCH(powerpc:common)
37jiffies = jiffies_64 + 4;
cabb5587 38#endif
14cf11af
PM
39SECTIONS
40{
e8222502 41 . = KERNELBASE;
14cf11af 42
e8222502
BH
43/*
44 * Text, read only data and other permanent read-only sections
45 */
46
47 /* Text and gots */
366234f6 48 .text : AT(ADDR(.text) - LOAD_OFFSET) {
748a7683 49 ALIGN_FUNCTION();
e7039845 50 HEAD_TEXT
fd593d12 51 _text = .;
13beadd9
TA
52 /* careful! __ftr_alt_* sections need to be close to .text */
53 *(.text .fixup __ftr_alt_* .ref.text)
e8222502
BH
54 SCHED_TEXT
55 LOCK_TEXT
56 KPROBES_TEXT
6794c782 57 IRQENTRY_TEXT
14cf11af 58
e8222502
BH
59#ifdef CONFIG_PPC32
60 *(.got1)
61 __got2_start = .;
62 *(.got2)
63 __got2_end = .;
64#endif /* CONFIG_PPC32 */
65
c69cccc9 66 } :kernel
e8222502 67
303996da
SR
68 . = ALIGN(PAGE_SIZE);
69 _etext = .;
70 PROVIDE32 (etext = .);
71
e8222502
BH
72 /* Read-only data */
73 RODATA
74
62bef288 75 EXCEPTION_TABLE(0)
14cf11af 76
c69cccc9
SB
77 NOTES :kernel :notes
78
79 /* The dummy segment contents for the bug workaround mentioned above
80 near PHDRS. */
80c60bf9 81 .dummy : AT(ADDR(.dummy) - LOAD_OFFSET) {
e16459c6
MM
82 LONG(0)
83 LONG(0)
84 LONG(0)
c69cccc9 85 } :kernel :dummy
8fb775ee 86
e8222502
BH
87/*
88 * Init sections discarded at runtime
89 */
90 . = ALIGN(PAGE_SIZE);
91 __init_begin = .;
62bef288 92 INIT_TEXT_SECTION(PAGE_SIZE) :kernel
e8222502
BH
93
94 /* .exit.text is discarded at runtime, not link time,
95 * to deal with references from __bug_table
96 */
366234f6 97 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
01ba2bdc
SR
98 EXIT_TEXT
99 }
e8222502 100
366234f6 101 .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
01ba2bdc 102 INIT_DATA
e8222502
BH
103 __vtop_table_begin = .;
104 *(.vtop_fixup);
105 __vtop_table_end = .;
106 __ptov_table_begin = .;
107 *(.ptov_fixup);
108 __ptov_table_end = .;
c4e3ea25
SR
109#ifdef CONFIG_PPC_ISERIES
110 __dt_strings_start = .;
111 *(.dt_strings);
112 __dt_strings_end = .;
113#endif
e8222502
BH
114 }
115
366234f6 116 .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
62bef288 117 INIT_SETUP(16)
e8222502
BH
118 }
119
366234f6 120 .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET) {
62bef288
TA
121 INIT_CALLS
122 }
e8222502 123
366234f6 124 .con_initcall.init : AT(ADDR(.con_initcall.init) - LOAD_OFFSET) {
62bef288 125 CON_INITCALL
e8222502
BH
126 }
127
128 SECURITY_INIT
129
130 . = ALIGN(8);
366234f6 131 __ftr_fixup : AT(ADDR(__ftr_fixup) - LOAD_OFFSET) {
cabb5587
SR
132 __start___ftr_fixup = .;
133 *(__ftr_fixup)
134 __stop___ftr_fixup = .;
135 }
2d1b2027 136 . = ALIGN(8);
7c03d653
BH
137 __mmu_ftr_fixup : AT(ADDR(__mmu_ftr_fixup) - LOAD_OFFSET) {
138 __start___mmu_ftr_fixup = .;
139 *(__mmu_ftr_fixup)
140 __stop___mmu_ftr_fixup = .;
141 }
142 . = ALIGN(8);
2d1b2027
KG
143 __lwsync_fixup : AT(ADDR(__lwsync_fixup) - LOAD_OFFSET) {
144 __start___lwsync_fixup = .;
145 *(__lwsync_fixup)
146 __stop___lwsync_fixup = .;
147 }
3f639ee8
SR
148#ifdef CONFIG_PPC64
149 . = ALIGN(8);
366234f6 150 __fw_ftr_fixup : AT(ADDR(__fw_ftr_fixup) - LOAD_OFFSET) {
3f639ee8
SR
151 __start___fw_ftr_fixup = .;
152 *(__fw_ftr_fixup)
153 __stop___fw_ftr_fixup = .;
154 }
155#endif
366234f6 156 .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
62bef288 157 INIT_RAM_FS
e8222502 158 }
62bef288 159
19390c4d 160 PERCPU(PAGE_SIZE)
14cf11af 161
e8222502 162 . = ALIGN(8);
366234f6 163 .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) {
e8222502
BH
164 __machine_desc_start = . ;
165 *(.machine.desc)
166 __machine_desc_end = . ;
167 }
2a4b9c5a 168#ifdef CONFIG_RELOCATABLE
549e8152
PM
169 . = ALIGN(8);
170 .dynsym : AT(ADDR(.dynsym) - LOAD_OFFSET) { *(.dynsym) }
171 .dynstr : AT(ADDR(.dynstr) - LOAD_OFFSET) { *(.dynstr) }
172 .dynamic : AT(ADDR(.dynamic) - LOAD_OFFSET)
173 {
174 __dynamic_start = .;
175 *(.dynamic)
176 }
177 .hash : AT(ADDR(.hash) - LOAD_OFFSET) { *(.hash) }
178 .interp : AT(ADDR(.interp) - LOAD_OFFSET) { *(.interp) }
179 .rela.dyn : AT(ADDR(.rela.dyn) - LOAD_OFFSET)
180 {
181 __rela_dyn_start = .;
182 *(.rela*)
183 }
2a4b9c5a 184#endif
e8222502
BH
185
186 /* freed after init ends here */
187 . = ALIGN(PAGE_SIZE);
188 __init_end = .;
189
190/*
191 * And now the various read/write data
192 */
193
194 . = ALIGN(PAGE_SIZE);
195 _sdata = .;
14cf11af 196
cabb5587 197#ifdef CONFIG_PPC32
366234f6 198 .data : AT(ADDR(.data) - LOAD_OFFSET) {
ca967258 199 DATA_DATA
e8222502
BH
200 *(.sdata)
201 *(.got.plt) *(.got)
202 }
cabb5587 203#else
366234f6 204 .data : AT(ADDR(.data) - LOAD_OFFSET) {
3ae0aa9f
MD
205 DATA_DATA
206 *(.data.rel*)
207 *(.toc1)
e8222502
BH
208 *(.branch_lt)
209 }
14cf11af 210
366234f6 211 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
e8222502
BH
212 *(.opd)
213 }
214
366234f6 215 .got : AT(ADDR(.got) - LOAD_OFFSET) {
e8222502
BH
216 __toc_start = .;
217 *(.got)
218 *(.toc)
219 }
cabb5587 220#endif
14cf11af 221
e8222502 222 /* The initial task and kernel stack */
366234f6 223 .data.init_task : AT(ADDR(.data.init_task) - LOAD_OFFSET) {
62bef288 224 INIT_TASK_DATA(THREAD_SIZE)
e8222502 225 }
14cf11af 226
366234f6 227 .data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET) {
62bef288 228 PAGE_ALIGNED_DATA(PAGE_SIZE)
e8222502 229 }
14cf11af 230
366234f6 231 .data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET) {
62bef288 232 CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES)
e8222502 233 }
14cf11af 234
366234f6 235 .data.read_mostly : AT(ADDR(.data.read_mostly) - LOAD_OFFSET) {
62bef288 236 READ_MOSTLY_DATA(L1_CACHE_BYTES)
bd67fcf9
TB
237 }
238
366234f6 239 .data_nosave : AT(ADDR(.data_nosave) - LOAD_OFFSET) {
62bef288 240 NOSAVE_DATA
e8222502 241 }
4a288563 242
903444e4
ME
243 . = ALIGN(PAGE_SIZE);
244 _edata = .;
245 PROVIDE32 (edata = .);
246
e8222502
BH
247/*
248 * And finally the bss
249 */
250
62bef288 251 BSS_SECTION(0, 0, 0)
14cf11af 252
e8222502
BH
253 . = ALIGN(PAGE_SIZE);
254 _end = . ;
255 PROVIDE32 (end = .);
023bf6f1
TH
256
257 /* Sections to be discarded. */
258 DISCARDS
14cf11af 259}