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