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@gcc.gnu.org>2004-10-23 20:31:24 +0000
commitd0ed471f0913d0221115de86e279829ba81d01cb (patch)
tree95dbc037a54678ea8860cce0aaf475534afddb37 /gcc/dbxout.c
parentfc45f3fed574b7427fe7f468eb728e032a0f1e25 (diff)
downloadgcc-d0ed471f0913d0221115de86e279829ba81d01cb.zip
gcc-d0ed471f0913d0221115de86e279829ba81d01cb.tar.gz
gcc-d0ed471f0913d0221115de86e279829ba81d01cb.tar.bz2
dbxout.c (dbxout_function_decl): Don't use DBX_OUTPUT_FUNCTION_END.
* 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. From-SVN: r89496
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 077cc49..afbc2be 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 ();
}