summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/crt0.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/m68k/crt0.c')
-rw-r--r--libc/sysdeps/linux/m68k/crt0.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/m68k/crt0.c b/libc/sysdeps/linux/m68k/crt0.c
index 3b6b2279b..0af108f1e 100644
--- a/libc/sysdeps/linux/m68k/crt0.c
+++ b/libc/sysdeps/linux/m68k/crt0.c
@@ -21,12 +21,6 @@
extern void __uClibc_main(int argc,void *argv,void *envp);
-/* a little bit of stuff to support C++ */
-__asm__(".section .ctors,\"aw\"\n.align 4\n.global __CTOR_LIST__\n"
- "__CTOR_LIST__:\n.long -1\n");
-
-__asm__(".section .dtors,\"aw\"\n.align 4\n.global __DTOR_LIST__\n"
- "__DTOR_LIST__:\n.long -1\n");
void _start(unsigned int first_arg)
{