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/arm/crt0.S | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'libc/sysdeps/linux/arm') diff --git a/libc/sysdeps/linux/arm/crt0.S b/libc/sysdeps/linux/arm/crt0.S index de7ef7848..0d4031eaf 100644 --- a/libc/sysdeps/linux/arm/crt0.S +++ b/libc/sysdeps/linux/arm/crt0.S @@ -92,17 +92,3 @@ _start: /* Ok, now run uClibc's main() -- shouldn't return */ bl __uClibc_main -#if 0 /* this is already provided by crtbegin/crtend in the arm-elf 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 -- cgit v1.2.3