This patch address the PR20360. It has the following fixes
- Make the assembly code in synh-ops.h to be UAL compliant
- Convert the CBNZ backward branch instruction to CMP and BNE
Differential D4610
[compiler-rt: Builtins] Fix the incompatible assembly in ARM builtins library. sgundapa on Jul 21 2014, 4:56 PM. Authored by
Details
Diff Detail Event TimelineComment Actions LGTM, though I think you should check this in as two separate changes, first 1, then 2&3. |