Movatterモバイル変換


[0]ホーム

URL:


This is the mail archive of thelibc-alpha@sourceware.orgmailing list for theglibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav:[Date Prev] [Date Next][Thread Prev] [Thread Next]
Other format:[Raw text]

[PATCH] malloc: Do not compile mcheck-init.o as libc module


Otherwise, this will lead to a link failure because the referenceto mcheck is hidden.2017-08-31  Florian Weimer  <fweimer@redhat.com>* malloc/Makefile (others-extras): Set to mcheck-init.o.diff --git a/malloc/Makefile b/malloc/Makefileindex 50b487eeb5..52bbce63c0 100644--- a/malloc/Makefile+++ b/malloc/Makefile@@ -99,6 +99,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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav:[Date Prev] [Date Next][Thread Prev] [Thread Next]

[8]ページ先頭

©2009-2026 Movatter.jp