aboutsummaryrefslogtreecommitdiffstats
path: root/linker/arch/x86/begin.S
diff options
context:
space:
mode:
Diffstat (limited to 'linker/arch/x86/begin.S')
-rw-r--r--linker/arch/x86/begin.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/linker/arch/x86/begin.S b/linker/arch/x86/begin.S
index d8a39ca32..5be59cb15 100644
--- a/linker/arch/x86/begin.S
+++ b/linker/arch/x86/begin.S
@@ -44,9 +44,5 @@ _start:
popl %esp
jmp *%eax
-.section .ctors, "wa"
-.globl __CTOR_LIST__
-
-__CTOR_LIST__:
- .long -1
+#include "__stack_chk_fail_local.S"