diff options
Diffstat (limited to 'arch/s390/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/s390/kernel/vmlinux.lds.S | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/s390/kernel/vmlinux.lds.S b/arch/s390/kernel/vmlinux.lds.S index 98867dfea469..82415c75b996 100644 --- a/arch/s390/kernel/vmlinux.lds.S +++ b/arch/s390/kernel/vmlinux.lds.S | |||
@@ -157,14 +157,10 @@ SECTIONS | |||
157 | 157 | ||
158 | _end = . ; | 158 | _end = . ; |
159 | 159 | ||
160 | /* Sections to be discarded */ | ||
161 | /DISCARD/ : { | ||
162 | EXIT_DATA | ||
163 | *(.exitcall.exit) | ||
164 | *(.discard) | ||
165 | } | ||
166 | |||
167 | /* Debugging sections. */ | 160 | /* Debugging sections. */ |
168 | STABS_DEBUG | 161 | STABS_DEBUG |
169 | DWARF_DEBUG | 162 | DWARF_DEBUG |
163 | |||
164 | /* Sections to be discarded */ | ||
165 | DISCARDS | ||
170 | } | 166 | } |