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 */
25 _etext = .; /* End of text section */
29 _sdata = .; /* Start of data section */
33 RW_DATA_SECTION(16, PAGE_SIZE, THREAD_SIZE)
37 _edata = .; /* End of data section */
39 /* will be freed after init */
40 . = ALIGN(PAGE_SIZE); /* Init code and data */
42 INIT_TEXT_SECTION(PAGE_SIZE) :data
51 /* This ALIGN be in a section so that _end is at the end of the
60 .comment 0 : { *(.comment) }
62 /* Sections to be discarded */