#
22882071 |
| 14-Dec-2009 |
matt <matt@NetBSD.org> |
Merge from matt-nb5-mips64.
|
#
eb7c1594 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
#
7f74df5e |
| 10-Nov-2002 |
thorpej <thorpej@NetBSD.org> |
ABICALLS -> __ABICALLS__
|
#
68a9b351 |
| 19-Aug-1997 |
jonathan <jonathan@NetBSD.org> |
Do a .cpload if compiling with PIC. Examining the .so output from binutils 2.8 and 2.8.1 shows the li.d $f2, 4503599627370496e0 is (incorrectly?) emitted as GP-relative loads when PIC is in effect.
|
#
9f3b0506 |
| 17-Sep-1996 |
jonathan <jonathan@NetBSD.org> |
* Add Mips ABI changes for ELf shared library support. From OpenBSD, patched into NetBSD by <bouyer@ensta.fr>. * Include generic NetBSD/mips <mips/*.h> files, instead of old Sprite names.
|
#
81b108b4 |
| 16-Sep-1996 |
jonathan <jonathan@NetBSD.org> |
Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag string from "Id:" to "NetBSD:".
|
#
509475b2 |
| 29-Sep-1995 |
jonathan <jonathan@NetBSD.org> |
Copy the input argument to $f0 so we handle negative inputs properly in the tail.
Doesn't yet handle +/- inf as cleanly as other implementations.
|
#
945bd69e |
| 25-Sep-1995 |
jonathan <jonathan@NetBSD.org> |
The old mips modf didn't work (pr 1048). This replaces it with a version that does work on little-endian MIPS CPUs. Not tested on big-endian MIPS; the "li.d" may be byteorder-dependent.
|
#
201fac6e |
| 15-Dec-1994 |
mycroft <mycroft@NetBSD.org> |
More underscores...
|
#
705ee976 |
| 14-Nov-1994 |
dean <dean@NetBSD.org> |
Prepended underscores
|
#
ae1bfcdd |
| 24-May-1994 |
glass <glass@NetBSD.org> |
libc support for mips. libkern hooks are disabled
|