* alpha32.h (INITIALIZE_TRAMPOLINE): Get offsets right.
From-SVN: r26603
This commit is contained in:
parent
14eecd34f5
commit
98283b4208
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Apr 23 14:57:33 1999 Donn Terry <donn@interix.com>
|
||||
|
||||
* alpha32.h (INITIALIZE_TRAMPOLINE): Get offsets right.
|
||||
|
||||
Fri Apr 23 14:36:47 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* alpha.c (alpha_expand_prologue): Don't negate frame size
|
||||
|
|
|
@ -77,7 +77,7 @@ Boston, MA 02111-1307, USA. */
|
|||
|
||||
#undef INITIALIZE_TRAMPOLINE
|
||||
#define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \
|
||||
alpha_initialize_trampoline (TRAMP, FNADDR, CXT, 16, 20, 12)
|
||||
alpha_initialize_trampoline (TRAMP, FNADDR, CXT, 20, 16, 12)
|
||||
|
||||
/* Output code to add DELTA to the first argument, and then jump to FUNCTION.
|
||||
Used for C++ multiple inheritance. */
|
||||
|
|
Loading…
Add table
Reference in a new issue