Commit ce61cc73 by Jason Merrill

disable has_inlines

From-SVN: r12951
parent 4e88bbcd
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment