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 */
27 EXCEPTION_TABLE(16) :data
28 RW_DATA_SECTION(16, PAGE_SIZE, THREAD_SIZE) :data
29 /* End of data goes *here* so that freeing init code works properly. */
33 /* will be freed after init */
34 . = ALIGN(PAGE_SIZE); /* Init code and data */
36 INIT_TEXT_SECTION(PAGE_SIZE)
52 /* Sections to be discarded */