On Tue, Sep 17, 2002 at 04:49:43PM +0200, Helge Bahmann wrote:

>I am currently working on a loadable X server module and would like to use
>long long arithmetics in quite some places. During testing I always got
>"An unresolved function was called!" messages which were quite
>inexplicable to me, until I tracked it down to the symbol "__divdi3",
>which gcc generates for my long long division (x86 architecture,
>gcc-2.95.4 on Debian Woody).

This symbol is exported by the loader in the current XFree86.  See
xfree86/loader/xf86sym.c.  In 4.2.0 it was only exported for IA-64
builds.

David
--
David Dawes
Release Engineer/Architect                      The XFree86 Project
www.XFree86.org/~dawes
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to