(dbxout_function): Don't check DECL_SECTION_NAME before
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 23 Sep 1996 19:34:01 +0000 (12:34 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 23 Sep 1996 19:34:01 +0000 (12:34 -0700)
calling dbxout_function_end.

From-SVN: r12779

gcc/dbxout.c

index 158160b7b9ebbd04361a2de1b64a566ab4cc87fc..6711cfbe90c703d265992f48747091415d5cf22d 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
 }