mirror of
https://github.com/reactos/wine.git
synced 2024-11-27 21:50:37 +00:00
winebuild: Mark the stack non-executable in static import libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a1cc2b185d
commit
c52e4b6551
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user