[ARM] Adding .arch directives around WMMX unwind code
authorRenato Golin <renato.golin@linaro.org>
Fri, 26 Aug 2016 21:45:39 +0000 (21:45 +0000)
committerRenato Golin <renato.golin@linaro.org>
Fri, 26 Aug 2016 21:45:39 +0000 (21:45 +0000)
commit70984fed05c211f5c74b5038fefe1d99d45b64d4
tree0db777ff94f76933a1d21cab69077b49402cff8e
parente175d8aba57e8a21e1001918c527cdbee10c8332
[ARM] Adding .arch directives around WMMX unwind code

Some unwind code is purposedly old enough to work on previous architecutres
and they're guaranteed to never trigger in newer architectures, so we need
to add .arch directives to tell the compiler/assembler that it's fine and we
know what we're doing.

Fixes PR29149.

llvm-svn: 279871
libunwind/src/UnwindRegistersRestore.S
libunwind/src/UnwindRegistersSave.S