Szabolcs Nagy
2012-08-06 14:27:09 UTC
for some reason __builtin_nanf is not recongnized when -fPIC
is used (without -fPIC everything is fine)
i guess this is not intentional
int main()
{
double x = __builtin_nanf("");
return 0;
}
pcc -fPIC -c a.c
then a.o will have an undefined __builtin_nanf symbol
is used (without -fPIC everything is fine)
i guess this is not intentional
int main()
{
double x = __builtin_nanf("");
return 0;
}
pcc -fPIC -c a.c
then a.o will have an undefined __builtin_nanf symbol