diff options
| author | camthesaxman <cameronghall@cox.net> | 2019-07-29 20:44:18 -0500 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2019-07-29 20:44:18 -0500 |
| commit | db4af549fdf13cdaca6654f7bb9ef54ecef14359 (patch) | |
| tree | c06f2d86efac079db46a3e9767faee1207f7f7e7 /ld_script.txt | |
| parent | b8393b3a799f92e7064c266600607d98f6baf4d9 (diff) | |
resolve some Emerald differences
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7c74565e3..67d452f32 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -21,6 +21,7 @@ SECTIONS { { /* .bss starts at 0x3000000 */ INCLUDE "sym_bss.ld" + *(.bss); /* .bss.code starts at 0x3000F60 */ src/libs/m4a.o(.bss.code); @@ -28,6 +29,7 @@ SECTIONS { /* COMMON starts at 0x3001760 */ INCLUDE "sym_common.ld" *libc.a:sbrkr.o(COMMON); + *(COMMON); end = .; . = 0x8000; } |
