summaryrefslogtreecommitdiffstats
path: root/memtest_efi_modified.lds
diff options
context:
space:
mode:
Diffstat (limited to 'memtest_efi_modified.lds')
-rw-r--r--memtest_efi_modified.lds7
1 files changed, 3 insertions, 4 deletions
diff --git a/memtest_efi_modified.lds b/memtest_efi_modified.lds
index 90e7f76..179fe93 100644
--- a/memtest_efi_modified.lds
+++ b/memtest_efi_modified.lds
@@ -17,10 +17,9 @@ SECTIONS {
. = ALIGN(512);
_text_end = . ;
}
-
- /*
- /DISCARD/ : { *(*) }
- */
+ .debug : {
+ *(.debug*)
+ }
_text_size = (_text_end - _text_start);