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
40 .eit_vector4 : { *(.eit_vector4) }
42 _etext = .; /* End of text section */
48 RW_DATA_SECTION(32, PAGE_SIZE, THREAD_SIZE)
49 _edata = .; /* End of data section */
51 /* will be freed after init */
52 . = ALIGN(PAGE_SIZE); /* Init code and data */
54 INIT_TEXT_SECTION(PAGE_SIZE)
59 /* freed after init ends here */
65 /* Stabs debugging sections. */
66 .stab 0 : { *(.stab) }
67 .stabstr 0 : { *(.stabstr) }
68 .stab.excl 0 : { *(.stab.excl) }
69 .stab.exclstr 0 : { *(.stab.exclstr) }
70 .stab.index 0 : { *(.stab.index) }
71 .stab.indexstr 0 : { *(.stab.indexstr) }
72 .comment 0 : { *(.comment) }
74 /* Sections to be discarded */