public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] malloc: Link threading tests with $(shared-thread-library)
@ 2024-07-27 14:56 Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2024-07-27 14:56 UTC (permalink / raw)
  To: glibc-cvs

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

commit a57cbbd85379874177d40d675f5b905e669d0a47
Author: Florian Weimer <fweimer@redhat.com>
Date:   Sat Jul 27 16:23:55 2024 +0200

    malloc: Link threading tests with $(shared-thread-library)
    
    Fixes build failures on Hurd.

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

diff --git a/malloc/Makefile b/malloc/Makefile
index 98d507a6eb..ccc96ef6b2 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -419,7 +419,9 @@ $(objpfx)tst-mallocstate: $(objpfx)libc_malloc_debug.so
 $(objpfx)tst-mallocstate-malloc-check: $(objpfx)libc_malloc_debug.so
 
 $(objpfx)tst-aligned-alloc-random.out: $(objpfx)tst-aligned_alloc-lib.so
+$(objpfx)tst-aligned-alloc-random-thread: $(shared-thread-library)
 $(objpfx)tst-aligned-alloc-random-thread.out: $(objpfx)tst-aligned_alloc-lib.so
+$(objpfx)tst-aligned-alloc-random-thread-cross: $(shared-thread-library)
 $(objpfx)tst-aligned-alloc-random-thread-cross.out: $(objpfx)tst-aligned_alloc-lib.so
 $(objpfx)tst-malloc-random.out: $(objpfx)tst-aligned_alloc-lib.so

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

* [glibc] malloc: Link threading tests with $(shared-thread-library)
@ 2024-08-20 14:16 Samuel Thibault
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Thibault @ 2024-08-20 14:16 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=251843e16fcec4e2b328577be66dcb2f3fa1c1e7

commit 251843e16fcec4e2b328577be66dcb2f3fa1c1e7
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 20 16:16:25 2024 +0200

    malloc: Link threading tests with $(shared-thread-library)
    
    Fixes build failures on Hurd.

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

diff --git a/malloc/Makefile b/malloc/Makefile
index ccc96ef6b2..1630aaf6ac 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -420,8 +420,14 @@ $(objpfx)tst-mallocstate-malloc-check: $(objpfx)libc_malloc_debug.so
 
 $(objpfx)tst-aligned-alloc-random.out: $(objpfx)tst-aligned_alloc-lib.so
 $(objpfx)tst-aligned-alloc-random-thread: $(shared-thread-library)
+$(objpfx)tst-aligned-alloc-random-thread-malloc-check: $(shared-thread-library)
+$(objpfx)tst-aligned-alloc-random-thread-malloc-hugetlb1: $(shared-thread-library)
+$(objpfx)tst-aligned-alloc-random-thread-malloc-hugetlb2: $(shared-thread-library)
 $(objpfx)tst-aligned-alloc-random-thread.out: $(objpfx)tst-aligned_alloc-lib.so
 $(objpfx)tst-aligned-alloc-random-thread-cross: $(shared-thread-library)
+$(objpfx)tst-aligned-alloc-random-thread-cross-malloc-check: $(shared-thread-library)
+$(objpfx)tst-aligned-alloc-random-thread-cross-malloc-hugetlb1: $(shared-thread-library)
+$(objpfx)tst-aligned-alloc-random-thread-cross-malloc-hugetlb2: $(shared-thread-library)
 $(objpfx)tst-aligned-alloc-random-thread-cross.out: $(objpfx)tst-aligned_alloc-lib.so
 $(objpfx)tst-malloc-random.out: $(objpfx)tst-aligned_alloc-lib.so

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

end of thread, other threads:[~2024-08-20 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-27 14:56 [glibc] malloc: Link threading tests with $(shared-thread-library) Florian Weimer
2024-08-20 14:16 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).