<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - [ARM] RELA relocations not resolved correctly for 32-bit little endian ARM"
href="https://bugs.llvm.org/show_bug.cgi?id=50473">50473</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[ARM] RELA relocations not resolved correctly for 32-bit little endian ARM
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Object
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>Wolfgang_Pieb@playstation.sony.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=24888" name="attach_24888" title="Object file with stub .debug_info etc.">attachment 24888</a> <a href="attachment.cgi?id=24888&action=edit" title="Object file with stub .debug_info etc.">[details]</a></span>
Object file with stub .debug_info etc.
The object file produced by the attached yaml file (with yaml2obj) subsequently
is not processed correctly by llvm-dwarfdump because of RELA relocations not
being resolved correctly:
<span class="quote">> yaml2obj obj.yaml > x.o
> llvm-dwarfdump -i x.o</span >
x.o: file format elf32-littlearm
.debug_info contents:
0x00000000: Compile Unit: length = 0x00000025, format = DWARF32, version =
0x0002, abbr_offset = 0x0000, addr_size = 0x04 (next unit at 0x00000029)
0x0000000b: DW_TAG_compile_unit
DW_AT_name ("wrong")
DW_AT_comp_dir ("wrong")
DW_AT_producer ("wrong")
DW_AT_language (DW_LANG_C_plus_plus)
DW_AT_stmt_list (0x00000000)
DW_AT_low_pc (0x00000000)
DW_AT_high_pc (0x00000000)
0x00000025: NULL
We expect the string "correct" to be displayed for first 3 attributes.</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>