This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/21751] New: [csl-arm-branch] fails to bootstrap with EABI
- From: "bero at arklinux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2005 14:04:08 -0000
- Subject: [Bug bootstrap/21751] New: [csl-arm-branch] fails to bootstrap with EABI
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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