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. */
37 /* will be freed after init */
38 . = ALIGN(PAGE_SIZE); /* Init code and data */
45 .init.data : { INIT_DATA }
48 .init.setup : { *(.init.setup) }
55 __con_initcall_start = .;
56 .con_initcall.init : { *(.con_initcall.init) }
57 __con_initcall_end = .;
64 #ifdef CONFIG_BLK_DEV_INITRD
66 __initramfs_start = .;
67 .init.ramfs : { *(.init.ramfs) }
72 .data.init.task : { *(.data.init_task) }
75 .bss : { *(.bss) } /* BSS */
79 /* Sections to be discarded */
87 /* Stabs debugging sections. */