vmlinux.lds.S (1dcdd0911b5553f0282ce8525773955b59a56919) | vmlinux.lds.S (023bf6f1b8bf58dc4da7f0dc1cf4787b0d5297c1) |
---|---|
1/* 2 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 * Copyright (C) 2008-2009 PetaLogix 4 * Copyright (C) 2006 Atmark Techno, Inc. 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. --- 149 unchanged lines hidden (view full) --- 158 *(COMMON) 159 . = ALIGN (4) ; 160 __bss_stop = . ; 161 _ebss = . ; 162 } 163 . = ALIGN(4096); 164 _end = .; 165 | 1/* 2 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 * Copyright (C) 2008-2009 PetaLogix 4 * Copyright (C) 2006 Atmark Techno, Inc. 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. --- 149 unchanged lines hidden (view full) --- 158 *(COMMON) 159 . = ALIGN (4) ; 160 __bss_stop = . ; 161 _ebss = . ; 162 } 163 . = ALIGN(4096); 164 _end = .; 165 |
166 /DISCARD/ : { *(.discard) } | 166 DISCARDS |
167} | 167} |