summaryrefslogtreecommitdiff
path: root/ld_script.sed
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-20 16:02:30 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-20 16:02:30 -0600
commit584a68eb9d7a7c9cfa8e8ee1873ebe495f4fdec7 (patch)
tree14fcfce39a05a3405e3abe564a0074623017156d /ld_script.sed
parente2a0522780d7124a392bf028c9c1f50c4213b460 (diff)
use INCLUDE to include EWRAM and COMMON ld scripts
Diffstat (limited to 'ld_script.sed')
-rw-r--r--ld_script.sed10
1 files changed, 0 insertions, 10 deletions
diff --git a/ld_script.sed b/ld_script.sed
index b91542b6f..76b18c301 100644
--- a/ld_script.sed
+++ b/ld_script.sed
@@ -1,14 +1,4 @@
-/<EWRAM>/ {
- r sym_ewram.ld
- d
-}
-
/<BSS>/ {
r sym_bss.ld
d
}
-
-/<COMMON>/ {
- r sym_common.ld
- d
-}