]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix build problems caused by "_end" -> "__bss_end__" rename
authorWolfgang Denk <wd@denx.de>
Tue, 29 Mar 2011 12:34:50 +0000 (14:34 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 31 Mar 2011 06:54:35 +0000 (08:54 +0200)
commit7ec830d5804337afe19413c3eaedd16583af9076
tree88114345548ea19dd07d1ded70b4fa02a369a164
parentcb815e5ff979e36d68df130a810d34de4bf93289
Fix build problems caused by "_end" -> "__bss_end__" rename

Commit 44c6e65 "rename _end to __bss_end__ broke building of a large
number of systems (at least all PowerPC?):

libstubs.o: In function `app_startup':
examples/standalone/stubs.c:197: undefined reference to `__bss_end__'

The rename should not be done for the files in the
examples/standalone/ directory, as these are not using the code from
start.S, but do their own BSS clearing, and either use their own
linker scripts or the ones provided by the compilers.

Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
examples/standalone/mips.lds
examples/standalone/sparc.lds
examples/standalone/stubs.c