diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 04:06:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 04:06:42 +0000 |
commit | 1bfae4012a34b5bf976ff0ddfe65f535b86a22f2 (patch) | |
tree | adde29aac87e4f31b59f3f795f038d810def1bcd /soft-fp | |
parent | 464623260126aee45562d7c97e7d743637107c47 (diff) | |
download | glibc-1bfae4012a34b5bf976ff0ddfe65f535b86a22f2.tar.gz |
Update.
* malloc/Makefile (distribute): Add memprof.sh and memprofstat.c.
Diffstat (limited to 'soft-fp')
-rw-r--r-- | soft-fp/ChangeLog | 2 | ||||
-rw-r--r-- | soft-fp/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/soft-fp/ChangeLog b/soft-fp/ChangeLog index 762508daa1..1e3c6e9131 100644 --- a/soft-fp/ChangeLog +++ b/soft-fp/ChangeLog @@ -1,5 +1,7 @@ 2000-06-13 Ulrich Drepper <drepper@redhat.com> + * Makefile (distribute): Add op-8.h and testit.c. + * Makefile (distribute): Add the math functions, too. * Makefile (distribute): Add ChangeLog, Banner, and configure. diff --git a/soft-fp/Makefile b/soft-fp/Makefile index 7b7e0edda6..640e395c13 100644 --- a/soft-fp/Makefile +++ b/soft-fp/Makefile @@ -36,6 +36,7 @@ gcc-quad-routines := negtf2 addtf3 subtf3 multf3 divtf3 eqtf2 \ distribute := double.h op-1.h op-2.h op-4.h op-common.h quad.h \ single.h soft-fp.h extended.h ChangeLog Banner configure \ + op-8.h testit.c \ $(addsuffix .c,$(gcc-single-routines)) \ $(addsuffix .c,$(gcc-double-routines)) \ $(addsuffix .c,$(gcc-quad-routines)) |