summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/softfloat/arm-gcc.h
Commit message (Collapse)AuthorAgeFilesLines
* On ARM EABI double precision floating point values are stored in theandrew2013-09-071-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.
* Silence a clang warning by telling it we are only interested in leftandrew2013-01-061-1/+1
| | | | shifting the lower 32bits of the floating point value when we demangle it.
* Import the FreeBSD/arm libc bits.cognet2004-05-141-0/+101
Obtained from: NetBSD
OpenPOWER on IntegriCloud