vmlinux.lds.S (5c34202b8bf942da411b6599668a76b07449bbfd) vmlinux.lds.S (7664709b44a13e2e0b545e2dd8e7b8797a1748dc)
1/* ld script to make ARM Linux kernel
2 * taken from the i386 version by Russell King
3 * Written by Martin Mares <mj@atrey.karlin.mff.cuni.cz>
4 */
5
6#include <asm-generic/vmlinux.lds.h>
7#include <asm/thread_info.h>
8#include <asm/memory.h>

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

85#endif
86 }
87
88 .text : { /* Real text segment */
89 _text = .; /* Text and read-only data */
90 __exception_text_start = .;
91 *(.exception.text)
92 __exception_text_end = .;
1/* ld script to make ARM Linux kernel
2 * taken from the i386 version by Russell King
3 * Written by Martin Mares <mj@atrey.karlin.mff.cuni.cz>
4 */
5
6#include <asm-generic/vmlinux.lds.h>
7#include <asm/thread_info.h>
8#include <asm/memory.h>

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

85#endif
86 }
87
88 .text : { /* Real text segment */
89 _text = .; /* Text and read-only data */
90 __exception_text_start = .;
91 *(.exception.text)
92 __exception_text_end = .;
93 *(.text)
93 TEXT_TEXT
94 SCHED_TEXT
95 LOCK_TEXT
96#ifdef CONFIG_MMU
97 *(.fixup)
98#endif
99 *(.gnu.warning)
100 *(.rodata)
101 *(.rodata.*)

--- 89 unchanged lines hidden ---
94 SCHED_TEXT
95 LOCK_TEXT
96#ifdef CONFIG_MMU
97 *(.fixup)
98#endif
99 *(.gnu.warning)
100 *(.rodata)
101 *(.rodata.*)

--- 89 unchanged lines hidden ---