nm test.o: (g++, cmath, exp, expf)

Reza Roboubi rezarob@gmail.com
Sat Sep 21 18:50:00 GMT 2013


When using g++, the cmath
exp(float)
exp(double)

functions are supposed to resolve differently(based on the parameter type.)  But
nm test.o
always keeps showing only one function: exp.  How can I see that the
functions are really different?

Thank you,
Reza.



More information about the Binutils mailing list