* i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
From-SVN: r29108
This commit is contained in:
parent
4519c0a872
commit
a2f196e089
@ -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.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user