disable has_inlines
authorJason Merrill <merrill@gnu.org>
Fri, 11 Oct 1996 19:58:56 +0000 (19:58 +0000)
committerJason Merrill <merrill@gnu.org>
Fri, 11 Oct 1996 19:58:56 +0000 (19:58 +0000)
From-SVN: r12951

gcc/dwarf2out.c

index 0f6138f..26fa80f 100644 (file)
@@ -6739,7 +6739,7 @@ gen_subprogram_die (decl, context_die)
     {
       current_function_has_inlines = 0;
       decls_for_scope (outer_scope, subr_die, 0);
-#ifdef MIPS_DEBUGGING_INFO
+#if 0 && defined (MIPS_DEBUGGING_INFO)
       if (current_function_has_inlines)
        {
          add_AT_flag (subr_die, DW_AT_MIPS_has_inlines, 1);