From a222ff0b49ccfc61b52579dfe33629782845baad Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 16 Mar 2002 15:13:11 +0000 Subject: Remove the C++ support stubs, since these now live elsewhere and these stubs were preventing the real stuff from working properly. -Erik --- libc/sysdeps/linux/powerpc/crt0.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'libc/sysdeps/linux/powerpc/crt0.c') diff --git a/libc/sysdeps/linux/powerpc/crt0.c b/libc/sysdeps/linux/powerpc/crt0.c index cf1c94af4..a2615b02a 100644 --- a/libc/sysdeps/linux/powerpc/crt0.c +++ b/libc/sysdeps/linux/powerpc/crt0.c @@ -36,19 +36,6 @@ asm( "); -/* a little bit of stuff to support C++ */ -asm( - "\t.section .ctors,\"aw\"\n" - "\t.align 4\n" - "\t.global __CTOR_LIST__\n" - "__CTOR_LIST__:\n" - "\t.long -1\n" - "\t.section .dtors,\"aw\"\n" - "\t.align 4\n" - "\t.global __DTOR_LIST__\n" - "__DTOR_LIST__:\n" - "\t.long -1\n" - ); void __uClibc_main(int argc,void *argv,void *envp); -- cgit v1.2.3