Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
[PowerPC64LE] Fix gdtoa configurations on LE.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
[PowerPC64LE] Fix gdtoa configurations on LE.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 automaticallybased on the low level preprocessor defines.Fixes printf/scanf on PowerPC64LE, although there is still a problemlurking regarding Signalling NaNs...Sponsored by: Tag1 Consulting, Inc.
show more ...
Add support files for compiling with soft-float. This has beencopied from ARM and modified to warrant the duplication. Oh,and to make it work for PowerPC :-)