vmlinux.lds.S (5c34202b8bf942da411b6599668a76b07449bbfd) | vmlinux.lds.S (7664709b44a13e2e0b545e2dd8e7b8797a1748dc) |
---|---|
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. --- 70 unchanged lines hidden (view full) --- 79 _text = .; 80 _stext = .; 81 _ftext = .; 82 83 .text : 84 { 85 /* The .head.text section must be the first section! */ 86 *(.head.text) | 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. --- 70 unchanged lines hidden (view full) --- 79 _text = .; 80 _stext = .; 81 _ftext = .; 82 83 .text : 84 { 85 /* The .head.text section must be the first section! */ 86 *(.head.text) |
87 *(.literal .text) | 87 *(.literal) 88 TEXT_TEXT |
88 *(.srom.text) 89 VMLINUX_SYMBOL(__sched_text_start) = .; 90 *(.sched.literal .sched.text) 91 VMLINUX_SYMBOL(__sched_text_end) = .; 92 VMLINUX_SYMBOL(__lock_text_start) = .; 93 *(.spinlock.literal .spinlock.text) 94 VMLINUX_SYMBOL(__lock_text_end) = .; 95 --- 239 unchanged lines hidden --- | 89 *(.srom.text) 90 VMLINUX_SYMBOL(__sched_text_start) = .; 91 *(.sched.literal .sched.text) 92 VMLINUX_SYMBOL(__sched_text_end) = .; 93 VMLINUX_SYMBOL(__lock_text_start) = .; 94 *(.spinlock.literal .spinlock.text) 95 VMLINUX_SYMBOL(__lock_text_end) = .; 96 --- 239 unchanged lines hidden --- |