vmlinux.lds.S (5c34202b8bf942da411b6599668a76b07449bbfd) | vmlinux.lds.S (7664709b44a13e2e0b545e2dd8e7b8797a1748dc) |
---|---|
1/* Kernel link layout for various "sections" 2 * 3 * Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org> 4 * Copyright (C) 2000-2003 Paul Bame <bame at parisc-linux.org> 5 * Copyright (C) 2000 John Marvin <jsm at parisc-linux.org> 6 * Copyright (C) 2000 Michael Ang <mang with subcarrier.org> 7 * Copyright (C) 2002 Randolph Chung <tausq with parisc-linux.org> 8 * Copyright (C) 2003 James Bottomley <jejb with parisc-linux.org> --- 37 unchanged lines hidden (view full) --- 46#endif 47SECTIONS 48{ 49 50 . = KERNEL_BINARY_TEXT_START; 51 52 _text = .; /* Text and read-only data */ 53 .text ALIGN(16) : { | 1/* Kernel link layout for various "sections" 2 * 3 * Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org> 4 * Copyright (C) 2000-2003 Paul Bame <bame at parisc-linux.org> 5 * Copyright (C) 2000 John Marvin <jsm at parisc-linux.org> 6 * Copyright (C) 2000 Michael Ang <mang with subcarrier.org> 7 * Copyright (C) 2002 Randolph Chung <tausq with parisc-linux.org> 8 * Copyright (C) 2003 James Bottomley <jejb with parisc-linux.org> --- 37 unchanged lines hidden (view full) --- 46#endif 47SECTIONS 48{ 49 50 . = KERNEL_BINARY_TEXT_START; 51 52 _text = .; /* Text and read-only data */ 53 .text ALIGN(16) : { |
54 *(.text) | 54 TEXT_TEXT |
55 SCHED_TEXT 56 LOCK_TEXT 57 *(.text.do_softirq) 58 *(.text.sys_exit) 59 *(.text.do_sigaltstack) 60 *(.text.do_fork) 61 *(.text.*) 62 *(.fixup) --- 150 unchanged lines hidden --- | 55 SCHED_TEXT 56 LOCK_TEXT 57 *(.text.do_softirq) 58 *(.text.sys_exit) 59 *(.text.do_sigaltstack) 60 *(.text.do_fork) 61 *(.text.*) 62 *(.fixup) --- 150 unchanged lines hidden --- |