On Sun, 22 Jul 2012 13:16:58 +0530, Siddhesh wrote: > 2012-07-22 Siddhesh Poyarekar > > * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as > size_t. > (struct dwarf2_loclist_baton): Likewise. > * dwarf2read.c (struct dwarf_block): Likewise. > (dump_die_shallow): Use pulongest to print dwarf_block.size. > > [1] http://sourceware.org/ml/gdb-patches/2012-06/msg00851.html A small adjustment to this patch to adjust for the expansion of dwarf_block.size -- a couple of local variables in decode_locdesc needed expansion as well. Regards, Siddhesh 2012-07-22 Siddhesh Poyarekar * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as size_t. (struct dwarf2_loclist_baton): Likewise. * dwarf2read.c (struct dwarf_block): Likewise. (dump_die_shallow): Use pulongest to print dwarf_block.size. (decode_locdesc): Expand SIZE and I to size_t.