freebsd-nq/lib/libc/alpha/gen
Jason Evans 929273386f Add three-tier symbol naming in support of POSIX thread cancellation
points.  For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep().  The arrows represent weak aliases.  For
system calls, the pattern is _read() <-- _libc_read() <-- read().
2000-01-12 09:23:48 +00:00
..
_setjmp.S Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
divrem.m4 Declare the return address for __divX, __remX so that gdb can step over 1999-05-02 12:05:09 +00:00
fabs.S
flt_rounds.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
fpgetmask.c Implement fpsetmask() and other fp*() functions. Programs should use 1998-12-23 11:50:52 +00:00
fpgetround.c Implement fpsetmask() and other fp*() functions. Programs should use 1998-12-23 11:50:52 +00:00
fpgetsticky.c Implement fpsetmask() and other fp*() functions. Programs should use 1998-12-23 11:50:52 +00:00
fpsetmask.c Implement fpsetmask() and other fp*() functions. Programs should use 1998-12-23 11:50:52 +00:00
fpsetround.c Implement fpsetmask() and other fp*() functions. Programs should use 1998-12-23 11:50:52 +00:00
fpsetsticky.c Implement fpsetmask() and other fp*() functions. Programs should use 1998-12-23 11:50:52 +00:00
frexp.c
infinity.c
isinf.c
ldexp.c
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
modf.c
setjmp.S Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
sigsetjmp.S Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00