Home | History | Annotate | Download | only in stdlib
History log of /src/lib/libc/arch/i386/stdlib/ldiv.S
RevisionDateAuthorComments
 1.10  23-May-2014  uebayasi Put missing END() markers to set ELF symbol size.
 1.9  12-Jun-2011  plunky branches: 1.9.8; 1.9.18;
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)
 1.8  26-Jul-2003  salo branches: 1.8.54;
netbsd.org->NetBSD.org
 1.7  08-Jan-2001  lukem rcsid & whitespace police
 1.6  08-Jan-2001  fvdl Make these actually work (fixes PR 11914).
 1.5  28-Apr-1995  jtc branches: 1.5.20;
Winning Strategies has placed this code into the Public Domain
 1.4  12-Mar-1994  jtc Use RCSID macro.
 1.3  28-Jan-1994  jtc Fix spelling error in Copyright notice
 1.2  21-Oct-1993  jtc 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.
 1.1  08-Oct-1993  jtc 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.
 1.5.20.1  26-Jan-2001  jhawk Pull up revision 1.6 (requested by fvdl):
Implement workinf versions of div() and ldev(). Previously they returned
garbage, but were generally unused.
 1.8.54.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.9.18.1  10-Aug-2014  tls Rebase.
 1.9.8.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed