mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Update.
* malloc/Makefile (tests): Add tst-obstack.
This commit is contained in:
parent
84832e0528
commit
f3e7f6080f
@ -4,6 +4,7 @@
|
||||
block.
|
||||
* malloc/tst-obstack.c: New file.
|
||||
Patch and test case by Alexandre Duret-Lutz <duret_g@epita.fr>.
|
||||
* malloc/Makefile (tests): Add tst-obstack.
|
||||
|
||||
Complete revamp of the reference counter handling.
|
||||
* include/link.h (struct link_map): Add l_idx field.
|
||||
|
@ -25,7 +25,7 @@ all:
|
||||
|
||||
dist-headers := malloc.h
|
||||
headers := $(dist-headers) obstack.h mcheck.h
|
||||
tests := mallocbug tst-malloc tst-valloc tst-calloc
|
||||
tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack
|
||||
test-srcs = tst-mtrace
|
||||
|
||||
distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h memusage.h \
|
||||
|
Loading…
Reference in New Issue
Block a user