You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/wine-vanilla/files/wine-vanilla-7.0-noexecstac...

8 lines
223 B

Also write GNU-stack note on dummy files used for stub libraries.
--- a/tools/winebuild/import.c
+++ b/tools/winebuild/import.c
@@ -1675,2 +1675,3 @@
output( "\t.text\n" );
+ output_gnu_stack_note();
}