Rewrite INNER_THAN so that it takes parameters.
This commit is contained in:
Andrew Cagney
1998-11-28 22:53:04 +00:00
parent 0233186932
commit 3a0c96a996
31 changed files with 67 additions and 31 deletions

View File

@@ -110,7 +110,7 @@ extern CORE_ADDR sparc_pc_adjust PARAMS ((CORE_ADDR));
/* Stack grows downward. */
#define INNER_THAN <
#define INNER_THAN(lhs,rhs) ((lhs) < (rhs))
/* Stack must be aligned on 64-bit boundaries when synthesizing
function calls. */