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 #2 from pluto at agmk dot net  2006-03-15 14:22 -------
(In reply to comment #1)
> Why are you using ieeelongdouble?

just for testing. is it enough reason?

> It is not really supported at all on PPC-linux.

so, for what gcc has such broken feature?

[ cite gcc.info@ppc ]

`-mabi=ABI-TYPE'
     Extend the current ABI with a particular extension, or remove such
     extension.  Valid values are ALTIVEC, NO-ALTIVEC, SPE, NO-SPE,
     IBMLONGDOUBLE, IEEELONGDOUBLE.
                    ^^^^^^^^^^^^^^

`-mabi=ibmlongdouble'
     Change the current ABI to use IBM extended precision long double.
     This is a PowerPC 32-bit SYSV ABI option.

`-mabi=ieeelongdouble'
     Change the current ABI to use IEEE extended precision long double.
     This is a PowerPC 32-bit Linux ABI option.
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ /cite ]


-- 


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]