Commit 99d1a24c by Richard Henderson Committed by Richard Henderson

dbxout.c (dbxout_function_end): Fix last change.

* dbxout.c (dbxout_function_end): Fix last change.  The correct
predicate is ASM_OUTPUT_SECTION_NAME.

From-SVN: r18675
parent 5bac82c5
Wed Mar 18 16:14:23 1998 Richard Henderson <rth@cygnus.com>
* dbxout.c (dbxout_function_end): Fix last change. The correct
predicate is ASM_OUTPUT_SECTION_NAME.
Wed Mar 18 12:43:20 1998 Jim Wilson <wilson@cygnus.com> Wed Mar 18 12:43:20 1998 Jim Wilson <wilson@cygnus.com>
* sh.md (ashlsi_c-1): Delete 3rd argument to gen_ashlsi_c. * sh.md (ashlsi_c-1): Delete 3rd argument to gen_ashlsi_c.
......
...@@ -331,7 +331,7 @@ void dbxout_types (); ...@@ -331,7 +331,7 @@ void dbxout_types ();
void dbxout_args (); void dbxout_args ();
void dbxout_symbol (); void dbxout_symbol ();
#ifndef NO_DBX_FUNCTION_END #if defined(ASM_OUTPUT_SECTION_NAME)
static void dbxout_function_end PROTO((void)); static void dbxout_function_end PROTO((void));
#endif #endif
static void dbxout_typedefs PROTO((tree)); static void dbxout_typedefs PROTO((tree));
...@@ -352,7 +352,7 @@ static void dbxout_finish_symbol PROTO((tree)); ...@@ -352,7 +352,7 @@ static void dbxout_finish_symbol PROTO((tree));
static void dbxout_block PROTO((tree, int, tree)); static void dbxout_block PROTO((tree, int, tree));
static void dbxout_really_begin_function PROTO((tree)); static void dbxout_really_begin_function PROTO((tree));
#ifndef NO_DBX_FUNCTION_END #if defined(ASM_OUTPUT_SECTION_NAME)
static void static void
dbxout_function_end () dbxout_function_end ()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment