mirror of git://sourceware.org/git/glibc.git
Update.
* malloc/Makefile (distribute): Add memprof.sh and memprofstat.c.
This commit is contained in:
parent
4646232601
commit
1bfae4012a
|
|
@ -1,5 +1,7 @@
|
||||||
2000-06-13 Ulrich Drepper <drepper@redhat.com>
|
2000-06-13 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* malloc/Makefile (distribute): Add memprof.sh and memprofstat.c.
|
||||||
|
|
||||||
* crypt/Makefile (distribute): Add md5.h.
|
* crypt/Makefile (distribute): Add md5.h.
|
||||||
|
|
||||||
* Makefile (distribute): Add include/shlib-compat.h.
|
* Makefile (distribute): Add include/shlib-compat.h.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
2000-06-13 Ulrich Drepper <drepper@redhat.com>
|
2000-06-13 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* Makefile (ld-test-srcs): Add tests/test6.c.
|
||||||
|
|
||||||
* Makefile (ld-test-srcs): Add trans.def here.
|
* Makefile (ld-test-srcs): Add trans.def here.
|
||||||
|
|
||||||
* Makefile (ld-test-srcs): Handle .ds files separately.
|
* Makefile (ld-test-srcs): Handle .ds files separately.
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,8 @@ dist-headers := malloc.h
|
||||||
headers := $(dist-headers) obstack.h mcheck.h
|
headers := $(dist-headers) obstack.h mcheck.h
|
||||||
tests := mallocbug tst-malloc tst-valloc tst-calloc
|
tests := mallocbug tst-malloc tst-valloc tst-calloc
|
||||||
|
|
||||||
distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h memprof.h
|
distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h memprof.h \
|
||||||
|
memprof.sh memprofstat.c
|
||||||
|
|
||||||
# Things which get pasted together into gmalloc.c.
|
# Things which get pasted together into gmalloc.c.
|
||||||
gmalloc-routines := malloc morecore
|
gmalloc-routines := malloc morecore
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
2000-06-13 Ulrich Drepper <drepper@redhat.com>
|
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 the math functions, too.
|
||||||
|
|
||||||
* Makefile (distribute): Add ChangeLog, Banner, and configure.
|
* Makefile (distribute): Add ChangeLog, Banner, and configure.
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
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 \
|
single.h soft-fp.h extended.h ChangeLog Banner configure \
|
||||||
|
op-8.h testit.c \
|
||||||
$(addsuffix .c,$(gcc-single-routines)) \
|
$(addsuffix .c,$(gcc-single-routines)) \
|
||||||
$(addsuffix .c,$(gcc-double-routines)) \
|
$(addsuffix .c,$(gcc-double-routines)) \
|
||||||
$(addsuffix .c,$(gcc-quad-routines))
|
$(addsuffix .c,$(gcc-quad-routines))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue