aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent231340451b333e70a89d890ad702b513551d8de6 (diff)
downloadglibc-6f064efa4c28e8f026d1bd07cfe49add44d085aa.tar
glibc-6f064efa4c28e8f026d1bd07cfe49add44d085aa.tar.gz
glibc-6f064efa4c28e8f026d1bd07cfe49add44d085aa.tar.bz2
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 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d15a8cbcf8..e6ae9e48ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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.
+
2001-12-06 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/opensock.c: New file.