OSDN Git Service

(dbxout_function): Don't check DECL_SECTION_NAME before
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Sep 1996 19:34:01 +0000 (19:34 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Sep 1996 19:34:01 +0000 (19:34 +0000)
calling dbxout_function_end.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12779 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dbxout.c

index 158160b..6711cfb 100644 (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
 }