llvm-readobj: Don't print the Characteristics field as the Subsystem
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 18 Nov 2014 02:45:28 +0000 (02:45 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 18 Nov 2014 02:45:28 +0000 (02:45 +0000)
commitf0e7ccce9ecca7edbe121c69557730c2f60e21d0
tree7ee9e8ebf44f862e11854a9a978d2814db3a2966
parent9ba744b0890819cb602281779dfacc4efd54db70
llvm-readobj: Don't print the Characteristics field as the Subsystem

We claimed that we were printing the Subystem field when we were
actually printing the Characteristics field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222216 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/file-headers.test
test/tools/llvm-readobj/peplus.test
tools/llvm-readobj/COFFDumper.cpp