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
This commit is contained in:
parent
5bac82c574
commit
99d1a24c9b
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* sh.md (ashlsi_c-1): Delete 3rd argument to gen_ashlsi_c.
|
||||
|
@ -331,7 +331,7 @@ void dbxout_types ();
|
||||
void dbxout_args ();
|
||||
void dbxout_symbol ();
|
||||
|
||||
#ifndef NO_DBX_FUNCTION_END
|
||||
#if defined(ASM_OUTPUT_SECTION_NAME)
|
||||
static void dbxout_function_end PROTO((void));
|
||||
#endif
|
||||
static void dbxout_typedefs PROTO((tree));
|
||||
@ -352,7 +352,7 @@ static void dbxout_finish_symbol PROTO((tree));
|
||||
static void dbxout_block PROTO((tree, int, tree));
|
||||
static void dbxout_really_begin_function PROTO((tree));
|
||||
|
||||
#ifndef NO_DBX_FUNCTION_END
|
||||
#if defined(ASM_OUTPUT_SECTION_NAME)
|
||||
static void
|
||||
dbxout_function_end ()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user