This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]