]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0 for -gdwarf-4.
authorJakub Jelinek <jakub@redhat.com>
Mon, 19 Apr 2010 19:37:14 +0000 (21:37 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 19 Apr 2010 19:37:14 +0000 (21:37 +0200)
* dwarf2out.c (lower_bound_default): For DW_LANG_Python return
0 for -gdwarf-4.

From-SVN: r158526

gcc/ChangeLog
gcc/dwarf2out.c

index 18374f038a47b6070b70be9126dcfc58b6c67de0..dafcc6c6d3c8a76a77f36c3c1043493e48a57096 100644 (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
index a4cb347b80c2220e98ed895b66a9920bc7946055..6e76998cd98fe4152fdd5d21e8ebfda09aa974f2 100644 (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: