yaml2obj, COFF: Consider the DOS stub when laying out section headers
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 15 Nov 2014 02:03:59 +0000 (02:03 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 15 Nov 2014 02:03:59 +0000 (02:03 +0000)
commitf85959ebc34c0b7bd6df422b28d9ee342c72118f
treee6ce44724ab8cf1edf68620000cbdaa7bec15327
parentbfabc8f8c5058594f8a2f5944d42719a5c078c3f
yaml2obj, COFF: Consider the DOS stub when laying out section headers

While this program worked correctly with small example programs, larger
ones tickled this bug.  I'm working on a reduction because my program is
quite large.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222078 91177308-0d34-0410-b5e6-96231b3b80d8
tools/yaml2obj/yaml2coff.cpp