On Jan 12, 2006, at 11:10 AM, Gabriel Dos Reis wrote:
Perry Smith <[EMAIL PROTECTED]> writes:
| Thanks Gaby...
|
| To recap, my current quest is to resolve references to symbols like
| __floatdidf. This is in a library for ppc64/soft-float.
|
| Ian pointed me to ppc64-fp.c. When I try to comp
Perry Smith <[EMAIL PROTECTED]> writes:
| Thanks Gaby...
|
| To recap, my current quest is to resolve references to symbols like
| __floatdidf. This is in a library for ppc64/soft-float.
|
| Ian pointed me to ppc64-fp.c. When I try to compile it, TFtype is
| undefined. It is suppose to get de
Thanks Gaby...
To recap, my current quest is to resolve references to symbols like
__floatdidf. This is in a library for ppc64/soft-float.
Ian pointed me to ppc64-fp.c. When I try to compile it, TFtype is
undefined. It is suppose to get defined in fp-bit.h but only if
__LDBL_MANT_DIG__
Perry Smith <[EMAIL PROTECTED]> writes:
| Sorry for such a lame question:
|
| Where does __LDBL_MANT_DIG__ get defined? (gcc 4.0.2)
a built-in macro. See gcc/c-cppbuiltin.c
-- Gaby