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/26695] -mabi=ieeelongdouble / undefined reference to _q_add.



------- Comment #3 from joseph at codesourcery dot com  2006-03-15 21:14 -------
Subject: Re:   New: -mabi=ieeelongdouble / undefined
 reference to _q_add.

On Wed, 15 Mar 2006, pluto at agmk dot net wrote:

> undefined reference to `_q_add'

This function is an ABI-defined function libc should define, glibc has 
definitions of these functions (except it wrongly defines _q_uitoq instead 
of _q_utoq) but you'll need to get a glibc version with those definitions 
built in.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26695


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