We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa943a2 commit 8d18ef0Copy full SHA for 8d18ef0
arch/s390/kernel/vmlinux.lds.S
@@ -209,6 +209,11 @@ SECTIONS
209
. = ALIGN(PAGE_SIZE);
210
_end = . ;
211
212
+ /* Debugging sections. */
213
+ STABS_DEBUG
214
+ DWARF_DEBUG
215
+ ELF_DETAILS
216
+
217
/*
218
* uncompressed image info used by the decompressor
219
* it should match struct vmlinux_info
@@ -239,11 +244,6 @@ SECTIONS
239
244
#endif
240
245
} :NONE
241
246
242
- /* Debugging sections. */
243
- STABS_DEBUG
- DWARF_DEBUG
- ELF_DETAILS
-
247
248
* Make sure that the .got.plt is either completely empty or it
249
* contains only the three reserved double words.
0 commit comments