#
a5dfc9a7 |
| 27-Jan-2019 |
dholland <dholland@NetBSD.org> |
fix another mergeo
|
#
d91f98a8 |
| 27-Jan-2019 |
pgoyette <pgoyette@NetBSD.org> |
Merge the [pgoyette-compat] branch
|
#
cdb65da5 |
| 07-Nov-2018 |
riastradh <riastradh@NetBSD.org> |
On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs.
For some reason, fabs lives in libc, not in libm, and our tests now detect when fabs or fabsl is missing from libm. For those ports that
On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs.
For some reason, fabs lives in libc, not in libm, and our tests now detect when fabs or fabsl is missing from libm. For those ports that sometimes have long double and sometimes don't, make it conditional.
Still missing: fabs _and_ fabsl on ia64. Need help from an itanium wizard! Other portmasters: Please take a look and see if I missed any ports that might have long double where this alias will not work.
show more ...
|
#
c1bc7ede |
| 17-Jul-2013 |
matt <matt@NetBSD.org> |
Use __HAVE_FPU__ instead __HAVE_68881__
|
#
94258182 |
| 16-Jul-2013 |
matt <matt@NetBSD.org> |
Add END(func)
|
#
07a0a325 |
| 16-Jul-2013 |
matt <matt@NetBSD.org> |
Convert to normal Motorola syntax for addressing. %r@ -> (%r) %r@- -> -(%r) %r@+ -> (%r)+ %r@(n) n(%r) etc. No object differences.
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
d74323a8 |
| 18-May-2001 |
fredette <fredette@NetBSD.org> |
On m68000, all code is compiled softfloat, so functions that return floats must do so in integer registers, as the pre-SVR4 ABI code did. So in these functions we ignore __SVR4_ABI__ if __HAVE_68881
On m68000, all code is compiled softfloat, so functions that return floats must do so in integer registers, as the pre-SVR4 ABI code did. So in these functions we ignore __SVR4_ABI__ if __HAVE_68881__ is not also set.
show more ...
|
#
3b435a73 |
| 25-Oct-1999 |
thorpej <thorpej@NetBSD.org> |
Add register prefixes.
|
#
d658cafb |
| 02-May-1999 |
kleink <kleink@NetBSD.org> |
When using the SVR4 ABI, just return floating point values in fp0.
|
#
9f3b240e |
| 30-Jul-1997 |
jtc <jtc@NetBSD.org> |
Fix files using old TNF copyright notice
|
#
16e8217f |
| 26-Jun-1996 |
jtc <jtc@NetBSD.org> |
new implementation that simply clears most significant bit
|
#
9f1ee9ae |
| 13-Dec-1995 |
thorpej <thorpej@NetBSD.org> |
New-style RCS id's. In assmebly files, use the RCSID() macro where appropriate.
|
#
5f709618 |
| 25-Nov-1993 |
paulus <paulus@NetBSD.org> |
Machine-dependent files for generic m68k machines (copied from hp300)
|