summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/mips/crt0.S')
-rw-r--r--libc/sysdeps/linux/mips/crt0.S14
1 files changed, 0 insertions, 14 deletions
diff --git a/libc/sysdeps/linux/mips/crt0.S b/libc/sysdeps/linux/mips/crt0.S
index a23a012ad..000c2901a 100644
--- a/libc/sysdeps/linux/mips/crt0.S
+++ b/libc/sysdeps/linux/mips/crt0.S
@@ -34,17 +34,3 @@ __start:
jal __uClibc_main
hlt: b hlt /* Crash if somehow it does return. */
-#if 0 /* this should be provided by crtbegin/crtend in the compiler */
-/* a little bit of stuff to support C++ */
- .section .ctors,"aw"
- .align 4
- .global __CTOR_LIST__
-__CTOR_LIST__:
- .long -1
-
- .section .dtors,"aw"
- .align 4
- .global __DTOR_LIST__
-__DTOR_LIST__:
- .long -1
-#endif