search for: image_sym_class_label

Displaying 3 results from an estimated 3 matches for "image_sym_class_label".

2010 Sep 28
0
[LLVMdev] Win32 COFF Support
...utput of > the  '/test/MC/COFF' if the string references are emitted as temporaries. > -Nathan http://llvm.org/bugs/show_bug.cgi?id=8248 It seems that there actually is a bug. I thought it was due to something else, but reverting this patch fixes it. Why/when exactly does gdb expect IMAGE_SYM_CLASS_LABEL? - Michael Spencer
2010 Sep 29
1
[LLVMdev] Win32 COFF Support
.../COFF' if the string references are emitted as temporaries. >> -Nathan > > http://llvm.org/bugs/show_bug.cgi?id=8248 > > It seems that there actually is a bug. I thought it was due to > something else, but reverting this patch fixes it. Why/when exactly > does gdb expect IMAGE_SYM_CLASS_LABEL? > > - Michael Spencer > I've attached a patch that fixes the above problem while keeping the LABEL storage class on labels. Can you verify that it keeps the behavior you wanted? - Michael Spencer -------------- next part -------------- A non-text attachment was scrubbed... Name: cof...
2010 Sep 26
4
[LLVMdev] Win32 COFF Support
Hi guys, While trying to get dwarf debugging information to work with Win32 COFF targets, I came across a couple of issues with the current implementation of WinCOFFObjectWriter. Emitting empty section causes debug information to invalid, as the presence of certain debug section implies available information, and emission of labels as symbols confused gdb about the structure of the program. The