From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8847 invoked by alias); 26 May 2005 19:49:25 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 8835 invoked by uid 48); 26 May 2005 19:49:20 -0000 Date: Thu, 26 May 2005 20:10:00 -0000 Message-ID: <20050526194920.8834.qmail@sourceware.org> From: "bero at arklinux dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050525140401.21751.bero@arklinux.org> References: <20050525140401.21751.bero@arklinux.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/21751] [csl-arm-branch and HEAD] fails to bootstrap with EABI X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg03508.txt.bz2 List-Id: ------- Additional Comments From bero at arklinux dot org 2005-05-26 19:49 ------- This is reproducable on HEAD branch as well; it's not limited to csl-arm-branch. The patch I've attached is not sufficient to fix it; the resulting compiler sort of works, but produces something like this: descriptor_test.o(.text+0xc88): In function `global constructors keyed to main': descriptor_test.cpp: undefined reference to `__aeabi_atexit' /stuff/tmp/cross/lib/gcc/arm-linux/3.4.3/../../../../arm-linux/bin/ld: warning: .fini_array section has zero size when building C++ libraries. -- What |Removed |Added ---------------------------------------------------------------------------- Summary|[csl-arm-branch] fails to |[csl-arm-branch and HEAD] |bootstrap with EABI |fails to bootstrap with EABI http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21751