diff options
author | Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl> | 2002-01-09 04:35:07 +0100 |
---|---|---|
committer | Michael Hayes <m.hayes@gcc.gnu.org> | 2002-01-09 03:35:07 +0000 |
commit | fcd8fa8b205c7d14a6bdc794cde4663e67f45eb8 (patch) | |
tree | 5bf1189337fab346e95bbb58fa08aa9b30efc9d0 | |
parent | bd3ab23abb31ccea6648ce1813e67d38b83535f8 (diff) | |
download | gcc-fcd8fa8b205c7d14a6bdc794cde4663e67f45eb8.zip gcc-fcd8fa8b205c7d14a6bdc794cde4663e67f45eb8.tar.gz gcc-fcd8fa8b205c7d14a6bdc794cde4663e67f45eb8.tar.bz2 |
* config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
From-SVN: r48671
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/c4x/c4x.h | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86dd6d6..727d3df 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index cadfe0c..76d5952 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -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. */ |