public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bero at arklinux dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/21751] New: [csl-arm-branch] fails to bootstrap with EABI
Date: Wed, 25 May 2005 14:15:00 -0000	[thread overview]
Message-ID: <20050525140401.21751.bero@arklinux.org> (raw)

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


             reply	other threads:[~2005-05-25 14:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-25 14:15 bero at arklinux dot org [this message]
2005-05-25 14:48 ` [Bug bootstrap/21751] " bero at arklinux dot org
2005-05-26 20:10 ` [Bug bootstrap/21751] [csl-arm-branch and HEAD] " bero at arklinux dot org
2005-05-27 19:35 ` drow at gcc dot gnu dot org
2005-05-27 21:02 ` bero at arklinux dot org
2005-05-27 21:10 ` drow at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050525140401.21751.bero@arklinux.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).