Selaa lähdekoodia

Placate linker

Jeroen van Rijn 2 kuukautta sitten
vanhempi
commit
393e00bec3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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