http://llvm.org/bugs/show_bug.cgi?id=13486

Eric Christopher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Eric Christopher <[email protected]> ---
Fixed this a while ago. Looks good with using DW_AT_ranges and here are the
relocations in the .debug_ranges section:

  Section (16) .rela.debug_ranges {
    0x0 R_X86_64_64 .text 0x0
    0x8 R_X86_64_64 .text 0x30
    0x10 R_X86_64_64 .text.startup 0x0
    0x18 R_X86_64_64 .text.startup 0x12
    0x20 R_X86_64_64 .text.startup 0x40
    0x28 R_X86_64_64 .text.startup 0x52
    0x30 R_X86_64_64 .text 0x30
    0x38 R_X86_64_64 .text 0x3B
  }

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to