libm: Add support for the Meta architecture
commitcf349fcbb555b77f22d96fe3a7b25579337ab989
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 26 Nov 2009 10:20:01 +0000 (26 10:20 +0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 14 Mar 2013 21:47:04 +0000 (14 22:47 +0100)
treefd6cd3d86148ab0757c2531c2e0be68c690598ad
parent22686a1383c4a4a319eaaa6b16b1a9540114bd66
libm: Add support for the Meta architecture

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
18 files changed:
libc/sysdeps/linux/metag/bits/fenv.h [new file with mode: 0644]
libc/sysdeps/linux/metag/metag.c
libm/metag/Makefile.arch [new file with mode: 0644]
libm/metag/fclrexcpt.c [new file with mode: 0644]
libm/metag/fedisblxcpt.c [new file with mode: 0644]
libm/metag/feenablxcpt.c [new file with mode: 0644]
libm/metag/fegetenv.c [new file with mode: 0644]
libm/metag/fegetexcept.c [new file with mode: 0644]
libm/metag/fegetround.c [new file with mode: 0644]
libm/metag/feholdexcpt.c [new file with mode: 0644]
libm/metag/fesetenv.c [new file with mode: 0644]
libm/metag/fesetround.c [new file with mode: 0644]
libm/metag/feupdateenv.c [new file with mode: 0644]
libm/metag/fgetexcptflg.c [new file with mode: 0644]
libm/metag/fraiseexcpt.c [new file with mode: 0644]
libm/metag/fsetexcptflg.c [new file with mode: 0644]
libm/metag/ftestexcept.c [new file with mode: 0644]
libm/metag/internal.h [copied from libc/sysdeps/linux/metag/metag.c with 59% similarity]