diff options
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index d835ab3..8fa89eb 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -15,8 +15,11 @@ SECTIONS iwram (NOLOAD) : ALIGN(4) { - /* .bss starts at 0x3000000 */ + /* .bss starts at 0x3000000 */ <BSS> + /* .bss.code starts at 0x3007400 */ + src/m4a_2.o(.bss.code); + . = 0x8000; } |