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)
commit41c9c00bf07e979e1fb643312a1490bde0e314f3
treeb2f1f58dcdb4b014aa01c9590fa48bef40603314
parente3b7ba2ffe2c3d3a8d386bf8adf0f5e0ac0a0559
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

llvm-svn: 284852
llvm/test/tools/llvm-objdump/ARM/Inputs/thumb.armv7m [new file with mode: 0755]
llvm/test/tools/llvm-objdump/ARM/macho-private-headers.test
llvm/tools/llvm-objdump/MachODump.cpp