Re: __LDBL_MANT_DIG__

2006-01-12 Thread Perry Smith
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

Re: __LDBL_MANT_DIG__

2006-01-12 Thread Gabriel Dos Reis
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

Re: __LDBL_MANT_DIG__

2006-01-12 Thread Perry Smith
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__

Re: __LDBL_MANT_DIG__

2006-01-12 Thread Gabriel Dos Reis
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