summaryrefslogtreecommitdiffstats
path: root/scripts/tomthumbtg/sections.lds
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tomthumbtg/sections.lds')
-rw-r--r--scripts/tomthumbtg/sections.lds7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tomthumbtg/sections.lds b/scripts/tomthumbtg/sections.lds
new file mode 100644
index 0000000..8962f5c
--- /dev/null
+++ b/scripts/tomthumbtg/sections.lds
@@ -0,0 +1,7 @@
+SECTIONS {
+ .memory : {
+ . = 0;
+ *(.text);
+ *(*);
+ }
+}