From 48e1feaa9d7d7f36b5eba25baccd99a56adf9b64 Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Thu, 27 Jan 2011 10:23:16 -0800 Subject: Updated gcc 4.4.3 IA toolchain doesn't require the .ctors list Change-Id: Ia840a19a45257128eccdcf25d105f500f2d90741 Signed-off-by: H.J. Lu Signed-off-by: Bruce Beare --- libc/arch-x86/bionic/crtend.S | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc/arch-x86/bionic/crtend.S') diff --git a/libc/arch-x86/bionic/crtend.S b/libc/arch-x86/bionic/crtend.S index 7f5fb66..884ba8b 100644 --- a/libc/arch-x86/bionic/crtend.S +++ b/libc/arch-x86/bionic/crtend.S @@ -1,4 +1,3 @@ - .section .preinit_array, "aw" .long 0 @@ -7,7 +6,3 @@ .section .fini_array, "aw" .long 0 - - .section .ctors, "aw" - .long 0 - -- cgit v1.1