From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4412 invoked by alias); 1 Mar 2004 10:49:01 -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 4381 invoked by alias); 1 Mar 2004 10:49:00 -0000 Date: Mon, 01 Mar 2004 10:49:00 -0000 Message-ID: <20040301104900.4376.qmail@sources.redhat.com> From: "rearnsha at arm dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040301000655.14352.drow@gcc.gnu.org> References: <20040301000655.14352.drow@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/14352] New FP code not compiled for non-arm-elf targets X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg00086.txt.bz2 List-Id: ------- Additional Comments From rearnsha at arm dot com 2004-03-01 10:48 ------- Subject: Re: New: New FP code not compiled for non-arm-elf targets > t-linux just says this: > > LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx > > This generates undefined references in libgcc_s.so to, for instance, the functions > defined by L_addsubdf3. > > If I copy LIB1ASMFUNCS from t-arm-elf to t-linux that solves the problem (for > this particular target at least, and keeping _dvmd_lnx...) t-linux is not a soft-float target, so shouldn't need any of the FP support functions. R. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14352