Commit 9be75e44 by Geoffrey Keating Committed by Geoffrey Keating

darwin-tramp.asm (__trampoline_setup): Call __enable_execute_stack on completion.

	* config/rs6000/darwin-tramp.asm (__trampoline_setup): Call
	__enable_execute_stack on completion.

From-SVN: r121633
parent 9ca6a963
2007-02-05 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/darwin-tramp.asm (__trampoline_setup): Call
__enable_execute_stack on completion.
2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com> 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
* config/i386/athlon.md (athlon_fldxf_k8, athlon_fld_k8, * config/i386/athlon.md (athlon_fldxf_k8, athlon_fld_k8,
......
...@@ -96,10 +96,12 @@ Lcache: ...@@ -96,10 +96,12 @@ Lcache:
addi r3,r3,4 addi r3,r3,4
bdnz Lcache bdnz Lcache
/* Finally synchronize things & return */ /* Ensure cache-flushing has finished. */
sync sync
isync isync
blr
/* Make stack writeable. */
b ___enable_execute_stack
Labort: Labort:
#ifdef __DYNAMIC__ #ifdef __DYNAMIC__
......
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