Commit e31c2957 by Jason Thorpe Committed by Jason Thorpe

alpha.c (alpha_initialize_trampoline): Use tramp, not addr, to pass the…

alpha.c (alpha_initialize_trampoline): Use tramp, not addr, to pass the trampoline address to __enable_execute_stack.

* config/alpha/alpha.c (alpha_initialize_trampoline): Use
tramp, not addr, to pass the trampoline address to
__enable_execute_stack.

From-SVN: r58258
parent a020b527
2002-10-17 Jason Thorpe <thorpej@wasabisystems.com>
* config/alpha/alpha.c (alpha_initialize_trampoline): Use
tramp, not addr, to pass the trampoline address to
__enable_execute_stack.
Thu Oct 17 18:40:47 CEST 2002 Jan Hubicka <jh@suse.cz> Thu Oct 17 18:40:47 CEST 2002 Jan Hubicka <jh@suse.cz>
* mmintrin.h: Guard by __MMX__ * mmintrin.h: Guard by __MMX__
......
...@@ -6040,7 +6040,7 @@ alpha_initialize_trampoline (tramp, fnaddr, cxt, fnofs, cxtofs, jmpofs) ...@@ -6040,7 +6040,7 @@ alpha_initialize_trampoline (tramp, fnaddr, cxt, fnofs, cxtofs, jmpofs)
#ifdef TRANSFER_FROM_TRAMPOLINE #ifdef TRANSFER_FROM_TRAMPOLINE
emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"), emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"),
0, VOIDmode, 1, addr, Pmode); 0, VOIDmode, 1, tramp, Pmode);
#endif #endif
if (jmpofs >= 0) if (jmpofs >= 0)
......
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