public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] malloc: Add missing shared thread library flags
@ 2023-04-20 13:42 Adhemerval Zanella
  0 siblings, 0 replies; 2+ messages in thread
From: Adhemerval Zanella @ 2023-04-20 13:42 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0f61cd4b9c5175c128311769df932c8d7694d6b6

commit 0f61cd4b9c5175c128311769df932c8d7694d6b6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Apr 19 18:17:20 2023 -0300

    malloc: Add missing shared thread library flags
    
    So tst-memalign-3 builds on Hurd.

Diff:
---
 malloc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/malloc/Makefile b/malloc/Makefile
index 071dfdb9d8..f4cae2538c 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -352,6 +352,7 @@ $(objpfx)tst-malloc-tcache-leak-malloc-hugetlb1: $(shared-thread-library)
 $(objpfx)tst-malloc-tcache-leak-malloc-hugetlb2: $(shared-thread-library)
 $(objpfx)tst-malloc_info-malloc-hugetlb1: $(shared-thread-library)
 $(objpfx)tst-malloc_info-malloc-hugetlb2: $(shared-thread-library)
+$(objpfx)tst-memalign-3: $(shared-thread-library)
 
 tst-compathooks-on-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so
 tst-compathooks-on-mcheck-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [glibc] malloc: Add missing shared thread library flags
@ 2021-12-27 21:11 Samuel Thibault
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Thibault @ 2021-12-27 21:11 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=53c38911b8c4baf4f4aed1c7b25fac0f5a1835e0

commit 53c38911b8c4baf4f4aed1c7b25fac0f5a1835e0
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Dec 27 22:10:15 2021 +0100

    malloc: Add missing shared thread library flags

Diff:
---
 malloc/Makefile | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/malloc/Makefile b/malloc/Makefile
index 451eb84612..bcbe917623 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -177,6 +177,18 @@ $(objpfx)tst-malloc-thread-exit-malloc-check: $(shared-thread-library)
 $(objpfx)tst-malloc-thread-fail-malloc-check: $(shared-thread-library)
 $(objpfx)tst-malloc-fork-deadlock-malloc-check: $(shared-thread-library)
 $(objpfx)tst-malloc-stats-cancellation-malloc-check: $(shared-thread-library)
+$(objpfx)tst-malloc-thread-exit-malloc-hugetlb1: $(shared-thread-library)
+$(objpfx)tst-malloc-thread-fail-malloc-hugetlb1: $(shared-thread-library)
+$(objpfx)tst-mallocfork2-malloc-hugetlb1: $(shared-thread-library)
+$(objpfx)tst-mallocfork3-malloc-hugetlb1: $(shared-thread-library)
+$(objpfx)tst-malloc-fork-deadlock-malloc-hugetlb1: $(shared-thread-library)
+$(objpfx)tst-malloc-stats-cancellation-malloc-hugetlb1: $(shared-thread-library)
+$(objpfx)tst-malloc-thread-exit-malloc-hugetlb2: $(shared-thread-library)
+$(objpfx)tst-malloc-thread-fail-malloc-hugetlb2: $(shared-thread-library)
+$(objpfx)tst-mallocfork2-malloc-hugetlb2: $(shared-thread-library)
+$(objpfx)tst-mallocfork3-malloc-hugetlb2: $(shared-thread-library)
+$(objpfx)tst-malloc-fork-deadlock-malloc-hugetlb2: $(shared-thread-library)
+$(objpfx)tst-malloc-stats-cancellation-malloc-hugetlb2: $(shared-thread-library)
 
 # These should be removed by `make clean'.
 extra-objs = mcheck-init.o libmcheck.a
@@ -339,6 +351,10 @@ $(objpfx)tst-mallocfork2-mcheck: $(shared-thread-library)
 $(objpfx)tst-malloc-tcache-leak-malloc-check: $(shared-thread-library)
 $(objpfx)tst-malloc_info-malloc-check: $(shared-thread-library)
 $(objpfx)tst-mallocfork2-malloc-check: $(shared-thread-library)
+$(objpfx)tst-malloc-tcache-leak-malloc-hugetlb1: $(shared-thread-library)
+$(objpfx)tst-malloc-tcache-leak-malloc-hugetlb2: $(shared-thread-library)
+$(objpfx)tst-malloc_info-malloc-hugetlb1: $(shared-thread-library)
+$(objpfx)tst-malloc_info-malloc-hugetlb2: $(shared-thread-library)
 
 tst-compathooks-on-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so
 tst-compathooks-on-mcheck-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-20 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 13:42 [glibc] malloc: Add missing shared thread library flags Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2021-12-27 21:11 Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).