about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/Makefile
diff options
context:
space:
mode:
authorGeoff Keating <geoffk@cygnus.com>2001-12-06 23:41:33 +0000
committerGeoff Keating <geoffk@cygnus.com>2001-12-06 23:41:33 +0000
commit6f064efa4c28e8f026d1bd07cfe49add44d085aa (patch)
tree86a76310234d22cba1e8eb0770bab218ea0c3f84 /sysdeps/powerpc/fpu/Makefile
parent231340451b333e70a89d890ad702b513551d8de6 (diff)
downloadglibc-6f064efa4c28e8f026d1bd07cfe49add44d085aa.tar.gz
glibc-6f064efa4c28e8f026d1bd07cfe49add44d085aa.tar.xz
glibc-6f064efa4c28e8f026d1bd07cfe49add44d085aa.zip
* sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
save/restore functions here. 
(libm-support): Don't define these functions here. 
* sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore 
functions here. 
* sysdeps/powerpc/fe_nomask.c: Move to... 
* sysdeps/powerpc/fpu/fe_nomask.c: ... here. 
* sysdeps/powerpc/fprrest.S: Move to... 
* sysdeps/powerpc/fpu/fprrest.S: ... here. 
* sysdeps/powerpc/fprsave.S: Move to... 
* sysdeps/powerpc/fpu/fprsave.S: ... here.
2001-12-06  Geoff Keating  <geoffk@redhat.com>

	* sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
	save/restore functions here.
	(libm-support): Don't define these functions here.
	* sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
	functions here.
	* sysdeps/powerpc/fe_nomask.c: Move to...
	* sysdeps/powerpc/fpu/fe_nomask.c: ... here.
	* sysdeps/powerpc/fprrest.S: Move to...
	* sysdeps/powerpc/fpu/fprrest.S: ... here.
	* sysdeps/powerpc/fprsave.S: Move to...
	* sysdeps/powerpc/fpu/fprsave.S: ... here.
Diffstat (limited to 'sysdeps/powerpc/fpu/Makefile')
-rw-r--r--sysdeps/powerpc/fpu/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/powerpc/fpu/Makefile b/sysdeps/powerpc/fpu/Makefile
index bf2ed92e7b..391cf3caf9 100644
--- a/sysdeps/powerpc/fpu/Makefile
+++ b/sysdeps/powerpc/fpu/Makefile
@@ -1,3 +1,6 @@
 ifeq ($(subdir),math)
 libm-support += fenv_const fe_nomask t_sqrt
 endif
+ifeq ($(subdir),misc)
+sysdep_routines += fprsave fprrest
+endif