<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - debug info has wrong AT_high_pc in CIE with global initializers"
href="http://llvm.org/bugs/show_bug.cgi?id=13486">bug 13486</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - debug info has wrong AT_high_pc in CIE with global initializers"
href="http://llvm.org/bugs/show_bug.cgi?id=13486#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - debug info has wrong AT_high_pc in CIE with global initializers"
href="http://llvm.org/bugs/show_bug.cgi?id=13486">bug 13486</a>
from <span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span></b>
<pre>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
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>