* config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
authorHerman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
Wed, 9 Jan 2002 03:35:07 +0000 (04:35 +0100)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Wed, 9 Jan 2002 03:35:07 +0000 (03:35 +0000)
From-SVN: r48671

gcc/ChangeLog
gcc/config/c4x/c4x.h

index 86dd6d6132707bc66ed9ad3daea91a1caf793aa2..727d3df5f0d22182faad22d27e296842059239dc 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-09  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
+
+       * config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
+
 2002-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
        * config/c4x/c4x/md: Remove extraneous constraints from define_splits.
index cadfe0c3c0f90b3c370922ef1850ea88e70e4340..76d5952ff912fc4f3a6c31f703a9fcfc2547529f 100644 (file)
@@ -1091,9 +1091,8 @@ enum reg_class
 
 /* Passing Function Arguments on the Stack.  */
 
-#if 0
+#define        PUSH_ARGS 1
 #define PUSH_ROUNDING(BYTES) (BYTES)
-#endif
 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACK_SIZE) 0
 
 /* The following structure is used by calls.c, function.c, c4x.c.  */