[PATCH] ARM Unwind syntax in libcxxabi

Renato Golin renato.golin at linaro.org
Sun Sep 7 07:11:07 PDT 2014


Hi joerg, rafael, compnerd,

This patch fixes the bad argument that GAS accepted but the IAS didn't,
ie. {#0x20}, moving it to {0x20} which both accept. It also makes the
ARMv7+ save/restore correct by using VFP instructions rather than old
co-processor ones.
    
Fixes PR20529.

http://reviews.llvm.org/D5234

Files:
  src/Unwind/UnwindRegistersRestore.S
  src/Unwind/UnwindRegistersSave.S
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5234.13373.patch
Type: text/x-patch
Size: 2751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140907/df706e34/attachment.bin>


More information about the llvm-commits mailing list