Browse Source

Placate linker

Jeroen van Rijn 2 months ago
parent
commit
393e00bec3
1 changed files with 1 additions and 0 deletions
  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
 global _start
 
+section .note.GNU-stack
 section .text
 
 ;; Entry point for programs that specify -no-crt option