This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/26695] -mabi=ieeelongdouble / undefined reference to _q_add.
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Mar 2006 21:14:07 -0000
- Subject: [Bug target/26695] -mabi=ieeelongdouble / undefined reference to _q_add.
- References: <bug-26695-7667@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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