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
This commit is contained in:
parent
9ca6a963e3
commit
9be75e444a
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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:
|
||||||
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__
|
||||||
|
|
Loading…
Add table
Reference in a new issue