Displaying 2 results from an estimated 2 matches for "ldebug_linesection0".
2010 Aug 24
0
[LLVMdev] [patch] DwarfDebug problem with line section
On Tue, Aug 17, 2010 at 7:09 AM, Jonas Maebe <jonas.maebe at elis.ugent.be>wrote:
>
> On ELF platforms (at least Linux and FreeBSD) and on Windows, both of
> the following are labels (i.e., absolute addresses to be relocated by
> the linker) as opposed to offsets relative to the relevant section's
> start, even though the DWARF standard says they are offsets:
> *
2010 Aug 17
1
[LLVMdev] [patch] DwarfDebug problem with line section
On 30 Jun 2010, at 18:40, Devang Patel wrote:
> On Wed, Jun 30, 2010 at 1:57 AM, Artur Pietrek <pietreka at gmail.com>
> wrote:
>> The problem is that you put difference between two labels
>> .Lset7 = .Lsection_line_begin-.Lsection_line ## DW_AT_stmt_list
>> and that will be evaluated by assembler to a constant. It has to be
>> a label,
>> not a