mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
malloc: Do not compile mcheck-init.o as libc module
Otherwise, this will lead to a link failure because the reference to mcheck is hidden.
This commit is contained in:
parent
3480ddc40b
commit
d8287b36ab
@ -1,3 +1,7 @@
|
||||
2017-10-16 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* malloc/Makefile (others-extras): Set to mcheck-init.o.
|
||||
|
||||
2017-10-16 Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
* include/shlib-compat.h (compat_symbol_reference): Update
|
||||
|
@ -100,6 +100,7 @@ LDFLAGS-tst-mallocstate = -rdynamic
|
||||
|
||||
# These should be removed by `make clean'.
|
||||
extra-objs = mcheck-init.o libmcheck.a
|
||||
others-extras = mcheck-init.o
|
||||
|
||||
# Include the cleanup handler.
|
||||
aux := set-freeres thread-freeres
|
||||
|
Loading…
Reference in New Issue
Block a user