aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-23 20:31:24 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-10-23 20:31:24 +0000
commitb6b5a0204aaad29f92920c2710de9b7c24870d71 (patch)
tree95dbc037a54678ea8860cce0aaf475534afddb37 /gcc/dbxout.c
parente05ce56dc2e563c3e02c98786cc2475b8615473c (diff)
* 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: https://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 ();
}