This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Re: Errors when compiling C++ using cross GCC


* 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]