vla: support for DW_AT_count
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 0630f1c749a3fa4bf6406e85c1e229567b83b686..717c197a69550fa1c3e4fdc4061877119ff879e2 100644 (file)
@@ -1,3 +1,12 @@
+2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
+
+       * dwarf2read.c (read_subrange_type): Convert DW_AT_count to a dynamic
+       property and store it as the high bound and flag the range accordingly.
+       * gdbtypes.c (resolve_dynamic_bounds): If range is flagged as
+       RANGE_UPPER_BOUND_IS_COUNT assign low + high - 1 as the new high bound.
+       * gdbtypes.h (enum range_flags): New enum.
+       (struct range_bounds): Add flags member.
+
 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
 
        * c-typeprint.c (c_type_print_varspec_suffix): Added
This page took 0.026287 seconds and 4 git commands to generate.