]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/standalone/sparc.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / examples / standalone / sparc.lds
index 9733daa86b902cc4bdc77d9a1c951738930d8c15..7f060b6d179f4860409b1ce9bfe7fa75f66f0315 100644 (file)
@@ -57,5 +57,5 @@ SECTIONS
        }
        . = ALIGN(4);
        __bss_end = .;
-       _end = .;
+       __bss_end__ = .;
 }