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
This commit is contained in:
Jakub Jelinek 2010-04-19 21:37:14 +02:00 committed by Jakub Jelinek
parent ec99573229
commit 74e27d0d56
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>
* ira-color.c (allocno_reload_assign): Avoid accumulating

View File

@ -16335,6 +16335,7 @@ lower_bound_default (void)
return 1;
case DW_LANG_UPC:
case DW_LANG_D:
case DW_LANG_Python:
return dwarf_version >= 4 ? 0 : -1;
case DW_LANG_Ada95:
case DW_LANG_Ada83: