2012-07-26 Tristan Gingold <gingold@adacore.com>
* dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for offset.
This commit is contained in:
parent
56eb65bdc1
commit
a55c1f3223
@ -1,3 +1,8 @@
|
||||
2012-07-26 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
|
||||
offset.
|
||||
|
||||
2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
|
||||
|
@ -3430,7 +3430,7 @@ locexpr_describe_location_piece (struct symbol *symbol, struct ui_file *stream,
|
||||
&& data[1 + leb128_size] == DW_OP_GNU_push_tls_address
|
||||
&& piece_end_p (data + 2 + leb128_size, end))
|
||||
{
|
||||
ULONGEST offset;
|
||||
uint64_t offset;
|
||||
|
||||
data = safe_read_uleb128 (data + 1, end, &offset);
|
||||
offset = dwarf2_read_addr_index (per_cu, offset);
|
||||
|
Loading…
Reference in New Issue
Block a user