1 #include <asm-generic/vmlinux.lds.h>
3 OUTPUT_FORMAT(ELF_FORMAT)
10 . = START + SIZEOF_HEADERS;
15 __start_thread_private = .;
18 arch/um/kernel/tt/unmap_fin.o (.data)
19 __end_thread_private = .;
22 .remap : { arch/um/kernel/tt/unmap_fin.o (.text) }
25 . = ALIGN(4096); /* Init code and data */
38 /* .gnu.warning sections are handled specially by elf32.em. */
43 #include "asm/common.lds.S"
45 init.data : { *(init.data) }
48 . = ALIGN(KERNEL_STACK_SIZE); /* init_task */
54 .data1 : { *(.data1) }
64 .got : { *(.got.plt) *(.got) }
65 .dynamic : { *(.dynamic) }
66 /* We want the small data sections together, so single-instruction offsets
67 can access them all, and initialized data all before uninitialized, so
68 we can shorten the on-disk segment size. */
69 .sdata : { *(.sdata) }
76 PROVIDE(_bss_start = .);
88 /* Stabs debugging sections. */
89 .stab 0 : { *(.stab) }
90 .stabstr 0 : { *(.stabstr) }
91 .stab.excl 0 : { *(.stab.excl) }
92 .stab.exclstr 0 : { *(.stab.exclstr) }
93 .stab.index 0 : { *(.stab.index) }
94 .stab.indexstr 0 : { *(.stab.indexstr) }
95 .comment 0 : { *(.comment) }