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: ___divti3 and ___umodti3 missing on Darwin


>>>>> Jack Howarth writes:

Jack> A few questions. Does linuxppc64 use the libgcc-ppc64.ver in
Jack> gcc/config/rs6000 or does it use the stock libgcc-std.ver in the
Jack> gcc directory? I am still unclear which 'owns' libgcc-ppc64.ver
Jack> since it doesn't have darwin explicitly in its name. Also does

Jack> nm -D libgcc_s.so | grep __umodti3

Jack> show the symbol being present on linuxppc64 like it does on x86_64?

$ nm -D libgcc_s.so | grep ti3
0000000000022a70 D __addvti3
0000000000022860 D __ashlti3
0000000000022878 D __ashrti3
0000000000022d70 D __divti3
0000000000022848 D __lshrti3
0000000000022d88 D __modti3
0000000000022818 D __multi3
0000000000022b00 D __mulvti3
0000000000022ab8 D __subvti3
0000000000022da0 D __udivti3
0000000000022db8 D __umodti3

David


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