2005-04-17 00:20:36 +02:00
|
|
|
/* ld script to make UltraLinux kernel */
|
|
|
|
|
|
|
|
#include <asm-generic/vmlinux.lds.h>
|
|
|
|
|
|
|
|
OUTPUT_FORMAT("elf64-sparc", "elf64-sparc", "elf64-sparc")
|
|
|
|
OUTPUT_ARCH(sparc:v9a)
|
|
|
|
ENTRY(_start)
|
|
|
|
|
|
|
|
jiffies = jiffies_64;
|
|
|
|
SECTIONS
|
|
|
|
{
|
2005-09-26 01:46:57 +02:00
|
|
|
swapper_low_pmd_dir = 0x0000000000402000;
|
2005-04-17 00:20:36 +02:00
|
|
|
. = 0x4000;
|
|
|
|
.text 0x0000000000404000 :
|
|
|
|
{
|
2006-12-07 02:14:04 +01:00
|
|
|
_text = .;
|
2005-04-17 00:20:36 +02:00
|
|
|
*(.text)
|
|
|
|
SCHED_TEXT
|
|
|
|
LOCK_TEXT
|
2005-09-07 00:19:30 +02:00
|
|
|
KPROBES_TEXT
|
2005-04-17 00:20:36 +02:00
|
|
|
*(.gnu.warning)
|
|
|
|
} =0
|
|
|
|
_etext = .;
|
|
|
|
PROVIDE (etext = .);
|
|
|
|
|
|
|
|
RODATA
|
|
|
|
|
|
|
|
.data :
|
|
|
|
{
|
|
|
|
*(.data)
|
|
|
|
CONSTRUCTORS
|
|
|
|
}
|
|
|
|
.data1 : { *(.data1) }
|
|
|
|
. = ALIGN(64);
|
|
|
|
.data.cacheline_aligned : { *(.data.cacheline_aligned) }
|
2005-07-11 00:45:11 +02:00
|
|
|
. = ALIGN(64);
|
|
|
|
.data.read_mostly : { *(.data.read_mostly) }
|
2005-04-17 00:20:36 +02:00
|
|
|
_edata = .;
|
|
|
|
PROVIDE (edata = .);
|
|
|
|
.fixup : { *(.fixup) }
|
|
|
|
|
|
|
|
. = ALIGN(16);
|
|
|
|
__start___ex_table = .;
|
|
|
|
__ex_table : { *(__ex_table) }
|
|
|
|
__stop___ex_table = .;
|
|
|
|
|
|
|
|
. = ALIGN(8192);
|
|
|
|
__init_begin = .;
|
|
|
|
.init.text : {
|
|
|
|
_sinittext = .;
|
|
|
|
*(.init.text)
|
|
|
|
_einittext = .;
|
|
|
|
}
|
|
|
|
.init.data : { *(.init.data) }
|
|
|
|
. = ALIGN(16);
|
|
|
|
__setup_start = .;
|
|
|
|
.init.setup : { *(.init.setup) }
|
|
|
|
__setup_end = .;
|
|
|
|
__initcall_start = .;
|
|
|
|
.initcall.init : {
|
2006-10-27 20:41:44 +02:00
|
|
|
INITCALLS
|
2005-04-17 00:20:36 +02:00
|
|
|
}
|
|
|
|
__initcall_end = .;
|
|
|
|
__con_initcall_start = .;
|
|
|
|
.con_initcall.init : { *(.con_initcall.init) }
|
|
|
|
__con_initcall_end = .;
|
|
|
|
SECURITY_INIT
|
2006-02-02 00:55:21 +01:00
|
|
|
. = ALIGN(4);
|
2006-02-07 08:44:37 +01:00
|
|
|
__tsb_ldquad_phys_patch = .;
|
|
|
|
.tsb_ldquad_phys_patch : { *(.tsb_ldquad_phys_patch) }
|
|
|
|
__tsb_ldquad_phys_patch_end = .;
|
2006-02-02 00:55:21 +01:00
|
|
|
__tsb_phys_patch = .;
|
|
|
|
.tsb_phys_patch : { *(.tsb_phys_patch) }
|
|
|
|
__tsb_phys_patch_end = .;
|
2006-02-27 08:27:19 +01:00
|
|
|
__cpuid_patch = .;
|
|
|
|
.cpuid_patch : { *(.cpuid_patch) }
|
|
|
|
__cpuid_patch_end = .;
|
2006-02-07 09:00:16 +01:00
|
|
|
__sun4v_1insn_patch = .;
|
|
|
|
.sun4v_1insn_patch : { *(.sun4v_1insn_patch) }
|
|
|
|
__sun4v_1insn_patch_end = .;
|
|
|
|
__sun4v_2insn_patch = .;
|
|
|
|
.sun4v_2insn_patch : { *(.sun4v_2insn_patch) }
|
|
|
|
__sun4v_2insn_patch_end = .;
|
2007-02-10 10:44:44 +01:00
|
|
|
|
|
|
|
#ifdef CONFIG_BLK_DEV_INITRD
|
2005-04-17 00:20:36 +02:00
|
|
|
. = ALIGN(8192);
|
|
|
|
__initramfs_start = .;
|
|
|
|
.init.ramfs : { *(.init.ramfs) }
|
|
|
|
__initramfs_end = .;
|
2007-02-10 10:44:44 +01:00
|
|
|
#endif
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
. = ALIGN(8192);
|
|
|
|
__per_cpu_start = .;
|
|
|
|
.data.percpu : { *(.data.percpu) }
|
|
|
|
__per_cpu_end = .;
|
|
|
|
. = ALIGN(8192);
|
|
|
|
__init_end = .;
|
|
|
|
__bss_start = .;
|
|
|
|
.sbss : { *(.sbss) *(.scommon) }
|
|
|
|
.bss :
|
|
|
|
{
|
|
|
|
*(.dynbss)
|
|
|
|
*(.bss)
|
|
|
|
*(COMMON)
|
|
|
|
}
|
|
|
|
_end = . ;
|
|
|
|
PROVIDE (end = .);
|
|
|
|
/DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) }
|
2005-12-28 22:22:54 +01:00
|
|
|
|
|
|
|
STABS_DEBUG
|
|
|
|
|
|
|
|
DWARF_DEBUG
|
2005-04-17 00:20:36 +02:00
|
|
|
}
|