OpenGrok
Cross Reference: abs.S
xref
: /
src
/
lib
/
libc
/
arch
/
i386
/
stdlib
/
abs.S
Home
|
History
|
Annotate
|
Download
|
only in
stdlib
History log of
/src/lib/libc/arch/i386/stdlib/abs.S
Revision
Date
Author
Comments
1.8
23-May-2014
uebayasi
Put missing END() markers to set ELF symbol size.
1.7
07-Aug-2003
agc
branches: 1.7.62; 1.7.74;
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
1.6
16-Jul-1997
christos
RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in
<machine/asm.h>; Also syscalls should be protected using the SYSLIBC_SCCS
define not LIBC_SCCS
1.5
16-Mar-1994
jtc
Smaller & Faster.
1.4
12-Mar-1994
jtc
Use RCSID macro.
1.3
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.2
08-Oct-1993
jtc
Provide an assembly language version of labs().
Since ints and longs are both 32 bits on a i386, we could alias abs()
and labs() together as mycroft did with memmove()/memcpy(), but I'm
waiting on an interpretation ruling to see if it is legal.
1.1
07-Oct-1993
cgd
make an arch directory in libc, and move all machine dirs into it
1.7.74.1
10-Aug-2014
tls
Rebase.
1.7.62.1
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
Indexes created Sat Sep 20 22:09:52 GMT 2025