1 /* ld script to make m68k Linux kernel */
3 #include <asm-generic/vmlinux.lds.h>
5 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
8 jiffies = jiffies_64 + 4;
12 _text = .; /* Text and read-only data */
22 _etext = .; /* End of text section */
27 . = ALIGN(16); /* Exception table */
28 __start___ex_table = .;
30 __stop___ex_table = .;
32 /* End of data goes *here* so that freeing init code works properly. */
35 /* will be freed after init */
36 . = ALIGN(8192); /* Init code and data */
43 .init.data : { *(.init.data) }
46 .init.setup : { *(.init.setup) }
59 __con_initcall_start = .;
60 .con_initcall.init : { *(.con_initcall.init) }
61 __con_initcall_end = .;
64 __initramfs_start = .;
65 .init.ramfs : { *(.init.ramfs) }
69 .init.task : { *(init_task) }
72 .bss : { *(.bss) } /* BSS */
76 /* Sections to be discarded */
84 /* Stabs debugging sections. */