vmlinux.lds.S (405d967dc70002991f8fc35c20e0d3cbc7614f63) | vmlinux.lds.S (023bf6f1b8bf58dc4da7f0dc1cf4787b0d5297c1) |
---|---|
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> --- 223 unchanged lines hidden (view full) --- 232#endif 233 234 PERCPU(PAGE_SIZE) 235 . = ALIGN(PAGE_SIZE); 236 __init_end = .; 237 /* freed after init ends here */ 238 _end = . ; 239 | 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> --- 223 unchanged lines hidden (view full) --- 232#endif 233 234 PERCPU(PAGE_SIZE) 235 . = ALIGN(PAGE_SIZE); 236 __init_end = .; 237 /* freed after init ends here */ 238 _end = . ; 239 |
240 STABS_DEBUG 241 .note 0 : { *(.note) } 242 |
|
240 /* Sections to be discarded */ | 243 /* Sections to be discarded */ |
244 DISCARDS |
|
241 /DISCARD/ : { | 245 /DISCARD/ : { |
242 *(.exitcall.exit) 243 *(.discard) | |
244#ifdef CONFIG_64BIT 245 /* temporary hack until binutils is fixed to not emit these 246 * for static binaries 247 */ 248 *(.interp) 249 *(.dynsym) 250 *(.dynstr) 251 *(.dynamic) 252 *(.hash) 253 *(.gnu.hash) 254#endif 255 } | 246#ifdef CONFIG_64BIT 247 /* temporary hack until binutils is fixed to not emit these 248 * for static binaries 249 */ 250 *(.interp) 251 *(.dynsym) 252 *(.dynstr) 253 *(.dynamic) 254 *(.hash) 255 *(.gnu.hash) 256#endif 257 } |
256 257 STABS_DEBUG 258 .note 0 : { *(.note) } | |
259} | 258} |