NetBSD/lib/libc/quad
christos 314e0b18b9 change an #if __GNUC >= 2 to #if (__GNUC__ >= 2) || defined(lint)
to get the right definition of qshift_t.
1999-05-03 15:39:47 +00:00
..
TESTS
Makefile.inc use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate 1999-02-24 15:05:20 +00:00
adddi3.c
anddi3.c
ashldi3.c Make shifting by 0 work even when shifting by 32 is equivalent to shifting 1998-01-29 03:23:40 +00:00
ashrdi3.c Cast signed long shifts to unsigned long to avoid lint portability warnings. 1999-05-03 15:37:48 +00:00
cmpdi2.c
divdi3.c
fixdfdi.c
fixsfdi.c
fixunsdfdi.c Corrected an off-by-one error (lib/6314 Torbjorn Granlund) 1999-03-26 21:04:24 +00:00
fixunssfdi.c
floatdidf.c
floatdisf.c
floatunsdidf.c
iordi3.c
lshldi3.c Make shifting by 0 work even when shifting by 32 is equivalent to shifting 1998-01-29 03:23:40 +00:00
lshrdi3.c Make shifting by 0 work even when shifting by 32 is equivalent to shifting 1998-01-29 03:23:40 +00:00
moddi3.c
muldi3.c remove obsolete register declarations 1998-02-03 18:23:37 +00:00
negdi2.c
notdi2.c
qdivrem.c Cast things to (digit) where the LHS is (digit) to avoid loss of precision 1999-05-03 15:38:41 +00:00
quad.h change an #if __GNUC >= 2 to #if (__GNUC__ >= 2) || defined(lint) 1999-05-03 15:39:47 +00:00
subdi3.c
ucmpdi2.c
udivdi3.c
umoddi3.c
xordi3.c