#
440d829b |
| 16-Jul-2013 |
matt <matt@NetBSD.org> |
WEAK_ALIAS is always present Use 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.
|
#
cac8e449 |
| 04-Aug-2008 |
matt <matt@NetBSD.org> |
Add C99 functions imaxabs and imaxdiv.
|
#
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.
|
#
3529d6d1 |
| 29-May-2001 |
kleink <kleink@NetBSD.org> |
Add missing internal names and weak aliases to assembly versions.
|
#
e4d7c2e3 |
| 06-Mar-2000 |
kleink <kleink@NetBSD.org> |
Add ISO C99 long long integer general utility interfaces; partially addresses PR standards/9482.
|