* dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
authorDaniel Jacobowitz <drow@false.org>
Thu, 9 Feb 2006 18:18:41 +0000 (18:18 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 9 Feb 2006 18:18:41 +0000 (18:18 +0000)
commit5afb4e9982174f0cfb0c05ff8408ec7c893955f8
tree3e666ca002893c6f89b4e5ec28f1a41c1db7dd05
parent6d74f28b36e29b8708881b60e2e6505047813b0b
* dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
30 bits.  Add load_all_dies flag.
(load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
Load DW_TAG_member by default.  Remove internal_error call.
(find_partial_die): Reload the compilation unit if we can not find
a DIE in the cache.  Call internal_error here if we still can not
find the DIE.
gdb/ChangeLog
gdb/dwarf2read.c