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]

darwin, symbol visibility differences between libgcc_s and libgcc


Hi,

I've noticed that there are a few symbols that appear " T " from libgcc.a and " t " from libgcc_s.1.dylib.
(the exact set depends on ppc/intel and 32/64)


for example, on darwin9 (32 bit libs) the following;
___copysigntf3
___fabstf2
___udiv_w_sdiv
___unordtf2

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


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