Home
last modified time | relevance | path

Searched hist:f84a7b8f54db51172a50926be8b2224413977f75 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/mx31ads/
H A Du-boot.ldsf84a7b8f54db51172a50926be8b2224413977f75 Thu Apr 11 05:43:21 UTC 2013 Albert ARIBAUD <albert.u.boot@aribaud.net> ARM: Fix __bss_start and __bss_end in linker scripts

Commit 3ebd1cbc introduced compiler-generated __bss_start
and __bss_end__ and commit c23561e7 rewrote all __bss_end__
as __bss_end. Their merge caused silent and harmless but
potentially bug-inducing clashes between compiler- and linker-
generated __bss_end symbols.

Make __bss_end and __bss_start compiler-only, and create
__bss_base and __bss_limit for linker-only use.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Reported-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
/rk3399_rockchip-uboot/arch/arm/cpu/
H A Du-boot.ldsf84a7b8f54db51172a50926be8b2224413977f75 Thu Apr 11 05:43:21 UTC 2013 Albert ARIBAUD <albert.u.boot@aribaud.net> ARM: Fix __bss_start and __bss_end in linker scripts

Commit 3ebd1cbc introduced compiler-generated __bss_start
and __bss_end__ and commit c23561e7 rewrote all __bss_end__
as __bss_end. Their merge caused silent and harmless but
potentially bug-inducing clashes between compiler- and linker-
generated __bss_end symbols.

Make __bss_end and __bss_start compiler-only, and create
__bss_base and __bss_limit for linker-only use.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Reported-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>