mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 05:49:21 +08:00
x
From-SVN: r14445
This commit is contained in:
parent
5e26979cd5
commit
6373aa3ac1
@ -7636,9 +7636,6 @@ gen_subprogram_die (decl, context_die)
|
||||
}
|
||||
else if (DECL_INLINE (decl))
|
||||
add_AT_unsigned (subr_die, DW_AT_inline, DW_INL_inlined);
|
||||
else if (declaration)
|
||||
/* Block extern declaration in an inline function. */
|
||||
add_AT_flag (subr_die, DW_AT_declaration, 1);
|
||||
else
|
||||
abort ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user