This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14352] New FP code not compiled for non-arm-elf targets
- From: "rearnsha at arm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2004 10:49:00 -0000
- Subject: [Bug target/14352] New FP code not compiled for non-arm-elf targets
- References: <20040301000655.14352.drow@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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