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:
parent
ec99573229
commit
74e27d0d56
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user