#
3bab0f24 |
| 11-Apr-2024 |
christos <christos@NetBSD.org> |
avoid lint warning on the vax
|
#
4739ebdb |
| 15-Feb-2016 |
martin <martin@NetBSD.org> |
Avoid strict alias violation for VAX
|
#
453980f6 |
| 24-Aug-2014 |
matt <matt@NetBSD.org> |
Assume anything not vax has IEEEFP.
|
#
547b3a3b |
| 10-Aug-2014 |
matt <matt@NetBSD.org> |
Changes to existing files to enable building AARCH64 userland. evbarm64-el This is clang only. While gcc4.8 supports aarch64, no netbsd support has been written for aarch64 with gcc4.8.
|
#
47c0e0c3 |
| 11-Mar-2013 |
tron <tron@NetBSD.org> |
Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause license granted by Oracle America, Inc.. This license change was approved by Wim Coekaerts, Senior Vice President, Linux a
Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause license granted by Oracle America, Inc.. This license change was approved by Wim Coekaerts, Senior Vice President, Linux and Virtualization at Oracle Corporation.
This fixes PR lib/45293 by Pedro Giffuni.
show more ...
|
#
9e66e6d7 |
| 25-Jun-2012 |
abs <abs@NetBSD.org> |
Update old-style definitions to ANSI, remove a couple of register definitions along the way. Fixed gcc 4.1 build (thank you vax)
|
#
1bb11e66 |
| 22-Mar-2012 |
christos <christos@NetBSD.org> |
vax-specific lint fixes.
|
#
c8c03b97 |
| 14-Feb-2009 |
lukem <lukem@NetBSD.org> |
fix -Wsign-compare issues (untested)
|
#
3a0cfd5a |
| 15-Sep-2006 |
cherry <cherry@NetBSD.org> |
add ia64 to the ugly IEEEFP hackaround
|
#
a419bb67 |
| 05-Aug-2005 |
wiz <wiz@NetBSD.org> |
espie@openbsd: impelmentation -> implementation
yes, new typo for an old friend.
|
#
aa6e9c56 |
| 08-Dec-2003 |
matt <matt@NetBSD.org> |
Make this compile on non-IEEE GCC3 targets (aka VAX).
|
#
3fdac2b8 |
| 18-Jan-2003 |
thorpej <thorpej@NetBSD.org> |
Merge the nathanw_sa branch.
|
#
02ac1ae2 |
| 06-Jun-2002 |
fredette <fredette@NetBSD.org> |
Added hppa support (some of it incomplete) to lib/csu, lib/libc, and lib/libkvm.
|
#
846f87db |
| 15-Dec-2001 |
thorpej <thorpej@NetBSD.org> |
Use __sh__ instead of __sh3__.
|
#
ab48aa4c |
| 19-Jun-2001 |
fvdl <fvdl@NetBSD.org> |
Another one of those if defined(arch) lists I forgot to commit earlier.
|
#
fe6fa584 |
| 21-Feb-2001 |
bjh21 <bjh21@NetBSD.org> |
Add support for ARM VFP-format doubles, conditional on __VFP_FP__.
|
#
45531ab9 |
| 18-Feb-2001 |
bjh21 <bjh21@NetBSD.org> |
The ARM FPA is big-endian as far as the word order in doubles is concerned.
|
#
b2ffea9b |
| 09-Feb-2001 |
bjh21 <bjh21@NetBSD.org> |
__arm26__ || __arm32__ -> __arm__ Not least because the unified NetBSD/arm compiler probably won't predefine __arm26__ or __arm32__.
|
#
f9b8c27a |
| 20-Dec-2000 |
christos <christos@NetBSD.org> |
appease lint casts
|
#
dd8046c2 |
| 17-Jul-2000 |
matt <matt@NetBSD.org> |
fix a bug in the NOIEEE (aka VAX) case.
|
#
7c5c8962 |
| 14-Jul-2000 |
fvdl <fvdl@NetBSD.org> |
Use explicit int32 get/put macros. Needed for 64bit big-endian systems.
|
#
6c97e2bd |
| 09-May-2000 |
bjh21 <bjh21@NetBSD.org> |
Initial commit of arm26 port
|
#
60549036 |
| 22-Jan-2000 |
mycroft <mycroft@NetBSD.org> |
Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed.
|
#
4e87e41c |
| 26-Nov-1999 |
msaitoh <msaitoh@NetBSD.org> |
check __sh3__
|
#
1325a26d |
| 15-Nov-1998 |
christos <christos@NetBSD.org> |
delint
|