From: Jason Merrill Date: Fri, 11 Oct 1996 19:58:56 +0000 (+0000) Subject: disable has_inlines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce61cc7357cf7007b539ca864304fbe2f9d38e40;p=gcc.git disable has_inlines From-SVN: r12951 --- diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 0f6138f8652..26fa80f2bee 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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);