projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80d9200
)
(dbxout_function): Don't check DECL_SECTION_NAME before
author
Jim Wilson
<wilson@gcc.gnu.org>
Mon, 23 Sep 1996 19:34:01 +0000
(12:34 -0700)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/gcc/dbxout.c
b/gcc/dbxout.c
index 158160b7b9ebbd04361a2de1b64a566ab4cc87fc..6711cfbe90c703d265992f48747091415d5cf22d 100644
(file)
--- 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
}