Commit 31d2a87b authored by Alexandre Julliard's avatar Alexandre Julliard

winebuild: Add GNU stack note also to the undefined symbols file.

Recent ld complains about this.
parent 3253cbd8
......@@ -631,6 +631,8 @@ static char *create_undef_symbols_file( DLLSPEC *spec )
}
for (j = 0; j < extra_ld_symbols.count; j++)
output( "\t%s %s\n", get_asm_ptr_keyword(), asm_name(extra_ld_symbols.str[j]) );
output_gnu_stack_note();
fclose( output_file );
obj_file = get_temp_file_name( output_file_name, ".o" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment