summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386/fpemul/load_store.c
Commit message (Collapse)AuthorAgeFilesLines
* Use suword16/fuword16 instead of susword/fusword - this has two differentpeter2002-06-201-3/+3
| | | | | definitions so far.. 16 bit on x86 and appears to be 32 bit on sparc64. Be explicit to avoid suprises.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-6/+11
| | | | integers. Don't forget to cast to (void *) as well.
* Removed unused #includes (bogus #includes were necessary because fusword()bde1997-08-311-2/+1
| | | | was declared in the wrong place).
* Don't depend on gcc's feature of permitting returning void expressionsbde1997-07-011-2/+3
| | | | in functions returning void.
* Removed unused #includes.bde1997-06-141-3/+1
|
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Updated #includes to 4.4Lite style.bde1996-09-101-11/+11
|
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
| | | | | some declarations are moved from <machine/cpufunc.h> to better places.
* Fix the consistent mistranslation of Linux's get_fs_word() andbde1994-09-211-4/+4
| | | | | | | | put_fs_word() to fuword() and suword(). Linux words are 16 bits but BSD words are 32-bits, at least on vax's. Writing a too-large word trashed the neighbouring short word. Bruce
* Copyright changes per the author.rich1994-06-101-6/+16
| | | | | Added specific permissions for redistribution with FreeBSD and NetBSD. Fixed author's email address.
* Added rcs Id'sgclarkii1994-04-291-0/+3
|
* Import of gpl'ed math emulator.gclarkii1994-04-291-0/+256
No changes have been done.
OpenPOWER on IntegriCloud