* config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.

From-SVN: r48671
This commit is contained in:
Herman A.J. ten Brugge 2002-01-09 04:35:07 +01:00 committed by Michael Hayes
parent bd3ab23abb
commit fcd8fa8b20
2 changed files with 5 additions and 2 deletions

View 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.

View 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. */