mlib update: c99 fp environment headers and implementations
commit4e7c287d4ddf312e3a7de1c7e4ed94f7b1959a5c
authorrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 17 Nov 2007 21:34:58 +0000 (17 21:34 +0000)
committerrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 17 Nov 2007 21:34:58 +0000 (17 21:34 +0000)
tree6a89110b534bd220132dd459970b14a5fe137177
parent9ecfab9f32a6fe7a20d6b5ad4fe90ea704e2b23c
mlib update: c99 fp environment headers and implementations

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@27227 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
15 files changed:
arch/i386-all/include/aros/i386/fenv.h [new file with mode: 0644]
arch/i386-all/include/mmakefile.src
arch/i386-all/mlib/fenv.c [new file with mode: 0644]
arch/i386-all/mlib/mmakefile.src
arch/ppc-all/include/aros/ppc/fenv.h [new file with mode: 0644]
arch/ppc-all/include/mmakefile.src
arch/ppc-all/mlib/fenv.c [new file with mode: 0644]
arch/ppc-all/mlib/mmakefile.src
arch/x86_64-all/include/aros/x86_64/fenv.h [new file with mode: 0644]
arch/x86_64-all/include/mmakefile.src
arch/x86_64-all/mlib/fenv.c [new file with mode: 0644]
arch/x86_64-all/mlib/mmakefile.src
compiler/clib/include/fenv.h [new file with mode: 0644]
compiler/mlib/fenv.c [new file with mode: 0644]
compiler/mlib/mmakefile.src