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)
53 .text2 : AT(ADDR(.text2) - LOAD_OFFSET)
56 .text.lock : AT(ADDR(.text.lock) - LOAD_OFFSET)
65 __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET)
67 __start___ex_table = .;
69 __stop___ex_table = .;
72 .data.patch.vtop : AT(ADDR(.data.patch.vtop) - LOAD_OFFSET)
74 __start___vtop_patchlist = .;
76 __end___vtop_patchlist = .;
79 .data.patch.mckinley_e9 : AT(ADDR(.data.patch.mckinley_e9) - LOAD_OFFSET)
81 __start___mckinley_e9_bundles = .;
82 *(.data.patch.mckinley_e9)
83 __end___mckinley_e9_bundles = .;
89 #if defined(CONFIG_IA64_GENERIC)
92 .machvec : AT(ADDR(.machvec) - LOAD_OFFSET)
100 /* Unwind info & table: */
102 .IA_64.unwind_info : AT(ADDR(.IA_64.unwind_info) - LOAD_OFFSET)
103 { *(.IA_64.unwind_info*) }
104 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET)
113 .opd : AT(ADDR(.opd) - LOAD_OFFSET)
116 /* Initialization code and data: */
118 . = ALIGN(PAGE_SIZE);
120 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET)
127 .init.data : AT(ADDR(.init.data) - LOAD_OFFSET)
130 .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET)
132 __initramfs_start = .;
138 .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET)
144 .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET)
146 __initcall_start = .;
156 __con_initcall_start = .;
157 .con_initcall.init : AT(ADDR(.con_initcall.init) - LOAD_OFFSET)
158 { *(.con_initcall.init) }
159 __con_initcall_end = .;
160 __security_initcall_start = .;
161 .security_initcall.init : AT(ADDR(.security_initcall.init) - LOAD_OFFSET)
162 { *(.security_initcall.init) }
163 __security_initcall_end = .;
164 . = ALIGN(PAGE_SIZE);
167 /* The initial task and kernel stack */
168 .data.init_task : AT(ADDR(.data.init_task) - LOAD_OFFSET)
169 { *(.data.init_task) }
171 .data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET)
172 { *(__special_page_section)
173 __start_gate_section = .;
175 __stop_gate_section = .;
177 . = ALIGN(PAGE_SIZE); /* make sure the gate page doesn't expose kernel data */
179 .data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET)
180 { *(.data.cacheline_aligned) }
184 . = ALIGN(PERCPU_PAGE_SIZE);
185 __phys_per_cpu_start = .;
186 .data.percpu PERCPU_ADDR : AT(__phys_per_cpu_start - LOAD_OFFSET)
192 . = __phys_per_cpu_start + PERCPU_PAGE_SIZE; /* ensure percpu data fits into percpu page size */
195 .data : AT(ADDR(.data) - LOAD_OFFSET)
196 { *(.data) *(.data1) *(.gnu.linkonce.d*) CONSTRUCTORS }
198 . = ALIGN(16); /* gp must be 16-byte aligned for exc. table */
199 .got : AT(ADDR(.got) - LOAD_OFFSET)
200 { *(.got.plt) *(.got) }
201 __gp = ADDR(.got) + 0x200000;
202 /* We want the small data sections together, so single-instruction offsets
203 can access them all, and initialized data all before uninitialized, so
204 we can shorten the on-disk segment size. */
205 .sdata : AT(ADDR(.sdata) - LOAD_OFFSET)
206 { *(.sdata) *(.sdata1) *(.srdata) }
209 .sbss : AT(ADDR(.sbss) - LOAD_OFFSET)
210 { *(.sbss) *(.scommon) }
211 .bss : AT(ADDR(.bss) - LOAD_OFFSET)
212 { *(.bss) *(COMMON) }
217 /* Stabs debugging sections. */
218 .stab 0 : { *(.stab) }
219 .stabstr 0 : { *(.stabstr) }
220 .stab.excl 0 : { *(.stab.excl) }
221 .stab.exclstr 0 : { *(.stab.exclstr) }
222 .stab.index 0 : { *(.stab.index) }
223 .stab.indexstr 0 : { *(.stab.indexstr) }
224 /* DWARF debug sections.
225 Symbols in the DWARF debugging sections are relative to the beginning
226 of the section so we begin them at 0. */
228 .debug 0 : { *(.debug) }
229 .line 0 : { *(.line) }
230 /* GNU DWARF 1 extensions */
231 .debug_srcinfo 0 : { *(.debug_srcinfo) }
232 .debug_sfnames 0 : { *(.debug_sfnames) }
233 /* DWARF 1.1 and DWARF 2 */
234 .debug_aranges 0 : { *(.debug_aranges) }
235 .debug_pubnames 0 : { *(.debug_pubnames) }
237 .debug_info 0 : { *(.debug_info) }
238 .debug_abbrev 0 : { *(.debug_abbrev) }
239 .debug_line 0 : { *(.debug_line) }
240 .debug_frame 0 : { *(.debug_frame) }
241 .debug_str 0 : { *(.debug_str) }
242 .debug_loc 0 : { *(.debug_loc) }
243 .debug_macinfo 0 : { *(.debug_macinfo) }
244 /* SGI/MIPS DWARF 2 extensions */
245 .debug_weaknames 0 : { *(.debug_weaknames) }
246 .debug_funcnames 0 : { *(.debug_funcnames) }
247 .debug_typenames 0 : { *(.debug_typenames) }
248 .debug_varnames 0 : { *(.debug_varnames) }
249 /* These must appear regardless of . */
250 /* Discard them for now since Intel SoftSDV cannot handle them.
251 .comment 0 : { *(.comment) }
252 .note 0 : { *(.note) }
254 /DISCARD/ : { *(.comment) }
255 /DISCARD/ : { *(.note) }