From: Richard Henderson Date: Sat, 4 Sep 1999 20:00:00 +0000 (-0700) Subject: * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2f196e089cbe531405483707c1bf89466473da6;p=gcc.git * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args. From-SVN: r29108 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ed79892a25c..2178ca994dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 4 12:57:17 1999 Richard Henderson + + * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args. + Sat Sep 4 11:19:52 1999 Richard Henderson * Makefile.in (GGC, GGC_LIB): New. diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index ac4e7e1e094..3aae13d613e 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -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 \