1 #include <linux/config.h>
4 #include <asm/ptrace.h>
5 #include <asm/system.h>
6 #include <asm/pgtable.h>
8 #define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE)
9 #include <asm-generic/vmlinux.lds.h>
12 VMLINUX_SYMBOL(__start_ivt_text) = .; \
14 VMLINUX_SYMBOL(__end_ivt_text) = .;
16 OUTPUT_FORMAT("elf64-ia64-little")
27 /* Sections to be discarded */
32 *(.IA_64.unwind.exit.text)
33 *(.IA_64.unwind_info.exit.text)
36 v = PAGE_OFFSET; /* this symbol is here to make debugging easier... */
37 phys_start = _start - LOAD_OFFSET;
45 .text : AT(ADDR(.text) - LOAD_OFFSET)
54 .text2 : AT(ADDR(.text2) - LOAD_OFFSET)
57 .text.lock : AT(ADDR(.text.lock) - LOAD_OFFSET)
66 __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET)
68 __start___ex_table = .;
70 __stop___ex_table = .;
73 .data.patch.vtop : AT(ADDR(.data.patch.vtop) - LOAD_OFFSET)
75 __start___vtop_patchlist = .;
77 __end___vtop_patchlist = .;
80 .data.patch.mckinley_e9 : AT(ADDR(.data.patch.mckinley_e9) - LOAD_OFFSET)
82 __start___mckinley_e9_bundles = .;
83 *(.data.patch.mckinley_e9)
84 __end___mckinley_e9_bundles = .;
90 #if defined(CONFIG_IA64_GENERIC)
93 .machvec : AT(ADDR(.machvec) - LOAD_OFFSET)
101 /* Unwind info & table: */
103 .IA_64.unwind_info : AT(ADDR(.IA_64.unwind_info) - LOAD_OFFSET)
104 { *(.IA_64.unwind_info*) }
105 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET)
114 .opd : AT(ADDR(.opd) - LOAD_OFFSET)
117 /* Initialization code and data: */
119 . = ALIGN(PAGE_SIZE);
121 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET)
128 .init.data : AT(ADDR(.init.data) - LOAD_OFFSET)
131 .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET)
133 __initramfs_start = .;
139 .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET)
145 .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET)
147 __initcall_start = .;
157 __con_initcall_start = .;
158 .con_initcall.init : AT(ADDR(.con_initcall.init) - LOAD_OFFSET)
159 { *(.con_initcall.init) }
160 __con_initcall_end = .;
161 __security_initcall_start = .;
162 .security_initcall.init : AT(ADDR(.security_initcall.init) - LOAD_OFFSET)
163 { *(.security_initcall.init) }
164 __security_initcall_end = .;
165 . = ALIGN(PAGE_SIZE);
168 /* The initial task and kernel stack */
169 .data.init_task : AT(ADDR(.data.init_task) - LOAD_OFFSET)
170 { *(.data.init_task) }
172 .data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET)
173 { *(__special_page_section)
174 __start_gate_section = .;
176 __stop_gate_section = .;
178 . = ALIGN(PAGE_SIZE); /* make sure the gate page doesn't expose kernel data */
180 .data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET)
181 { *(.data.cacheline_aligned) }
185 . = ALIGN(PERCPU_PAGE_SIZE);
186 __phys_per_cpu_start = .;
187 .data.percpu PERCPU_ADDR : AT(__phys_per_cpu_start - LOAD_OFFSET)
193 . = __phys_per_cpu_start + PERCPU_PAGE_SIZE; /* ensure percpu data fits into percpu page size */
196 .data : AT(ADDR(.data) - LOAD_OFFSET)
197 { *(.data) *(.data1) *(.gnu.linkonce.d*) CONSTRUCTORS }
199 . = ALIGN(16); /* gp must be 16-byte aligned for exc. table */
200 .got : AT(ADDR(.got) - LOAD_OFFSET)
201 { *(.got.plt) *(.got) }
202 __gp = ADDR(.got) + 0x200000;
203 /* We want the small data sections together, so single-instruction offsets
204 can access them all, and initialized data all before uninitialized, so
205 we can shorten the on-disk segment size. */
206 .sdata : AT(ADDR(.sdata) - LOAD_OFFSET)
207 { *(.sdata) *(.sdata1) *(.srdata) }
210 .sbss : AT(ADDR(.sbss) - LOAD_OFFSET)
211 { *(.sbss) *(.scommon) }
212 .bss : AT(ADDR(.bss) - LOAD_OFFSET)
213 { *(.bss) *(COMMON) }
218 /* Stabs debugging sections. */
219 .stab 0 : { *(.stab) }
220 .stabstr 0 : { *(.stabstr) }
221 .stab.excl 0 : { *(.stab.excl) }
222 .stab.exclstr 0 : { *(.stab.exclstr) }
223 .stab.index 0 : { *(.stab.index) }
224 .stab.indexstr 0 : { *(.stab.indexstr) }
225 /* DWARF debug sections.
226 Symbols in the DWARF debugging sections are relative to the beginning
227 of the section so we begin them at 0. */
229 .debug 0 : { *(.debug) }
230 .line 0 : { *(.line) }
231 /* GNU DWARF 1 extensions */
232 .debug_srcinfo 0 : { *(.debug_srcinfo) }
233 .debug_sfnames 0 : { *(.debug_sfnames) }
234 /* DWARF 1.1 and DWARF 2 */
235 .debug_aranges 0 : { *(.debug_aranges) }
236 .debug_pubnames 0 : { *(.debug_pubnames) }
238 .debug_info 0 : { *(.debug_info) }
239 .debug_abbrev 0 : { *(.debug_abbrev) }
240 .debug_line 0 : { *(.debug_line) }
241 .debug_frame 0 : { *(.debug_frame) }
242 .debug_str 0 : { *(.debug_str) }
243 .debug_loc 0 : { *(.debug_loc) }
244 .debug_macinfo 0 : { *(.debug_macinfo) }
245 /* SGI/MIPS DWARF 2 extensions */
246 .debug_weaknames 0 : { *(.debug_weaknames) }
247 .debug_funcnames 0 : { *(.debug_funcnames) }
248 .debug_typenames 0 : { *(.debug_typenames) }
249 .debug_varnames 0 : { *(.debug_varnames) }
250 /* These must appear regardless of . */
251 /* Discard them for now since Intel SoftSDV cannot handle them.
252 .comment 0 : { *(.comment) }
253 .note 0 : { *(.note) }
255 /DISCARD/ : { *(.comment) }
256 /DISCARD/ : { *(.note) }