* dbxout.c (dbxout_function_decl): Don't use
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Oct 2004 20:31:24 +0000 (20:31 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Oct 2004 20:31:24 +0000 (20:31 +0000)
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

gcc/ChangeLog
gcc/dbxout.c
gcc/doc/tm.texi
gcc/system.h

index 4db7c3c..972675a 100644 (file)
@@ -1,3 +1,10 @@
+2004-10-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * 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.
+
 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR middle-end/17967
index 077cc49..afbc2be 100644 (file)
@@ -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 ();
 }
 
index d7e13e9..c7ebbb8 100644 (file)
@@ -8028,14 +8028,6 @@ This macro should not be defined if the default output is correct, or
 if it can be made correct by defining @code{DBX_LINES_FUNCTION_RELATIVE}.
 @end defmac
 
-@defmac DBX_OUTPUT_FUNCTION_END (@var{stream}, @var{function})
-Define this macro if the target machine requires special output at the
-end of the debugging information for a function.  The definition should
-be a C statement (sans semicolon) to output the appropriate information
-to @var{stream}.  @var{function} is the @code{FUNCTION_DECL} node for
-the function.
-@end defmac
-
 @defmac NO_DBX_FUNCTION_END
 Some stabs encapsulation formats (in particular ECOFF), cannot handle the
 @code{.stabs "",N_FUN,,0,0,Lscope-function-1} gdb dbx extension construct.
index 56f5ff0..31ec37e 100644 (file)
@@ -656,7 +656,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
        COLLECT_PARSE_FLAG DWARF2_GENERATE_TEXT_SECTION_LABEL WINNING_GDB  \
        ASM_OUTPUT_FILENAME ASM_OUTPUT_SOURCE_LINE FILE_NAME_JOINER        \
        GDB_INV_REF_REGPARM_STABS_LETTER DBX_MEMPARM_STABS_LETTER          \
-       PUT_SDB_SRC_FILE STABS_GCC_MARKER
+       PUT_SDB_SRC_FILE STABS_GCC_MARKER DBX_OUTPUT_FUNCTION_END
 
 /* Hooks that are no longer used.  */
  #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE  \