OpenLibm/arm
Ed Schouten d07820351b Rename the fenv headers.
I guess the idea would be to eventually also install all of the
openlibm*.h headers, instead of just openlibm.h. Make openlibm_fenv.h
suitable for this purpose by moving all of the $ARCH/fenv.h headers next
to it.

We actually need this change to make OPENLIBM_USE_HOST_FENV_H work.
Right now it's still broken, because the "#include <fenv.h>" performed
by openlibm_fenv.h still pulls in $ARCH/fenv.h as $ARCH/ is added to the
compiler include path.
2015-01-10 10:21:57 +01:00
..
Make.files Add Make.files for all architectures. 2012-12-11 15:09:10 +05:30
Makefile.inc Import entire msun from FreeBSD. 2011-12-15 11:29:35 +05:30
Symbol.map Import entire msun from FreeBSD. 2011-12-15 11:29:35 +05:30
fenv.c Rename include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +01:00
openlibm_fenv.h Rename the fenv headers. 2015-01-10 10:21:57 +01:00