diff options
Diffstat (limited to 'arch/m68knommu/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/m68knommu/kernel/vmlinux.lds.S | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S index b7fe505e358d..2736a5e309c0 100644 --- a/arch/m68knommu/kernel/vmlinux.lds.S +++ b/arch/m68knommu/kernel/vmlinux.lds.S | |||
@@ -184,12 +184,6 @@ SECTIONS { | |||
184 | __init_end = .; | 184 | __init_end = .; |
185 | } > INIT | 185 | } > INIT |
186 | 186 | ||
187 | /DISCARD/ : { | ||
188 | EXIT_TEXT | ||
189 | EXIT_DATA | ||
190 | *(.exitcall.exit) | ||
191 | } | ||
192 | |||
193 | .bss : { | 187 | .bss : { |
194 | . = ALIGN(4); | 188 | . = ALIGN(4); |
195 | _sbss = . ; | 189 | _sbss = . ; |
@@ -200,5 +194,6 @@ SECTIONS { | |||
200 | _end = . ; | 194 | _end = . ; |
201 | } > BSS | 195 | } > BSS |
202 | 196 | ||
197 | DISCARDS | ||
203 | } | 198 | } |
204 | 199 | ||