This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] [patch] Fix DW_AT_lower_bound DWARF-4+ defaults


On Thu, 26 Apr 2012 18:09:52 +0200, Jan Kratochvil wrote:
> gdb/
> 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.

Checked it in to fix the testsuite results regressed by GCC:
	http://sourceware.org/ml/gdb-cvs/2012-04/msg00219.html


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]