瀏覽代碼

Placate linker

Jeroen van Rijn 1 周之前
父節點
當前提交
393e00bec3
共有 1 個文件被更改,包括 1 次插入0 次删除
  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