freebsd-dev/lib/libc/sparc64/gen
David Schultz 7b74e4a759 Remove fpsetsticky(). This was added for SysV compatibility, but due
to mistakes from day 1, it has always had semantics inconsistent with
SVR4 and its successors.  In particular, given argument M:

- On Solaris and FreeBSD/{alpha,sparc64}, it clobbers the old flags
  and *sets* the new flag word to M.  (NetBSD, too?)
- On FreeBSD/{amd64,i386}, it *clears* the flags that are specified in M
  and leaves the remaining flags unchanged (modulo a small bug on amd64.)
- On FreeBSD/ia64, it is not implemented.

There is no way to fix fpsetsticky() to DTRT for both old FreeBSD apps
and apps ported from other operating systems, so the best approach
seems to be to kill the function and fix any apps that break.  I
couldn't find any ports that use it, and any such ports would already
be broken on FreeBSD/ia64 and Linux anyway.

By the way, the routine has always been undocumented in FreeBSD,
except for an MLINK to a manpage that doesn't describe it.  This
manpage has stated since 5.3-RELEASE that the functions it describes
are deprecated, so that must mean that functions that it is *supposed*
to describe but doesn't are even *more* deprecated.  ;-)

Note that fpresetsticky() has been retained on FreeBSD/i386.  As far
as I can tell, no other operating systems or ports of FreeBSD
implement it, so there's nothing for it to be inconsistent with.

PR:		75862
Suggested by:	bde
2005-03-15 15:53:39 +00:00
..
_ctx_start.S Implement makecontext. 2003-04-01 23:28:50 +00:00
_set_tp.c Add support for TLS in statically linked programs. 2004-08-15 16:18:52 +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 Correct the values of FLT_ROUNDS for the FE_UPWARD and FE_DOWNWARD cases. 2005-01-18 15:29:28 +00:00
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
infinity.c Implement fpclassify(): 2003-02-08 20:37:55 +00:00
makecontext.c Implement makecontext. 2003-04-01 23:28:50 +00:00
Makefile.inc Remove fpsetsticky(). This was added for SysV compatibility, but due 2005-03-15 15:53:39 +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