summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-06-11 21:39:48 +0000
committerRui Ueyama <ruiu@google.com>2013-06-11 21:39:48 +0000
commit51cd4e98ffcdb0344a9931e2000bfb607ee9b7db (patch)
tree1fc7d6fecc6923a00119829cb5429db6681e4f4d /lldb/scripts/Python
parent389790a2700903c6fdc33a00fcfb5a2aa246a47c (diff)
downloadbcm5719-llvm-51cd4e98ffcdb0344a9931e2000bfb607ee9b7db.tar.gz
bcm5719-llvm-51cd4e98ffcdb0344a9931e2000bfb607ee9b7db.zip
[PECOFF] Remove COFF header from PE header for simplicity.
COFF header is always present both in executable and in object file. PE header is present only in executable. So the natural way to handle PE/COFF file is treating COFF is mandatory header and PE is optional. Current data structre does not allow it, because PE header includes COFF header. Removing COFF header will simplify the code to handle PE/COFF files. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D952 llvm-svn: 183788
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud