summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4db0fbe)
0 for -gdwarf-4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158526
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
2010-04-19 Vladimir Makarov <vmakarov@redhat.com>
* ira-color.c (allocno_reload_assign): Avoid accumulating
return 1;
case DW_LANG_UPC:
case DW_LANG_D:
return 1;
case DW_LANG_UPC:
case DW_LANG_D:
return dwarf_version >= 4 ? 0 : -1;
case DW_LANG_Ada95:
case DW_LANG_Ada83:
return dwarf_version >= 4 ? 0 : -1;
case DW_LANG_Ada95:
case DW_LANG_Ada83: