Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On ARM EABI double precision floating point values are stored in the | andrew | 2013-09-07 | 1 | -1/+1 |
| | | | | | | endian the CPU is in, i.e. little-endian on most ARM cores. This allows ARMv4 and ARMv5 boards to boot with the ARM EABI. | ||||
* | Add support for the FPA floating-point format on ARM. The | marcel | 2008-12-23 | 1 | -1/+1 |
| | | | | | | | | | FPA floating-point format is identical to the VFP format, but is always stored in big-endian. Introduce _IEEE_WORD_ORDER to describe the byte-order of the FP representation. Obtained from: Juniper Networks, Inc | ||||
* | Provide definitions suitable for arm big-endian. | cognet | 2006-11-06 | 1 | -0/+5 |
| | |||||
* | Import the FreeBSD/arm libc bits. | cognet | 2004-05-14 | 1 | -0/+16 |
Obtained from: NetBSD |