Re: [U-Boot] [RFC PATCH] rename __bss_end__ back to _end for standalone programs

2011-03-30 Thread Wolfgang Denk
Dear Po-Yu Chuang, In message <1301301782-1644-1-git-send-email-ratbert.chu...@gmail.com> you wrote: > From: Po-Yu Chuang > > It seems __bss_end__ is not a true convention for all toolchains, > at least not for PPC. Using _end for standalone programs might be > the simplest way to fix this pro

[U-Boot] [RFC PATCH] rename __bss_end__ back to _end for standalone programs

2011-03-28 Thread Po-Yu Chuang
From: Po-Yu Chuang It seems __bss_end__ is not a true convention for all toolchains, at least not for PPC. Using _end for standalone programs might be the simplest way to fix this problem. One of the other choices may be writing a linker script to provide __bss_end__ for PPC. Signed-off-by: Po