diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-19 22:11:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-19 22:11:23 +0000 |
commit | 2d7faa721d72da439dd3b732ff9a41d096438cc8 (patch) | |
tree | 11fa833ce4f2fc98b5b777081e1b6441b5a4b5d2 /sysdeps/ia64/fpu/Makefile | |
parent | 4c48dc9386ff50f960ae9d7d71493bfd85ccb979 (diff) | |
download | glibc-2d7faa721d72da439dd3b732ff9a41d096438cc8.tar.gz |
Update.
2001-02-19 Ulrich Drepper <drepper@redhat.com>
* sysdeps/ia64/fpu/Makefile (libm-sysdep-routines): Add libm_error,
libm_frexp4, libm_frexp4f, libm_frexp4l, and all the functions also
in libc.
(routines): Replace libm_error with libc_libm_error.
* sysdeps/ia64/fpu/Dist: Add libc_libm_error.c.
* sysdeps/ia64/fpu/libc_libm_error.c: New file.
Diffstat (limited to 'sysdeps/ia64/fpu/Makefile')
-rw-r--r-- | sysdeps/ia64/fpu/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/ia64/fpu/Makefile b/sysdeps/ia64/fpu/Makefile index e5237ffa84..dee9ba78c7 100644 --- a/sysdeps/ia64/fpu/Makefile +++ b/sysdeps/ia64/fpu/Makefile @@ -1,7 +1,9 @@ ifeq ($(subdir),math) libm-sysdep_routines += libm_atan2_reg s_matherrf s_matherrl libm_reduce \ - libm_tan + libm_tan libm_error \ + $(calls) $(calls:=f) $(long-c-$(long-double-fcts)) \ + libm_frexp4 libm_frexp4f libm_frexp4l -routines += libm_frexp4 libm_frexp4f libm_frexp4l libm_error +routines += libm_frexp4 libm_frexp4f libm_frexp4l libc_libm_error CPPFLAGS += -DSIZE_INT_32 endif |