Commit abe03962 by Jim Wilson

(dbxout_function): Don't check DECL_SECTION_NAME before

calling dbxout_function_end.

From-SVN: r12779
parent 80d92002
......@@ -2597,8 +2597,7 @@ dbxout_function (decl)
DBX_OUTPUT_FUNCTION_END (asmfile, decl);
#endif
#if defined(ASM_OUTPUT_SECTION_NAME) && !defined(NO_DBX_FUNCTION_END)
if (use_gnu_debug_info_extensions
&& DECL_SECTION_NAME (decl) != NULL)
if (use_gnu_debug_info_extensions)
dbxout_function_end ();
#endif
}
......
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