Re: libgcc_s.so "Use the shared library..."

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

 



* Christer Solskogen via Gcc-help:

> "but some functions are only in the static library."
>
> How come? Are there functions that can only exist in a static library?

Yes, some functions are always called through local calls, e.g. the
outline atomics helpers on AArch64.  In these cases, the definition
cannot reside in a different object.

Thanks,
Florian




[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