freebsd-dev/lib/libc/sparc64/gen
Colin Percival 1c81bd2c60 style cleanup: Remove duplicate $FreeBSD$ tags.
These files had tags after teh copyright notice,
inside the comment block (incorrect, removed),
and outside the comment block (correct).

Approved by:	rwatson (mentor)
2004-02-10 20:45:28 +00:00
..
_ctx_start.S Implement makecontext. 2003-04-01 23:28:50 +00:00
_setjmp.S Rewrite longjmp() and _longjmp() to directly restore the saved frame, 2003-01-05 22:17:32 +00:00
assym.s
fabs.S style cleanup: Remove duplicate $FreeBSD$ tags. 2004-02-10 20:45:28 +00:00
fixunsdfsi.S Use __FBSDID. 2002-06-29 03:23:51 +00:00
flt_rounds.c
fpgetmask.c Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +00:00
fpgetround.c Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +00:00
fpgetsticky.c Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +00:00
fpsetmask.c Use the macros from machine/fsr.h; some minor cleanups. 2002-09-14 18:07:03 +00:00
fpsetround.c Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +00:00
fpsetsticky.c Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +00:00
frexp.c
infinity.c Implement fpclassify(): 2003-02-08 20:37:55 +00:00
isinf.c o Implement C99 classification macros isfinite(), isinf(), isnan(), 2003-02-12 20:03:41 +00:00
ldexp.c
makecontext.c Implement makecontext. 2003-04-01 23:28:50 +00:00
Makefile.inc Implement signalcontext. 2003-08-08 15:40:28 +00:00
modf.S Use __FBSDID. 2002-06-29 03:23:51 +00:00
setjmp.S Rewrite longjmp() and _longjmp() to directly restore the saved frame, 2003-01-05 22:17:32 +00:00
signalcontext.c Remove unused variables. Add required headers and function 2004-01-06 18:53:26 +00:00
sigsetjmp.S Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(), 2003-01-05 22:10:06 +00:00