History log of /netbsd-src/lib/libc/arch/i386/stdlib/div.S (Results 1 – 10 of 10)
Revision Date Author Comments
# 0d34bfa2 23-May-2014 uebayasi <uebayasi@NetBSD.org>

Put missing END() markers to set ELF symbol size.


# bdd01b22 12-Jun-2011 plunky <plunky@NetBSD.org>

Functions that return a struct or union, must set %eax to the value
of the original address of the callers area before it returns.

(System V ABI, i386 supplement, fourth edition, page 3-14)


# 99410184 26-Jul-2003 salo <salo@NetBSD.org>

netbsd.org->NetBSD.org


# e0cb66f6 08-Jan-2001 lukem <lukem@NetBSD.org>

rcsid & whitespace police


# 52d1f127 08-Jan-2001 fvdl <fvdl@NetBSD.org>

Make these actually work (fixes PR 11914).


# 7b4ed4f8 28-Apr-1995 jtc <jtc@NetBSD.org>

Winning Strategies has placed this code into the Public Domain


# 915f7d4d 12-Mar-1994 jtc <jtc@NetBSD.org>

Use RCSID macro.


# e2c220f9 28-Jan-1994 jtc <jtc@NetBSD.org>

Fix spelling error in Copyright notice


# 823c3657 21-Oct-1993 jtc <jtc@NetBSD.org>

Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change
th LIBC_RCS, the entire source tree should be updated at once.
Remove && !defined(lint) from conditionals around rcs id's.

Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change
th LIBC_RCS, the entire source tree should be updated at once.
Remove && !defined(lint) from conditionals around rcs id's. No one is
ever going to pass a *.s file through lint.

show more ...


# 479a1c33 08-Oct-1993 jtc <jtc@NetBSD.org>

Provide i386 versions of div and ldiv -- they are simpler than the C versions,
since the idiv instruction does the right thing wrt truncating towards zero.