* dwarf2read.c (struct partial_die_info): New member: has_pc_info.
authorJim Blandy <jimb@codesourcery.com>
Wed, 4 Jul 2001 16:08:20 +0000 (16:08 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 4 Jul 2001 16:08:20 +0000 (16:08 +0000)
commit0b010bcc004f5cf3117089ac4724ad7be32eed8c
tree034c5bd04cdc4355d0dbe741c9d00b8f33c02105
parent9faef8a7c56d65172b8bc4552f02e715a46ec73d
* dwarf2read.c (struct partial_die_info): New member: has_pc_info.
(read_partial_die): Delete fourth argument; we return this info in
the struct partial_die_info object itself now.
(dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the
has_pc_info field of the partial die struct, rather than passing a
variable by reference to read_partial_die.
gdb/ChangeLog
gdb/dwarf2read.c