[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.

git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@279871 91177308-0d34-0410-b5e6-96231b3b80d8
2 files changed
tree: 8bd30a4d74e9e27d67b763f67e4c9d26265075cf
  1. cmake/
  2. include/
  3. src/
  4. test/
  5. .arcconfig
  6. .clang-format
  7. CMakeLists.txt