llvm-6502/include
David Majnemer 1e0e306deb Object, COFF: Relax aux symbols for section definitions
We, I suppose naïvely, believed the COFF specification with regard to
auxiliary symbol records which defined sections: they specified that the
symbol value should be zero.  However, dumpbin and MinGW's objdump do
not consider the symbol value as a restriction.  Relaxing this allows us
to properly dump MinGW linked executables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219479 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-10 06:58:11 +00:00
..
llvm Object, COFF: Relax aux symbols for section definitions 2014-10-10 06:58:11 +00:00
llvm-c C API: Add LLVMCloneModule() 2014-10-01 17:14:57 +00:00