Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller).

2
This commit is contained in:
Egbert Eich 2004-08-26 11:58:08 +00:00
parent 198e62c44b
commit c8672e7ac7

View File

@ -1055,27 +1055,39 @@ LOOKUP xfree86LookupTab[] = {
# endif
#endif
#if defined(__GNUC__)
#ifndef __UNIXOS2__
#if !defined(__UNIXOS2__) && !defined(Lynx)
SYMFUNC(__div64)
#endif
#if !defined(Lynx) /* FIXME: test on others than x86 and !3.1.0a/x86 */
SYMFUNC(__divdf3)
#endif
SYMFUNC(__divdi3)
#if !defined(Lynx)
SYMFUNC(__divsf3)
SYMFUNC(__divsi3)
#endif
SYMFUNC(__moddi3)
#if !defined(Lynx)
SYMFUNC(__modsi3)
#ifndef __UNIXOS2__
#endif
#if !defined(__UNIXOS2__) && !defined(Lynx)
SYMFUNC(__mul64)
#endif
#if !defined(Lynx)
SYMFUNC(__muldf3)
#endif
SYMFUNC(__muldi3)
#if !defined(Lynx)
SYMFUNC(__mulsf3)
SYMFUNC(__mulsi3)
SYMFUNC(__udivdi3)
SYMFUNC(__udivsi3)
#endif
SYMFUNC(__umoddi3)
#if !defined(Lynx)
SYMFUNC(__umodsi3)
#endif
#endif
#if defined(__ia64__)
SYMFUNC(_outw)
SYMFUNC(_outb)