vmlinux.lds.S (f0718d792b8a6d4b5ddc929e418ac57cc4897375) vmlinux.lds.S (4119ba211bc4f1bf638f41e50b7a0f329f58aa16)
1/*
2 * arch/xtensa/kernel/vmlinux.lds.S
3 *
4 * Xtensa linker script
5 *
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
8 * for more details.

--- 117 unchanged lines hidden (view full) ---

126
127 RODATA
128
129 /* Relocation table */
130
131 .fixup : { *(.fixup) }
132
133 EXCEPTION_TABLE(16)
1/*
2 * arch/xtensa/kernel/vmlinux.lds.S
3 *
4 * Xtensa linker script
5 *
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
8 * for more details.

--- 117 unchanged lines hidden (view full) ---

126
127 RODATA
128
129 /* Relocation table */
130
131 .fixup : { *(.fixup) }
132
133 EXCEPTION_TABLE(16)
134 NOTES
134 /* Data section */
135
136 _sdata = .;
137 RW_DATA_SECTION(XCHAL_ICACHE_LINESIZE, PAGE_SIZE, THREAD_SIZE)
138 _edata = .;
139
140 /* Initialization code and data: */
141

--- 50 unchanged lines hidden (view full) ---

192#endif
193
194
195 __boot_reloc_table_end = ABSOLUTE(.) ;
196
197 INIT_SETUP(XCHAL_ICACHE_LINESIZE)
198 INIT_CALLS
199 CON_INITCALL
135 /* Data section */
136
137 _sdata = .;
138 RW_DATA_SECTION(XCHAL_ICACHE_LINESIZE, PAGE_SIZE, THREAD_SIZE)
139 _edata = .;
140
141 /* Initialization code and data: */
142

--- 50 unchanged lines hidden (view full) ---

193#endif
194
195
196 __boot_reloc_table_end = ABSOLUTE(.) ;
197
198 INIT_SETUP(XCHAL_ICACHE_LINESIZE)
199 INIT_CALLS
200 CON_INITCALL
201 SECURITY_INITCALL
200 INIT_RAM_FS
201 }
202
203 PERCPU_SECTION(XCHAL_ICACHE_LINESIZE)
204
205 /* We need this dummy segment here */
206
207 . = ALIGN(4);

--- 127 unchanged lines hidden ---
202 INIT_RAM_FS
203 }
204
205 PERCPU_SECTION(XCHAL_ICACHE_LINESIZE)
206
207 /* We need this dummy segment here */
208
209 . = ALIGN(4);

--- 127 unchanged lines hidden ---