dwarf2read.c: fix latent buglet
authorPedro Alves <palves@redhat.com>
Mon, 3 Aug 2015 17:55:12 +0000 (18:55 +0100)
committerPedro Alves <palves@redhat.com>
Mon, 3 Aug 2015 17:55:12 +0000 (18:55 +0100)
commit666fcf91c0117da8294207f631df5a97fdc4157c
tree8651d3744cf8cd12136372184e5a194f38a1b34a
parentc8bd4544607d4f41b89b78630fc233f53f90b6a2
dwarf2read.c: fix latent buglet

cust->includes is:

struct compunit_symtab
{
...
  struct compunit_symtab **includes;

gdb/ChangeLog:
2015-08-03  Pedro Alves  <palves@redhat.com>

* dwarf2read.c (compute_compunit_symtab_includes): Use size of struct
compunit_symtab pointer.
gdb/dwarf2read.c