This is the mail archive of the gcc@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: darwin, symbol visibility differences between libgcc_s and libgcc


On Dec 19, 2008, at 6:24 PM, Jack Howarth wrote:
Could you comment on...

http://gcc.gnu.org/ml/gcc/2008-12/msg00310.html

Is there some specific reason it's done this way?

Yes, libgcc_s is carefully built with carefully controlled exports. They are controlled by:


gcc/libgcc-std.ver

when someone wants to export one of the symbols, they can just add it to the list.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]