1 /* ld script to make m68k Linux kernel */
3 #include <asm-generic/vmlinux.lds.h>
5 #include <asm/thread_info.h>
7 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
10 jiffies = jiffies_64 + 4;
14 _text = .; /* Text and read-only data */
24 _etext = .; /* End of text section */
28 _sdata = .; /* Start of data section */
32 RW_DATA_SECTION(16, PAGE_SIZE, THREAD_SIZE)
36 _edata = .; /* End of data section */
38 /* will be freed after init */
39 . = ALIGN(PAGE_SIZE); /* Init code and data */
41 INIT_TEXT_SECTION(PAGE_SIZE) :data
50 /* This ALIGN be in a section so that _end is at the end of the
59 .comment 0 : { *(.comment) }
61 /* Sections to be discarded */