(dbxout_function): Respect NO_DBX_FUNCTION_END.
From-SVN: r12356
This commit is contained in:
parent
cd2b3e6bf4
commit
960a3ef20b
1 changed files with 1 additions and 1 deletions
|
@ -2596,7 +2596,7 @@ dbxout_function (decl)
|
|||
#ifdef DBX_OUTPUT_FUNCTION_END
|
||||
DBX_OUTPUT_FUNCTION_END (asmfile, decl);
|
||||
#endif
|
||||
#ifdef ASM_OUTPUT_SECTION_NAME
|
||||
#if defined(ASM_OUTPUT_SECTION_NAME) && !defined(NO_DBX_FUNCTION_END)
|
||||
if (use_gnu_debug_info_extensions
|
||||
&& DECL_SECTION_NAME (decl) != NULL)
|
||||
dbxout_function_end ();
|
||||
|
|
Loading…
Add table
Reference in a new issue