Also exclude .note.GNU-stack section on Windows arm64

This commit is contained in:
Nadia Holmquist Pedersen 2023-11-07 10:53:01 +01:00
parent 8fa9705079
commit 24a33e505e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ ARM_RestoreContext:
br x18 br x18
#ifndef __APPLE__ #if !defined(__APPLE__) && !defined(__WIN32__)
.section .note.GNU-stack,"",@progbits .section .note.GNU-stack,"",@progbits
#endif #endif