aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-04-26 20:32:30 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-04-26 20:32:30 +0000
commit4fae6e18a2b887cc90c64d9909c94ad3b05b2ade (patch)
tree7407268d3e65b6591f8bd7ed3c981c8bd7889d7f /gdb/ChangeLog
parent14132e8924cd988218b4b2c4c6aaea45af951c59 (diff)
downloadgdb-4fae6e18a2b887cc90c64d9909c94ad3b05b2ade.zip
gdb-4fae6e18a2b887cc90c64d9909c94ad3b05b2ade.tar.gz
gdb-4fae6e18a2b887cc90c64d9909c94ad3b05b2ade.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 05073a1..31b207f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ 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.
+
2012-04-26 Maciej W. Rozycki <macro@mips.com>
Maciej W. Rozycki <macro@codesourcery.com>