winebuild: Mark the stack non-executable in static import libraries.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2016-04-04 15:41:51 +09:00
parent a1cc2b185d
commit c52e4b6551

View File

@ -1454,6 +1454,7 @@ static void build_unix_import_lib( DLLSPEC *spec )
output( "\t%s %s%s$%u$%s\n", get_asm_ptr_keyword(),
asm_name( prefix ), dll_name, odp->ordinal, name );
output_function_size( name );
output_gnu_stack_note();
break;
default: