Remove addr_size field from struct piece_closure
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Tue, 13 Jun 2017 13:20:26 +0000 (15:20 +0200)
committerAndreas Arnez <arnez@linux.vnet.ibm.com>
Tue, 13 Jun 2017 13:20:26 +0000 (15:20 +0200)
commitddd7882a582637d86a321c1ab835f6cdbeb6d017
tree0940843f3d5abb29225b4eb129b034687307bf6c
parente93523245b704bc126705620969b4736b00350c5
Remove addr_size field from struct piece_closure

The addr_size field in the piece_closure data structure is a relic from
before introducing the typed DWARF stack.  It is obsolete now.  This patch
removes it.

gdb/ChangeLog:

* dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
(allocate_piece_closure): Drop addr_size parameter.
(dwarf2_evaluate_loc_desc_full): Adjust call to
allocate_piece_closure.
gdb/ChangeLog
gdb/dwarf2loc.c
This page took 0.037047 seconds and 4 git commands to generate.