This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/14352] New FP code not compiled for non-arm-elf targets


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]