Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 1 Nov 1999 00:17:59 +0000 (00:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 1 Nov 1999 00:17:59 +0000 (00:17 +0000)
commit7210de33793bc5804291d13b543b3f452831013b
treea8a2a8502b16790e4ff104273aaf9b4584bed810
parent63ae7b6309964400c6289d9030c7d336a33b304f
Update.

* sysdeps/mips/fclrexcpt.c: Moved to...
* sysdeps/mips/fpu/fclrexcpt.c: ...here.
* sysdeps/mips/fegetenv.c: Moved to...
* sysdeps/mips/fpu/fegetenv.c: ...here.
* sysdeps/mips/fegetround.c: Moved to...
* sysdeps/mips/fpu/fegetround.c: ...here.
* sysdeps/mips/fesetenv.c: Moved to...
* sysdeps/mips/fpu/fesetenv.c: ...here.
* sysdeps/mips/fesetround.c: Moved to...
* sysdeps/mips/fpu/fesetround.c: ...here.
* sysdeps/mips/feupdateenv.c: Moved to...
* sysdeps/mips/fpu/feupdateenv.c: ...here.
* sysdeps/mips/fgetexcptflg.c: Moved to...
* sysdeps/mips/fpu/fgetexcptflg.c: ...here.
* sysdeps/mips/ftestexcept.c: Moved to...
* sysdeps/mips/fpu/ftestexcept.c: ...here.
15 files changed:
ChangeLog
sysdeps/mips/fpu/fclrexcpt.c [moved from sysdeps/mips/fclrexcpt.c with 100% similarity]
sysdeps/mips/fpu/fegetenv.c [moved from sysdeps/mips/fegetenv.c with 100% similarity]
sysdeps/mips/fpu/fegetround.c [moved from sysdeps/mips/fegetround.c with 100% similarity]
sysdeps/mips/fpu/fesetenv.c [moved from sysdeps/mips/fesetenv.c with 100% similarity]
sysdeps/mips/fpu/fesetround.c [moved from sysdeps/mips/fesetround.c with 100% similarity]
sysdeps/mips/fpu/feupdateenv.c [moved from sysdeps/mips/feupdateenv.c with 100% similarity]
sysdeps/mips/fpu/fgetexcptflg.c [moved from sysdeps/mips/fgetexcptflg.c with 100% similarity]
sysdeps/mips/fpu/ftestexcept.c [moved from sysdeps/mips/ftestexcept.c with 100% similarity]
sysdeps/powerpc/fpu/fegetenv.c [new file with mode: 0644]
sysdeps/powerpc/fpu/fegetround.c [new file with mode: 0644]
sysdeps/powerpc/fpu/fesetenv.c [new file with mode: 0644]
sysdeps/powerpc/fpu/fesetround.c [new file with mode: 0644]
sysdeps/powerpc/fpu/feupdateenv.c [new file with mode: 0644]
sysdeps/powerpc/fpu/ftestexcept.c [new file with mode: 0644]