(dbxout_function): Don't check DECL_SECTION_NAME before

calling dbxout_function_end.

From-SVN: r12779
This commit is contained in:
Jim Wilson 1996-09-23 12:34:01 -07:00
parent 80d92002a7
commit abe0396253
1 changed files with 1 additions and 2 deletions

View File

@ -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
}