]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/powerpc/nofpu/fclrexcpt.c
2002-10-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Sat, 19 Oct 2002 20:06:29 +0000 (20:06 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 19 Oct 2002 20:06:29 +0000 (20:06 +0000)
commit10fdbe1a5b3131878a182c2f1005cea20fee1a04
treecf60741d669a71de7f8c598b34a5b7d28370c93c
parent69211cccc68e9dc10476e1ed3486688857deb818
2002-10-19  Roland McGrath  <roland@redhat.com>

* config.make.in: Nix completely-soft nonsense.
* configure.in: Likewise.  Under --without-fp, use nofpu subdirectory
of machine directories instead of fpu subdirectory.
* sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
* sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
* sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
* sysdeps/powerpc/nofpu/sim-full.c: ... here.
* sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
* sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
* sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
* sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
* sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
* sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
* sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
* sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
* sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
* sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
* sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
* sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
* sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
* sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
* sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
* sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
* sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
* sysdeps/powerpc/nofpu/fegetenv.c: ... here.
* sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
* sysdeps/powerpc/nofpu/fesetenv.c: ... here.
* sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
* sysdeps/powerpc/nofpu/fegetround.c: ... here.
* sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
* sysdeps/powerpc/nofpu/fesetround.c: ... here.
* sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
* sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
* sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
* sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
* sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
* sysdeps/powerpc/nofpu/fenv_const.c: ... here.
* sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
* sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
* sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
* sysdeps/powerpc/nofpu/soft-supp.h: ... here.
* sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
* sysdeps/powerpc/nofpu/Versions: ... here, new file.
18 files changed:
sysdeps/powerpc/nofpu/fclrexcpt.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/fedisblxcpt.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/feenablxcpt.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/fegetenv.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/fegetexcept.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/fegetround.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/feholdexcpt.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/fenv_const.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/fesetenv.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/fesetround.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/feupdateenv.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/fgetexcptflg.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/fraiseexcpt.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/fsetexcptflg.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/ftestexcept.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/libm-test-ulps [new file with mode: 0644]
sysdeps/powerpc/nofpu/sim-full.c [new file with mode: 0644]
sysdeps/powerpc/nofpu/soft-supp.h [new file with mode: 0644]