Displaying 3 results from an estimated 3 matches for "definesection".
2010 Jun 21
1
[LLVMdev] Win32 COFF Support
On Mon, Jun 21, 2010 at 9:37 AM, Aaron Gray <aaronngray.lists at gmail.com> wrote:
>
> Whats going on with having both write_uint32_le()
> in WinCOFFObjectWriter::DefineSection() and WriteLE32() in
> WinCOFFObjectWriter::WriteFileHeader() ?
> Aaron
Thanks, missed that one. Nathan used write_uint32_le in WinCOFF.h, and
I guess accidentally used it in WinCOFFObjectWriter.cpp. I'll remove
the calls from WinCOFFObjectWriter.cpp now, and remove them (and the
decl+de...
2010 Jun 15
4
[LLVMdev] Win32 COFF Support
I have updated my patch based on Chris'es feedback. I removed the
dbgout_calls macro, but left others in place for now. If there are no
objections, I would like to commit this tomorrow evening (~7PM GMT-7). I
have compiled and tested it on MSVC, with Michaels testing code and it looks
good. Once this is committed, Michaels patch can be applied.
-Nathan
-------------- next part --------------
2010 Jun 21
0
[LLVMdev] Win32 COFF Support
...file.
On Mon, Jun 21, 2010 at 9:01 AM, Michael Spencer <bigcheesegs at gmail.com>wrote:
> On Mon, Jun 21, 2010 at 9:37 AM, Aaron Gray <aaronngray.lists at gmail.com>
> wrote:
> >
> > Whats going on with having both write_uint32_le()
> > in WinCOFFObjectWriter::DefineSection() and WriteLE32() in
> > WinCOFFObjectWriter::WriteFileHeader() ?
> > Aaron
>
> Thanks, missed that one. Nathan used write_uint32_le in WinCOFF.h, and
> I guess accidentally used it in WinCOFFObjectWriter.cpp. I'll remove
> the calls from WinCOFFObjectWriter.cpp now, and...