* i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
authorRichard Henderson <rth@cygnus.com>
Sat, 4 Sep 1999 20:00:00 +0000 (13:00 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 4 Sep 1999 20:00:00 +0000 (13:00 -0700)
From-SVN: r29108

gcc/ChangeLog
gcc/config/i386/sco5.h

index ed79892a25c76b3fe3e512f04e00690d498590cb..2178ca994dcf6236f1568a6fb01c82ce791be12b 100644 (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.
index ac4e7e1e094899eea206c2a8b44fcf68521eee97..3aae13d613e80e0a294d60e958537eedfcca370a 100644 (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                                        \