vmlinux.lds.S (e9011d086674caeedb0ffb6eb5b8bc5920821df3) vmlinux.lds.S (3cfc096e4c4fbc234634cf8a30d40348a25fc9ba)
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.

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

264 .KernelExceptionVector.text)
265 SECTION_VECTOR (_UserExceptionVector_text,
266 .UserExceptionVector.text,
267 USER_VECTOR_VADDR,
268 4,
269 .UserExceptionVector.literal)
270 SECTION_VECTOR (_DoubleExceptionVector_literal,
271 .DoubleExceptionVector.literal,
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.

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

264 .KernelExceptionVector.text)
265 SECTION_VECTOR (_UserExceptionVector_text,
266 .UserExceptionVector.text,
267 USER_VECTOR_VADDR,
268 4,
269 .UserExceptionVector.literal)
270 SECTION_VECTOR (_DoubleExceptionVector_literal,
271 .DoubleExceptionVector.literal,
272 DOUBLEEXC_VECTOR_VADDR - 40,
272 DOUBLEEXC_VECTOR_VADDR - 48,
273 SIZEOF(.UserExceptionVector.text),
274 .UserExceptionVector.text)
275 SECTION_VECTOR (_DoubleExceptionVector_text,
276 .DoubleExceptionVector.text,
277 DOUBLEEXC_VECTOR_VADDR,
273 SIZEOF(.UserExceptionVector.text),
274 .UserExceptionVector.text)
275 SECTION_VECTOR (_DoubleExceptionVector_text,
276 .DoubleExceptionVector.text,
277 DOUBLEEXC_VECTOR_VADDR,
278 40,
278 48,
279 .DoubleExceptionVector.literal)
280
281 . = (LOADADDR( .DoubleExceptionVector.text ) + SIZEOF( .DoubleExceptionVector.text ) + 3) & ~ 3;
282
283#if defined(CONFIG_SMP)
284
285 SECTION_VECTOR (_SecondaryResetVector_literal,
286 .SecondaryResetVector.literal,

--- 84 unchanged lines hidden ---
279 .DoubleExceptionVector.literal)
280
281 . = (LOADADDR( .DoubleExceptionVector.text ) + SIZEOF( .DoubleExceptionVector.text ) + 3) & ~ 3;
282
283#if defined(CONFIG_SMP)
284
285 SECTION_VECTOR (_SecondaryResetVector_literal,
286 .SecondaryResetVector.literal,

--- 84 unchanged lines hidden ---