NetBSD/lib/libc/quad
kleink ba7f64cc15 Revert previous change: the assertion
* is made in a utility function with file scope only, and
* will never fail.
1999-09-17 09:18:15 +00:00
..
TESTS
Makefile.inc
adddi3.c
anddi3.c
ashldi3.c
ashrdi3.c The last commit changed the behavious wrt sign extension. 1999-09-10 12:53:10 +00:00
cmpdi2.c
divdi3.c
fixdfdi.c
fixsfdi.c
fixunsdfdi.c
fixunssfdi.c
floatdidf.c
floatdisf.c
floatunsdidf.c
iordi3.c
lshldi3.c
lshrdi3.c
moddi3.c
muldi3.c
negdi2.c
notdi2.c
qdivrem.c Revert previous change: the assertion 1999-09-17 09:18:15 +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