Commit a2f196e0 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r29108
parent 4519c0a8
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> Sat Sep 4 11:19:52 1999 Richard Henderson <rth@cygnus.com>
* Makefile.in (GGC, GGC_LIB): New. * Makefile.in (GGC, GGC_LIB): New.
......
...@@ -679,7 +679,7 @@ dtors_section () \ ...@@ -679,7 +679,7 @@ dtors_section () \
#undef RETURN_POPS_ARGS #undef RETURN_POPS_ARGS
#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) \ #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) \
((TARGET_ELF) ? \ ((TARGET_ELF) ? \
(i386_return_pops_args (FUNDECL, FUNTYPE, SIZE)) : \ (ix86_return_pops_args (FUNDECL, FUNTYPE, SIZE)) : \
(((FUNDECL) && (TREE_CODE (FUNDECL) == IDENTIFIER_NODE)) ? 0 \ (((FUNDECL) && (TREE_CODE (FUNDECL) == IDENTIFIER_NODE)) ? 0 \
: (TARGET_RTD \ : (TARGET_RTD \
&& (TYPE_ARG_TYPES (FUNTYPE) == 0 \ && (TYPE_ARG_TYPES (FUNTYPE) == 0 \
......
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