summaryrefslogtreecommitdiff
path: root/ld_script.sed
diff options
context:
space:
mode:
Diffstat (limited to 'ld_script.sed')
-rw-r--r--ld_script.sed14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld_script.sed b/ld_script.sed
new file mode 100644
index 000000000..b91542b6f
--- /dev/null
+++ b/ld_script.sed
@@ -0,0 +1,14 @@
+/<EWRAM>/ {
+ r sym_ewram.ld
+ d
+}
+
+/<BSS>/ {
+ r sym_bss.ld
+ d
+}
+
+/<COMMON>/ {
+ r sym_common.ld
+ d
+}