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