Displaying 5 results from an estimated 5 matches for "reloc_coff_secrel32".
2011 Feb 12
4
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...be in order.
Here is a short description of what the patches accomplish
die.patch:
adds a new DIEValue type to represent a section relative label. (their was
already a type id specified so I provided a class modeled after DIELabel)
secrel-fixup.patch:
creats a new target specific fixup type (reloc_coff_secrel32) to represent
COFF Section Relative relocations and updats the COFF object writer to write
it as COFF_IMAGE_REL_AMD64_SREL32
secrel-streamer.patch
adds a new directive in the MCStreamer interface to allow the AsmPrinter
to emit a section relative label and provides implementations for all
existi...
2011 Feb 24
0
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...description of what the patches accomplish
>
> die.patch:
> adds a new DIEValue type to represent a section relative label. (their was already a type id specified so I provided a class modeled after DIELabel)
>
> secrel-fixup.patch:
> creats a new target specific fixup type (reloc_coff_secrel32) to represent COFF Section Relative relocations and updats the COFF object writer to write it as COFF_IMAGE_REL_AMD64_SREL32
>
> secrel-streamer.patch
> adds a new directive in the MCStreamer interface to allow the AsmPrinter to emit a section relative label and provides implementations...
2011 Feb 24
2
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...e patches accomplish
>>
>> die.patch:
>> adds a new DIEValue type to represent a section relative label. (their was already a type id specified so I provided a class modeled after DIELabel)
>>
>> secrel-fixup.patch:
>> creats a new target specific fixup type (reloc_coff_secrel32) to represent COFF Section Relative relocations and updats the COFF object writer to write it as COFF_IMAGE_REL_AMD64_SREL32
>>
>> secrel-streamer.patch
>> adds a new directive in the MCStreamer interface to allow the AsmPrinter to emit a section relative label and provides impl...
2011 Jun 20
1
[LLVMdev] Simple clang + llc crash on Windows 7
On Jun 19, 2011, at 3:20 PM, Nathan Jeffords wrote:
> As it happens, I have created a patch that enables DWARF debugging on windows. It is against trunk revision 133401. I have tested using clang to compile, and mingw to link & debug.
+#include "../Target/X86/X86FixupKinds.h"
This indicates layering violation to me.
It looks good otherwise. Do you have a testcase ?
LGTM.
2011 Feb 24
0
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...gt;>>
>>> die.patch:
>>> adds a new DIEValue type to represent a section relative label. (their was already a type id specified so I provided a class modeled after DIELabel)
>>>
>>> secrel-fixup.patch:
>>> creats a new target specific fixup type (reloc_coff_secrel32) to represent COFF Section Relative relocations and updats the COFF object writer to write it as COFF_IMAGE_REL_AMD64_SREL32
>>>
>>> secrel-streamer.patch
>>> adds a new directive in the MCStreamer interface to allow the AsmPrinter to emit a section relative label and pr...