aboutsummaryrefslogtreecommitdiff
path: root/setup/combine.ld
diff options
context:
space:
mode:
Diffstat (limited to 'setup/combine.ld')
-rw-r--r--setup/combine.ld5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup/combine.ld b/setup/combine.ld
new file mode 100644
index 0000000..29a70f0
--- /dev/null
+++ b/setup/combine.ld
@@ -0,0 +1,5 @@
+SECTIONS {
+ .text : {
+ *(.text)
+ }
+}