]> git.ipfire.org Git - thirdparty/glibc.git/commit
m68k specific math exception handling code.
authorUlrich Drepper <drepper@redhat.com>
Thu, 17 Apr 1997 15:09:43 +0000 (15:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 17 Apr 1997 15:09:43 +0000 (15:09 +0000)
commitc72aa4a26aca9fd04fffb751b93aec59b2f1edc0
tree8f3aae2da55c06153941148141d3cc3dc96397b3
parentb1fc9ae2894f2cf125f887c4866643471e866bca
m68k specific math exception handling code.
12 files changed:
sysdeps/m68k/fpu/fclrexcpt.c [new file with mode: 0644]
sysdeps/m68k/fpu/fegetenv.c [new file with mode: 0644]
sysdeps/m68k/fpu/fegetround.c [new file with mode: 0644]
sysdeps/m68k/fpu/feholdexcpt.c [new file with mode: 0644]
sysdeps/m68k/fpu/fenvbits.h [new file with mode: 0644]
sysdeps/m68k/fpu/fesetenv.c [new file with mode: 0644]
sysdeps/m68k/fpu/fesetround.c [new file with mode: 0644]
sysdeps/m68k/fpu/feupdateenv.c [new file with mode: 0644]
sysdeps/m68k/fpu/fgetexcptflg.c [new file with mode: 0644]
sysdeps/m68k/fpu/fraiseexcpt.c [new file with mode: 0644]
sysdeps/m68k/fpu/fsetexcptflg.c [new file with mode: 0644]
sysdeps/m68k/fpu/ftestexcept.c [new file with mode: 0644]