From 393e00bec3e855475659de0c6c38d3898a36cb36 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 31 Jul 2025 16:40:40 +0200 Subject: [PATCH] Placate linker --- base/runtime/entry_unix_no_crt_amd64.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/base/runtime/entry_unix_no_crt_amd64.asm b/base/runtime/entry_unix_no_crt_amd64.asm index 1d2d3ccea..225356a2f 100644 --- a/base/runtime/entry_unix_no_crt_amd64.asm +++ b/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