Commit 74e27d0d by Jakub Jelinek Committed by Jakub Jelinek

dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0 for -gdwarf-4.

	* dwarf2out.c (lower_bound_default): For DW_LANG_Python return
	0 for -gdwarf-4.

From-SVN: r158526
parent ec995732
2010-04-19 Jakub Jelinek <jakub@redhat.com>
* dwarf2out.c (lower_bound_default): For DW_LANG_Python return
0 for -gdwarf-4.
2010-04-19 Vladimir Makarov <vmakarov@redhat.com> 2010-04-19 Vladimir Makarov <vmakarov@redhat.com>
* ira-color.c (allocno_reload_assign): Avoid accumulating * ira-color.c (allocno_reload_assign): Avoid accumulating
......
...@@ -16335,6 +16335,7 @@ lower_bound_default (void) ...@@ -16335,6 +16335,7 @@ lower_bound_default (void)
return 1; return 1;
case DW_LANG_UPC: case DW_LANG_UPC:
case DW_LANG_D: case DW_LANG_D:
case DW_LANG_Python:
return dwarf_version >= 4 ? 0 : -1; return dwarf_version >= 4 ? 0 : -1;
case DW_LANG_Ada95: case DW_LANG_Ada95:
case DW_LANG_Ada83: case DW_LANG_Ada83:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment