Commit f6b37354 by Jeffrey A Law Committed by Jeff Law

* pa.h (FIRST_PARM_CALLER_OFFSET): Delete.

From-SVN: r28340
parent 3bccbef6
Thu Jul 29 18:37:13 1999 Jeffrey A Law (law@cygnus.com)
* pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
Thu Jul 29 19:01:58 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* arm.h (Hint): Delete macro.
......
......@@ -823,12 +823,6 @@ int zdepi_cint_p ();
#define FIRST_PARM_OFFSET(FNDECL) -32
/* Absolute value of offset from top-of-stack address to location to store the
function parameter if it can't go in a register.
Addresses for following parameters are computed relative to this one. */
#define FIRST_PARM_CALLER_OFFSET(FNDECL) -32
/* When a parameter is passed in a register, stack space is still
allocated for it. */
#define REG_PARM_STACK_SPACE(DECL) 16
......
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