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