summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-23 20:31:24 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-23 20:31:24 +0000
commit2af8e9ca1a4805b3d2200860aa99611a464df44a (patch)
tree95dbc037a54678ea8860cce0aaf475534afddb37 /gcc/dbxout.c
parent3a8631fa382145ff192027b18da5ecf5b1465be2 (diff)
downloadgcc-2af8e9ca1a4805b3d2200860aa99611a464df44a.tar.gz
* dbxout.c (dbxout_function_decl): Don't use
DBX_OUTPUT_FUNCTION_END. * system.h: Poison DBX_OUTPUT_FUNCTION_END. * doc/tm.texi (DBX_OUTPUT_FUNCTION_END): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89496 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 077cc498a32..afbc2be640e 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -851,9 +851,6 @@ dbxout_function_decl (tree decl)
dbxout_begin_function (decl);
#endif
dbxout_block (DECL_INITIAL (decl), 0, DECL_ARGUMENTS (decl));
-#ifdef DBX_OUTPUT_FUNCTION_END
- DBX_OUTPUT_FUNCTION_END (asm_out_file, decl);
-#endif
dbxout_function_end ();
}