Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/gnu/dist/toolchain/gcc/config/alpha Pull up revision 1....



details:   https://anonhg.NetBSD.org/src/rev/0f04418cbc35
branches:  netbsd-1-6
changeset: 529699:0f04418cbc35
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 07 22:28:03 2002 +0000

description:
Pull up revision 1.4 (requested by thorpej in ticket #921):
  In alpha_initialize_trampoline, use tramp, not addr, to
  pass the trampoline address to __enable_execute_stack.
  Otherwise, incorrect behaviour would result if the trampoline
  happened to straddle a page boundary.

diffstat:

 gnu/dist/toolchain/gcc/config/alpha/alpha.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e5024e1683f7 -r 0f04418cbc35 gnu/dist/toolchain/gcc/config/alpha/alpha.c
--- a/gnu/dist/toolchain/gcc/config/alpha/alpha.c       Sat Dec 07 22:23:52 2002 +0000
+++ b/gnu/dist/toolchain/gcc/config/alpha/alpha.c       Sat Dec 07 22:28:03 2002 +0000
@@ -3070,7 +3070,7 @@
 
 #ifdef TRANSFER_FROM_TRAMPOLINE
   emit_library_call (gen_rtx (SYMBOL_REF, Pmode, "__enable_execute_stack"),
-                    0, VOIDmode, 1, addr, Pmode);
+                    0, VOIDmode, 1, tramp, Pmode);
 #endif
 
   if (jmpofs >= 0)



Home | Main Index | Thread Index | Old Index