summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips/bionic/crtend_so.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-mips/bionic/crtend_so.S')
-rw-r--r--libc/arch-mips/bionic/crtend_so.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/arch-mips/bionic/crtend_so.S b/libc/arch-mips/bionic/crtend_so.S
new file mode 100644
index 0000000..f09c427
--- /dev/null
+++ b/libc/arch-mips/bionic/crtend_so.S
@@ -0,0 +1,5 @@
+ .section .init_array, "aw"
+ .long 0
+
+ .section .fini_array, "aw"
+ .long 0