gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 26 Apr 2012 20:32:30 +0000 (20:32 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 26 Apr 2012 20:32:30 +0000 (20:32 +0000)
commit4fae6e18a2b887cc90c64d9909c94ad3b05b2ade
tree7407268d3e65b6591f8bd7ed3c981c8bd7889d7f
parent14132e8924cd988218b4b2c4c6aaea45af951c59
gdb/
Fix DW_AT_lower_bound defaults for DWARF-4+.
* dwarf2read.c (read_subrange_type): Remove initialization of low and
high.  New variable low_default_is_valid.  Implement DWARF-4+
DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
no default by the DWARF standard.
gdb/ChangeLog
gdb/dwarf2read.c