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 */
26 _etext = .; /* End of text section */
28 EXCEPTION_TABLE(16) :data
29 _sdata = .; /* Start of rw data section */
30 RW_DATA_SECTION(16, PAGE_SIZE, THREAD_SIZE) :data
31 /* End of data goes *here* so that freeing init code works properly. */
35 /* will be freed after init */
36 . = ALIGN(PAGE_SIZE); /* Init code and data */
38 INIT_TEXT_SECTION(PAGE_SIZE)
54 /* Sections to be discarded */