Rainer Orth | 10e48e3 | 2011-06-09 12:30:46 +0000 | [diff] [blame] | 1 | /* Dummy implementation of __enable_execute_stack. */ |
| 2 | |
Uros Bizjak | 1da9434 | 2011-06-22 13:20:07 +0200 | [diff] [blame] | 3 | extern void __enable_execute_stack (void *); |
| 4 | |
Rainer Orth | 10e48e3 | 2011-06-09 12:30:46 +0000 | [diff] [blame] | 5 | /* Attempt to turn on execute permission for the stack. */ |
Uros Bizjak | 1da9434 | 2011-06-22 13:20:07 +0200 | [diff] [blame] | 6 | |
Rainer Orth | 10e48e3 | 2011-06-09 12:30:46 +0000 | [diff] [blame] | 7 | void |
| 8 | __enable_execute_stack (void *addr __attribute__((__unused__))) |
| 9 | { |
| 10 | } |