Ver Fonte

Placate linker

Jeroen van Rijn há 2 meses atrás
pai
commit
393e00bec3
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      base/runtime/entry_unix_no_crt_amd64.asm

+ 1 - 0
base/runtime/entry_unix_no_crt_amd64.asm

@@ -3,6 +3,7 @@ bits 64
 extern _start_odin
 extern _start_odin
 global _start
 global _start
 
 
+section .note.GNU-stack
 section .text
 section .text
 
 
 ;; Entry point for programs that specify -no-crt option
 ;; Entry point for programs that specify -no-crt option