rename _end to __bss_end__
[pandora-u-boot.git] / examples / standalone / mips.lds
index 63a1c92..68ae217 100644 (file)
@@ -55,5 +55,5 @@ SECTIONS
        .sbss (NOLOAD) : { *(.sbss) }
        .bss (NOLOAD)  : { *(.bss) . = ALIGN(4); }
 
-       _end = .;
+       __bss_end__ = .;
 }