mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-17 18:21:03 +03: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:
@ -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>
|
2017-10-16 Carlos O'Donell <carlos@redhat.com>
|
||||||
|
|
||||||
* include/shlib-compat.h (compat_symbol_reference): Update
|
* include/shlib-compat.h (compat_symbol_reference): Update
|
||||||
|
@ -100,6 +100,7 @@ LDFLAGS-tst-mallocstate = -rdynamic
|
|||||||
|
|
||||||
# These should be removed by `make clean'.
|
# These should be removed by `make clean'.
|
||||||
extra-objs = mcheck-init.o libmcheck.a
|
extra-objs = mcheck-init.o libmcheck.a
|
||||||
|
others-extras = mcheck-init.o
|
||||||
|
|
||||||
# Include the cleanup handler.
|
# Include the cleanup handler.
|
||||||
aux := set-freeres thread-freeres
|
aux := set-freeres thread-freeres
|
||||||
|
Reference in New Issue
Block a user