From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18108 invoked by alias); 18 Jun 2012 21:42:55 -0000 Received: (qmail 18099 invoked by uid 22791); 18 Jun 2012 21:42:54 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ey0-f169.google.com (HELO mail-ey0-f169.google.com) (209.85.215.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Jun 2012 21:42:39 +0000 Received: by eaan1 with SMTP id n1so1935580eaa.0 for ; Mon, 18 Jun 2012 14:42:38 -0700 (PDT) Received: by 10.14.48.76 with SMTP id u52mr3191955eeb.180.1340055757996; Mon, 18 Jun 2012 14:42:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.188.11 with HTTP; Mon, 18 Jun 2012 14:42:07 -0700 (PDT) In-Reply-To: <4FDF9888.1050405@googlemail.com> References: <4FDF9888.1050405@googlemail.com> From: Khem Raj Date: Mon, 18 Jun 2012 21:42:00 -0000 Message-ID: Subject: Re: crt0.o from newlib has ARM32-only routines when building gcc for arm-eabi To: David Fernandez Cc: crossgcc@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00030.txt.bz2 On Mon, Jun 18, 2012 at 2:07 PM, David Fernandez wrote: > > Is that expected? As crt0.S in newlib has #ifdefs to choose the right > thumb-2, thumb or ARM specific assembler depending on the predefined macros. look for compiler cmdline when this was compiled. Did you use --with-mode=thumb when configuring the compiler ? -- For unsubscribe information see http://sourceware.org/lists.html#faq