summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2019-07-29 20:44:18 -0500
committercamthesaxman <cameronghall@cox.net>2019-07-29 20:44:18 -0500
commitdb4af549fdf13cdaca6654f7bb9ef54ecef14359 (patch)
treec06f2d86efac079db46a3e9767faee1207f7f7e7 /ld_script.txt
parentb8393b3a799f92e7064c266600607d98f6baf4d9 (diff)
resolve some Emerald differences
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
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;
}