* Mark G.: > I went to go look at the assembly code for frexpl in libm.a and here I > came across something confusing: > > $ grep -rH frexpl /emb-root/usr/lib/arm-linux-gnueabihf/libm.a > Binary file /emb-root/usr/lib/arm-linux-gnueabihf/libm.a matches Uh-oh. Is there no libm.so.6? > It sure is in there as a symbole. But... > > $ arm-linux-gnueabihf-objdump -d > /emb-root/usr/lib/arm-linux-gnueabihf/libm.a |grep frexpl It could be that it's a symbol alias which is not visible in the disassembly.