Commit 960a3ef2 by Richard Kenner

(dbxout_function): Respect NO_DBX_FUNCTION_END.

From-SVN: r12356
parent cd2b3e6b
......@@ -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 ();
......
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