From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3084 invoked by alias); 25 May 2005 14:04:26 -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 3044 invoked by uid 48); 25 May 2005 14:04:08 -0000 Date: Wed, 25 May 2005 14:15:00 -0000 From: "bero at arklinux dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050525140401.21751.bero@arklinux.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/21751] New: [csl-arm-branch] fails to bootstrap with EABI X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg03370.txt.bz2 List-Id: Compiling csl-arm-branch with --with-abi=iwmmxt fails in csl_arm_branch as of 2005/05/25: gcc/crtstuff.c: In function `__do_global_dtors_aux': gcc/crtstuff.c:260: error: `__DTOR_LIST__' undeclared (first use in this function) gcc/crtstuff.c:260: error: (Each undeclared identifier is reported only once gcc/crtstuff.c:260: error: for each function it appears in.) make[1]: *** [crtbegin.o] Error 1 The problem is that crtstuff.c (__do_global_dtors_aux()) uses __DTOR_LIST__ whenever FINI_ARRAY_SECTION_ASM_OP isn't set (which is the case for arm w/ EABI), but DTOR_LIST_BEGIN isn't #defined to define __DTOR_LIST__ if __ARM_EABI__ is defined (gcc/config/arm/arm.h). -- Summary: [csl-arm-branch] fails to bootstrap with EABI Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-ark-linux GCC host triplet: i686-ark-linux GCC target triplet: armv5tel-ark-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21751