Commit dcb44500 by J"orn Rennecke Committed by Joern Rennecke

* sh.h (MAX_FIXED_MODE_SIZE): Define.

From-SVN: r56599
parent 3ec07554
Tue Aug 27 13:53:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh.h (MAX_FIXED_MODE_SIZE): Define.
2002-08-27 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net> 2002-08-27 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
* doc/cpp.texi (Common Predefined Macros): Don't mess with table * doc/cpp.texi (Common Predefined Macros): Don't mess with table
......
...@@ -3271,6 +3271,8 @@ extern int rtx_equal_function_value_matters; ...@@ -3271,6 +3271,8 @@ extern int rtx_equal_function_value_matters;
#define PROMOTE_FUNCTION_ARGS #define PROMOTE_FUNCTION_ARGS
#define PROMOTE_FUNCTION_RETURN #define PROMOTE_FUNCTION_RETURN
#define MAX_FIXED_MODE_SIZE (TARGET_SH5 ? 128 : 64)
/* ??? Define ACCUMULATE_OUTGOING_ARGS? This is more efficient than pushing /* ??? Define ACCUMULATE_OUTGOING_ARGS? This is more efficient than pushing
and poping arguments. However, we do have push/pop instructions, and and poping arguments. However, we do have push/pop instructions, and
rather limited offsets (4 bits) in load/store instructions, so it isn't rather limited offsets (4 bits) in load/store instructions, so it isn't
......
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