Skip to content
Snippets Groups Projects
Commit 0f20bb60 authored by Allen Martin's avatar Allen Martin Committed by Albert ARIBAUD
Browse files

arm: work around assembler bug

Disable sibling call optimization based on binutils version.  This is
to work around a bug in the assember in binutils versions < 2.22.
Branches to weak symbols can be incorrectly optimized in thumb mode to
a short branch (b.n instruction) that won't reach when the symbol gets
preempted.

http://sourceware.org/bugzilla/show_bug.cgi?id=12532



Signed-off-by: default avatarAllen Martin <amartin@nvidia.com>
Acked-by: default avatarTom Rini <trini@ti.com>
parent 2051ff34
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