From abe0396253db0a68d0df545f50ba664275d139a3 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 23 Sep 1996 12:34:01 -0700 Subject: (dbxout_function): Don't check DECL_SECTION_NAME before calling dbxout_function_end. From-SVN: r12779 --- gcc/dbxout.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 158160b..6711cfb 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -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 } -- cgit v1.1