OSDN Git Service

* dwarf2out.c (lower_bound_default): For DW_LANG_Python return
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Apr 2010 19:37:14 +0000 (19:37 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 01:06:15 +0000 (10:06 +0900)
0 for -gdwarf-4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158526 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarf2out.c

index 18374f0..dafcc6c 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 a4cb347..6e76998 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: