Commit 845b1456 by Nick Clifton Committed by Nick Clifton

(CUMULATIVE_ARGS): Replace typedef with #define.

From-SVN: r54701
parent 9d5feb9b
2002-06-17 Nick Clifton <nickc@cambridge.redhat.com>
* config/fr30/fr30.h (CUMULATIVE_ARGS): Replace typedef with
#define.
* config/m32r/m32r.md: Replace gen_sequence with get_insns.
2002-06-16 Richard Henderson <rth@redhat.com>
......
......@@ -718,7 +718,7 @@ enum reg_class
/* On the FR30 this value is an accumulating count of the number of argument
registers that have been filled with argument values, as opposed to say,
the number of bytes of argument accumulated so far. */
typedef int CUMULATIVE_ARGS;
#define CUMULATIVE_ARGS int
/* A C expression for the number of words, at the beginning of an argument,
must be put in registers. The value must be zero for arguments that are
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment