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