[LLVMbugs] [Bug 13486] debug info has wrong AT_high_pc in CIE with global initializers

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Apr 11 17:33:45 PDT 2014


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

Eric Christopher <echristo at gmail.com> changed:

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

--- Comment #6 from Eric Christopher <echristo at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140412/c3b74638/attachment.html>


More information about the llvm-bugs mailing list