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 */
23 _etext = .; /* End of text section */
28 . = ALIGN(16); /* Exception table */
29 __start___ex_table = .;
31 __stop___ex_table = .;
33 /* End of data goes *here* so that freeing init code works properly. */
36 /* will be freed after init */
37 . = ALIGN(8192); /* Init code and data */
44 .init.data : { *(.init.data) }
47 .init.setup : { *(.init.setup) }
54 __con_initcall_start = .;
55 .con_initcall.init : { *(.con_initcall.init) }
56 __con_initcall_end = .;
63 #ifdef CONFIG_BLK_DEV_INITRD
65 __initramfs_start = .;
66 .init.ramfs : { *(.init.ramfs) }
71 .data.init.task : { *(.data.init_task) }
74 .bss : { *(.bss) } /* BSS */
78 /* Sections to be discarded */
86 /* Stabs debugging sections. */