diff options
author | Jason Merrill <merrill@gnu.org> | 1996-10-11 19:58:56 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1996-10-11 19:58:56 +0000 |
commit | ce61cc7357cf7007b539ca864304fbe2f9d38e40 (patch) | |
tree | 8bcd2d65b561416437f7f620c2d5b1a095943546 /gcc | |
parent | 4e88bbcd5da3afb76013087584781f7c7f1c90e9 (diff) | |
download | gcc-ce61cc7357cf7007b539ca864304fbe2f9d38e40.zip gcc-ce61cc7357cf7007b539ca864304fbe2f9d38e40.tar.gz gcc-ce61cc7357cf7007b539ca864304fbe2f9d38e40.tar.bz2 |
disable has_inlines
From-SVN: r12951
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 0f6138f..26fa80f 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); |