1 /* ld script to make M32R Linux kernel
4 #include <asm-generic/vmlinux.lds.h>
5 #include <asm/addrspace.h>
7 #include <asm/thread_info.h>
10 #if defined(__LITTLE_ENDIAN__)
13 jiffies = jiffies_64 + 4;
16 kernel_entry = boot - 0x80000000;
21 . = CONFIG_MEMORY_START + __PAGE_OFFSET;
25 .empty_zero_page : { *(.empty_zero_page) } = 0
28 _text = .; /* Text and read-only data */
29 .boot : { *(.boot) } = 0
41 .eit_vector4 : { *(.eit_vector4) }
43 _etext = .; /* End of text section */
48 _sdata = .; /* Start of data section */
50 RW_DATA_SECTION(32, PAGE_SIZE, THREAD_SIZE)
51 _edata = .; /* End of data section */
53 /* will be freed after init */
54 . = ALIGN(PAGE_SIZE); /* Init code and data */
56 INIT_TEXT_SECTION(PAGE_SIZE)
61 /* freed after init ends here */
67 /* Stabs debugging sections. */
68 .stab 0 : { *(.stab) }
69 .stabstr 0 : { *(.stabstr) }
70 .stab.excl 0 : { *(.stab.excl) }
71 .stab.exclstr 0 : { *(.stab.exclstr) }
72 .stab.index 0 : { *(.stab.index) }
73 .stab.indexstr 0 : { *(.stab.indexstr) }
74 .comment 0 : { *(.comment) }
76 /* Sections to be discarded */