ARM IAS: support .movsp
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 30 Jan 2014 04:46:24 +0000 (04:46 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 30 Jan 2014 04:46:24 +0000 (04:46 +0000)
commit7a38b33decb80eff92060b7ad95ff1b877f685c3
tree38e81c5521ec7a49f8cae28f2658171f49bd3026
parent2c9ed5d050b5c57bfed35bd82c23f46c714d10c0
ARM IAS: support .movsp

.movsp is an ARM unwinding directive that indicates to the unwinder that a
register contains an offset from the current stack pointer.  If the offset is
unspecified, it defaults to zero.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200449 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
test/MC/ARM/eh-directive-movsp-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-movsp.s [new file with mode: 0644]