]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/standalone/mips.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / examples / standalone / mips.lds
index 63a1c92ab623be8b6daa28a2dd236518fc614f11..68ae217b5c57946466f2fc688695d6c91ca0e42a 100644 (file)
@@ -55,5 +55,5 @@ SECTIONS
        .sbss (NOLOAD) : { *(.sbss) }
        .bss (NOLOAD)  : { *(.bss) . = ALIGN(4); }
 
-       _end = .;
+       __bss_end__ = .;
 }