summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/bionic/crtbegin_static.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/bionic/crtbegin_static.S')
-rw-r--r--libc/arch-x86/bionic/crtbegin_static.S7
1 files changed, 1 insertions, 6 deletions
diff --git a/libc/arch-x86/bionic/crtbegin_static.S b/libc/arch-x86/bionic/crtbegin_static.S
index eb4acee..3f8446e 100644
--- a/libc/arch-x86/bionic/crtbegin_static.S
+++ b/libc/arch-x86/bionic/crtbegin_static.S
@@ -67,12 +67,6 @@ _start:
.long __FINI_ARRAY__
.long __CTOR_LIST__
-# the .ctors section contains a list of pointers to "constructor"
-# functions that need to be called in order during C library initialization,
-# just before the program is being run. This is a C++ requirement
-#
-# the last entry shall be 0, and is defined in crtend.S
-#
.section .preinit_array, "aw"
.globl __PREINIT_ARRAY__
__PREINIT_ARRAY__:
@@ -93,3 +87,4 @@ __FINI_ARRAY__:
__CTOR_LIST__:
.long -1
+#include "__dso_handle.S"