Skip to content
Snippets Groups Projects
Commit f84a7b8f authored by Albert ARIBAUD's avatar Albert ARIBAUD
Browse files

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: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
Reported-by: default avatarBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
parent 4411b2ae
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment