Re: Errors when compiling C++ using cross GCC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* 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.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux