diff options
Diffstat (limited to 'examples/standalone/mips.lds')
-rw-r--r-- | examples/standalone/mips.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/standalone/mips.lds b/examples/standalone/mips.lds index 68ae217..63a1c92 100644 --- a/examples/standalone/mips.lds +++ b/examples/standalone/mips.lds @@ -55,5 +55,5 @@ SECTIONS .sbss (NOLOAD) : { *(.sbss) } .bss (NOLOAD) : { *(.bss) . = ALIGN(4); } - __bss_end__ = .; + _end = .; } |