summaryrefslogtreecommitdiff
path: root/lib/libc/powerpc/softfloat
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC64LE] Fix gdtoa configurations on LE.Brandon Bergren2020-09-231-0/+4
| | | | | | | | | | | | | | | | gdtoa wins the award for "most outdated endianness naming convention" with its IEEE_8087 vs IEEE_MC68k defines. I had a good chuckle. Update softfloat and arith.h to adjust to BE or LE automatically based on the low level preprocessor defines. Fixes printf/scanf on PowerPC64LE, although there is still a problem lurking regarding Signalling NaNs... Sponsored by: Tag1 Consulting, Inc. Notes: svn path=/head/; revision=366054
* Add support files for compiling with soft-float. This has beenMarcel Moolenaar2008-04-273-0/+448
copied from ARM and modified to warrant the duplication. Oh, and to make it work for PowerPC :-) Notes: svn path=/head/; revision=178620