1 /* SPDX-License-Identifier: GPL-2.0-only */ !! 1 /* ld script to make SparcLinux kernel */ 2 /* << 3 * Linker script for Hexagon kernel << 4 * << 5 * Copyright (c) 2010-2014, The Linux Foundati << 6 */ << 7 2 8 #include <asm-generic/vmlinux.lds.h> 3 #include <asm-generic/vmlinux.lds.h> 9 #include <asm/asm-offsets.h> /* Most of th << 10 #include <asm/mem-layout.h> /* except for << 11 #include <asm/cache.h> /* and now we << 12 #include <asm/thread_info.h> /* and we nee << 13 << 14 OUTPUT_ARCH(hexagon) << 15 ENTRY(stext) << 16 << 17 jiffies = jiffies_64; << 18 << 19 /* << 20 See asm-generic/vmlinux.lds.h for expansion of << 21 See asm-generic/sections.h for seemingly requi << 22 */ << 23 << 24 #define PAGE_SIZE _PAGE_SIZE << 25 4 >> 5 OUTPUT_FORMAT("elf32-sparc", "elf32-sparc", "elf32-sparc") >> 6 OUTPUT_ARCH(sparc) >> 7 ENTRY(_start) >> 8 jiffies = jiffies_64 + 4; 26 SECTIONS 9 SECTIONS 27 { 10 { 28 . = PAGE_OFFSET; !! 11 . = 0x10000 + SIZEOF_HEADERS; 29 !! 12 .text 0xf0004000 : 30 __init_begin = .; !! 13 { 31 HEAD_TEXT_SECTION !! 14 *(.text) 32 INIT_TEXT_SECTION(PAGE_SIZE) !! 15 *(.gnu.warning) 33 PERCPU_SECTION(L1_CACHE_BYTES) !! 16 } =0 34 __init_end = .; !! 17 _etext = .; 35 !! 18 PROVIDE (etext = .); 36 . = ALIGN(_PAGE_SIZE); !! 19 RODATA 37 _stext = .; !! 20 .data : 38 .text : AT(ADDR(.text)) { !! 21 { 39 _text = .; !! 22 *(.data) 40 TEXT_TEXT !! 23 CONSTRUCTORS 41 IRQENTRY_TEXT !! 24 } 42 SOFTIRQENTRY_TEXT !! 25 .data1 : { *(.data1) } 43 SCHED_TEXT !! 26 _edata = .; 44 LOCK_TEXT !! 27 PROVIDE (edata = .); 45 KPROBES_TEXT !! 28 __start___fixup = .; 46 *(.fixup) !! 29 .fixup : { *(.fixup) } 47 } !! 30 __stop___fixup = .; 48 _etext = .; !! 31 __start___ex_table = .; 49 !! 32 __ex_table : { *(__ex_table) } 50 INIT_DATA_SECTION(PAGE_SIZE) !! 33 __stop___ex_table = .; 51 !! 34 52 _sdata = .; !! 35 . = ALIGN(4096); 53 RW_DATA(32,PAGE_SIZE,_THREAD_S !! 36 __init_begin = .; 54 RO_DATA(PAGE_SIZE) !! 37 .init.text : { 55 _edata = .; !! 38 _sinittext = .; 56 !! 39 *(.init.text) 57 EXCEPTION_TABLE(16) !! 40 _einittext = .; 58 !! 41 } 59 BSS_SECTION(_PAGE_SIZE, _PAGE_SIZE, _P !! 42 __init_text_end = .; 60 !! 43 .init.data : { *(.init.data) } 61 _end = .; !! 44 . = ALIGN(16); 62 !! 45 __setup_start = .; 63 STABS_DEBUG !! 46 .init.setup : { *(.init.setup) } 64 DWARF_DEBUG !! 47 __setup_end = .; 65 ELF_DETAILS !! 48 __start___param = .; 66 .hexagon.attributes 0 : { *(.hexagon.a !! 49 __param : { *(__param) } 67 !! 50 __stop___param = .; 68 DISCARDS !! 51 __initcall_start = .; >> 52 .initcall.init : { >> 53 *(.initcall1.init) >> 54 *(.initcall2.init) >> 55 *(.initcall3.init) >> 56 *(.initcall4.init) >> 57 *(.initcall5.init) >> 58 *(.initcall6.init) >> 59 *(.initcall7.init) >> 60 } >> 61 __initcall_end = .; >> 62 __con_initcall_start = .; >> 63 .con_initcall.init : { *(.con_initcall.init) } >> 64 __con_initcall_end = .; >> 65 SECURITY_INIT >> 66 . = ALIGN(4096); >> 67 __initramfs_start = .; >> 68 .init.ramfs : { *(.init.ramfs) } >> 69 __initramfs_end = .; >> 70 . = ALIGN(32); >> 71 __per_cpu_start = .; >> 72 .data.percpu : { *(.data.percpu) } >> 73 __per_cpu_end = .; >> 74 . = ALIGN(4096); >> 75 __init_end = .; >> 76 . = ALIGN(32); >> 77 .data.cacheline_aligned : { *(.data.cacheline_aligned) } >> 78 >> 79 __bss_start = .; >> 80 .sbss : { *(.sbss) *(.scommon) } >> 81 .bss : >> 82 { >> 83 *(.dynbss) >> 84 *(.bss) >> 85 *(COMMON) >> 86 } >> 87 _end = . ; >> 88 PROVIDE (end = .); >> 89 /* Stabs debugging sections. */ >> 90 .stab 0 : { *(.stab) } >> 91 .stabstr 0 : { *(.stabstr) } >> 92 .stab.excl 0 : { *(.stab.excl) } >> 93 .stab.exclstr 0 : { *(.stab.exclstr) } >> 94 .stab.index 0 : { *(.stab.index) } >> 95 .stab.indexstr 0 : { *(.stab.indexstr) } >> 96 .comment 0 : { *(.comment) } >> 97 .debug 0 : { *(.debug) } >> 98 .debug_srcinfo 0 : { *(.debug_srcinfo) } >> 99 .debug_aranges 0 : { *(.debug_aranges) } >> 100 .debug_pubnames 0 : { *(.debug_pubnames) } >> 101 .debug_sfnames 0 : { *(.debug_sfnames) } >> 102 .line 0 : { *(.line) } >> 103 /DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) } 69 } 104 }
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.