Re: [U-Boot] [PATCH v3 2/9] arm: work around assembler bug

2012-09-05 Thread Marek Vasut
Dear Allen Martin, > 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 symbo

[U-Boot] [PATCH v3 2/9] arm: work around assembler bug

2012-08-15 Thread Allen Martin
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://so