hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90
[official-gcc.git] / libgcc / enable-execute-stack-empty.c
blobe2cc02ba1168a6c92feaa388ae038b1a65ca7ab7
1 /* Dummy implementation of __enable_execute_stack. */
3 extern void __enable_execute_stack (void *);
5 /* Attempt to turn on execute permission for the stack. */
7 void
8 __enable_execute_stack (void *addr __attribute__((__unused__)))