aboutsummaryrefslogtreecommitdiff
path: root/apps/link.ld
diff options
context:
space:
mode:
Diffstat (limited to 'apps/link.ld')
-rw-r--r--apps/link.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/link.ld b/apps/link.ld
index d977c19..84b2e2f 100644
--- a/apps/link.ld
+++ b/apps/link.ld
@@ -7,7 +7,8 @@ SECTIONS
. = 0x00000000;
.text : {
- *(.text)
+ *(.text.main)
+ *(.text*)
}
.rodata : {