summaryrefslogtreecommitdiff
path: root/src/user/bootstrap/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/bootstrap/linker.ld')
-rw-r--r--src/user/bootstrap/linker.ld6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/user/bootstrap/linker.ld b/src/user/bootstrap/linker.ld
index 34d8101..5d8abe7 100644
--- a/src/user/bootstrap/linker.ld
+++ b/src/user/bootstrap/linker.ld
@@ -26,11 +26,7 @@ SECTIONS
}
.data BLOCK(4K) : ALIGN(4K)
{
- *(.data)
+ *(.data*)
}
_initrd = .; /* is just appended onto the end of the binary */
-
- /DISCARD/ : {
- *(*.rel.*)
- }
}