From: Richard Kenner Date: Fri, 28 Jun 1996 18:07:33 +0000 (-0400) Subject: (dbxout_function): Respect NO_DBX_FUNCTION_END. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=960a3ef20b1b824ff19ede19a6a9ae9c627ddeb2;p=gcc.git (dbxout_function): Respect NO_DBX_FUNCTION_END. From-SVN: r12356 --- diff --git a/gcc/dbxout.c b/gcc/dbxout.c index caee999b57a..31b048ef3c0 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -2596,7 +2596,7 @@ dbxout_function (decl) #ifdef DBX_OUTPUT_FUNCTION_END DBX_OUTPUT_FUNCTION_END (asmfile, decl); #endif -#ifdef ASM_OUTPUT_SECTION_NAME +#if defined(ASM_OUTPUT_SECTION_NAME) && !defined(NO_DBX_FUNCTION_END) if (use_gnu_debug_info_extensions && DECL_SECTION_NAME (decl) != NULL) dbxout_function_end ();