mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 15:01:21 +08:00
(dbxout_function): Test NO_DBX_FUNCTION_END at run time
instead of compile time. From-SVN: r13998
This commit is contained in:
parent
6b857f0460
commit
21c40584c0
@ -2599,8 +2599,12 @@ dbxout_function (decl)
|
||||
#ifdef DBX_OUTPUT_FUNCTION_END
|
||||
DBX_OUTPUT_FUNCTION_END (asmfile, decl);
|
||||
#endif
|
||||
#if defined(ASM_OUTPUT_SECTION_NAME) && !defined(NO_DBX_FUNCTION_END)
|
||||
if (use_gnu_debug_info_extensions)
|
||||
#if defined(ASM_OUTPUT_SECTION_NAME)
|
||||
if (use_gnu_debug_info_extensions
|
||||
#if defined(NO_DBX_FUNCTION_END)
|
||||
&& ! NO_DBX_FUNCTION_END
|
||||
#endif
|
||||
)
|
||||
dbxout_function_end ();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user