vmlinux.lds.S (405d967dc70002991f8fc35c20e0d3cbc7614f63) vmlinux.lds.S (023bf6f1b8bf58dc4da7f0dc1cf4787b0d5297c1)
1/* ld script for sparc32/sparc64 kernel */
2
3#include <asm-generic/vmlinux.lds.h>
4
5#include <asm/page.h>
6#include <asm/thread_info.h>
7
8#ifdef CONFIG_SPARC32

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

166 }
167 .bss : {
168 *(.dynbss)
169 *(.bss)
170 *(COMMON)
171 }
172 _end = . ;
173
1/* ld script for sparc32/sparc64 kernel */
2
3#include <asm-generic/vmlinux.lds.h>
4
5#include <asm/page.h>
6#include <asm/thread_info.h>
7
8#ifdef CONFIG_SPARC32

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

166 }
167 .bss : {
168 *(.dynbss)
169 *(.bss)
170 *(COMMON)
171 }
172 _end = . ;
173
174 /DISCARD/ : {
175 EXIT_TEXT
176 EXIT_DATA
177 *(.exitcall.exit)
178 *(.discard)
179 }
180
181 STABS_DEBUG
182 DWARF_DEBUG
174 STABS_DEBUG
175 DWARF_DEBUG
176
177 DISCARDS
183}
178}