tech-toolchain archive

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

Re: cairo symbol check



On Thu, Jun 22, 2017 at 12:22:49AM +1000, Matthew Green wrote:
> i don't understand what the symbol check is trying to do.

It checks if only symbols that the cairo developers defined are in the
object. __udivdi3 is not by them.

> both
> these symbols are in both libgcc and libgcc_s, and in one case
> you'll get them linked statically into the binary and in the other
> case you'll get them dynamically linked.

They are included in the cairo library.

> what is the output of the original nm case without the cut -- ie,
> what's the full output of these two lines -- what sort of symbol
> are they?

"T"
 Thomas


Home | Main Index | Thread Index | Old Index