summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2019-08-01 22:52:18 -0500
committerCameron Hall <cameronghall@cox.net>2019-08-01 22:52:18 -0500
commitc04e14d2fe1bd7ca5b45f2b85db228fc35ad6b4f (patch)
tree02e7bb4eb311e630e553bea8426840097f8b059f /ld_script.txt
parent3878495887f2693c810228694b417f4e4d954476 (diff)
m4a COMMON syms
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt
index f939164..d835ab3 100755
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -6,7 +6,8 @@ SECTIONS
ALIGN(4)
{
<EWRAM>
- . = 0x40000;
+ /* COMMON starts at ??? */
+<COMMON>
}
/* start of iwram */
@@ -16,9 +17,6 @@ SECTIONS
{
/* .bss starts at 0x3000000 */
<BSS>
-
- /* COMMON starts at ??? */
-<COMMON>
. = 0x8000;
}