summaryrefslogtreecommitdiffstats
path: root/examples/mips.lds
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mips.lds')
-rw-r--r--examples/mips.lds3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/mips.lds b/examples/mips.lds
index 8ed01c4458..9d9849bf5c 100644
--- a/examples/mips.lds
+++ b/examples/mips.lds
@@ -51,6 +51,9 @@ SECTIONS
.sdata : { *(.sdata) }
. = ALIGN(4);
+ __bss_start = .;
.sbss : { *(.sbss) }
.bss : { *(.bss) }
+
+ _end = .;
}
OpenPOWER on IntegriCloud