summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/bionic/crtend.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/bionic/crtend.S')
-rw-r--r--libc/arch-x86/bionic/crtend.S13
1 files changed, 0 insertions, 13 deletions
diff --git a/libc/arch-x86/bionic/crtend.S b/libc/arch-x86/bionic/crtend.S
deleted file mode 100644
index 7f5fb66..0000000
--- a/libc/arch-x86/bionic/crtend.S
+++ /dev/null
@@ -1,13 +0,0 @@
-
- .section .preinit_array, "aw"
- .long 0
-
- .section .init_array, "aw"
- .long 0
-
- .section .fini_array, "aw"
- .long 0
-
- .section .ctors, "aw"
- .long 0
-