1 /* ld script to make m68k Linux kernel */
3 #include <asm-generic/vmlinux.lds.h>
6 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
9 jiffies = jiffies_64 + 4;
13 _text = .; /* Text and read-only data */
24 _etext = .; /* End of text section */
29 . = ALIGN(16); /* Exception table */
30 __start___ex_table = .;
32 __stop___ex_table = .;
34 /* End of data goes *here* so that freeing init code works properly. */
38 /* will be freed after init */
39 . = ALIGN(PAGE_SIZE); /* Init code and data */
46 .init.data : { INIT_DATA }
49 .init.setup : { *(.init.setup) }
56 __con_initcall_start = .;
57 .con_initcall.init : { *(.con_initcall.init) }
58 __con_initcall_end = .;
65 #ifdef CONFIG_BLK_DEV_INITRD
67 __initramfs_start = .;
68 .init.ramfs : { *(.init.ramfs) }
73 .data.init.task : { *(.data.init_task) }
76 .bss : { *(.bss) } /* BSS */
81 /* Stabs debugging sections. */
92 /* Sections to be discarded */