mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
* 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.
This commit is contained in:
parent
231340451b
commit
6f064efa4c
14
ChangeLog
14
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.
|
||||
|
@ -6,10 +6,6 @@ asm-CPPFLAGS += -Wa,-mppc
|
||||
ifeq ($(with-fp),no)
|
||||
+cflags += -msoft-float
|
||||
sysdep-LDFLAGS += -msoft-float
|
||||
else
|
||||
ifeq ($(subdir),math)
|
||||
libm-support += fenv_const fe_nomask
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),gmon)
|
||||
@ -17,7 +13,7 @@ sysdep_routines += ppc-mcount
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),misc)
|
||||
sysdep_routines += gprsave0 gprrest0 gprsave1 gprrest1 fprsave fprrest
|
||||
sysdep_routines += gprsave0 gprrest0 gprsave1 gprrest1
|
||||
endif
|
||||
|
||||
# On PPC, -fpic works until the GOT contains 2^15 bytes, and possibly
|
||||
|
@ -1,3 +1,6 @@
|
||||
ifeq ($(subdir),math)
|
||||
libm-support += fenv_const fe_nomask t_sqrt
|
||||
endif
|
||||
ifeq ($(subdir),misc)
|
||||
sysdep_routines += fprsave fprrest
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user