]> granicus.if.org Git - llvm/commit
For llvm-objdump for Mach-O files add printing of
authorKevin Enderby <enderby@apple.com>
Fri, 21 Oct 2016 18:22:35 +0000 (18:22 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 21 Oct 2016 18:22:35 +0000 (18:22 +0000)
commitbbe3a735a860fe946f93ab83235638fce160a381
tree6d81932e4f2a19845361e050e8d89c02a5bc3ae6
parentbe29b1044ea81993764da6009cd95026c4299320
For llvm-objdump for Mach-O files add printing of
the ARM_THREAD_STATE in the same format as
otool-classic(1) on darwin.

Also remove an extra space in printing the initprot to make
the output match otool-classic(1) on darwin.

rdar://28851457

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284852 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/ARM/Inputs/thumb.armv7m [new file with mode: 0755]
test/tools/llvm-objdump/ARM/macho-private-headers.test
tools/llvm-objdump/MachODump.cpp