* i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.

From-SVN: r29108
This commit is contained in:
Richard Henderson 1999-09-04 13:00:00 -07:00 committed by Richard Henderson
parent 4519c0a872
commit a2f196e089
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sat Sep 4 12:57:17 1999 Richard Henderson <rth@cygnus.com>
* i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
Sat Sep 4 11:19:52 1999 Richard Henderson <rth@cygnus.com>
* Makefile.in (GGC, GGC_LIB): New.

View File

@ -679,7 +679,7 @@ dtors_section () \
#undef RETURN_POPS_ARGS
#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) \
((TARGET_ELF) ? \
(i386_return_pops_args (FUNDECL, FUNTYPE, SIZE)) : \
(ix86_return_pops_args (FUNDECL, FUNTYPE, SIZE)) : \
(((FUNDECL) && (TREE_CODE (FUNDECL) == IDENTIFIER_NODE)) ? 0 \
: (TARGET_RTD \
&& (TYPE_ARG_TYPES (FUNTYPE) == 0 \