public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] ld: Ignore libucrt.a in the same way as libucrtbase.a
@ 2022-01-04 20:29 Martin Storsjö
  2022-01-11 15:47 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Storsjö @ 2022-01-04 20:29 UTC (permalink / raw)
  To: binutils

Not an issue in practice as it's used renamed to libmsvcrt.a in most cases.

Signed-off-by: Martin Storsjö <martin@martin.st>
---
 ld/pe-dll.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ld/pe-dll.c b/ld/pe-dll.c
index 4e47abd9b24..95de94b8474 100644
--- a/ld/pe-dll.c
+++ b/ld/pe-dll.c
@@ -348,6 +348,7 @@ static const autofilter_entry_type autofilter_liblist[] =
   { STRING_COMMA_LEN ("libgcj") },
   { STRING_COMMA_LEN ("libmsvcrt") },
   { STRING_COMMA_LEN ("libmsvcrt-os") },
+  { STRING_COMMA_LEN ("libucrt") },
   { STRING_COMMA_LEN ("libucrtbase") },
   { NULL, 0 }
 };
-- 
2.25.1


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

* Re: [PATCH] ld: Ignore libucrt.a in the same way as libucrtbase.a
  2022-01-04 20:29 [PATCH] ld: Ignore libucrt.a in the same way as libucrtbase.a Martin Storsjö
@ 2022-01-11 15:47 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2022-01-11 15:47 UTC (permalink / raw)
  To: Martin Storsjö, binutils

Hi Martin,

> Not an issue in practice as it's used renamed to libmsvcrt.a in most cases.
> 

Patch approved and applied.

Cheers
   Nick


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

end of thread, other threads:[~2022-01-11 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 20:29 [PATCH] ld: Ignore libucrt.a in the same way as libucrtbase.a Martin Storsjö
2022-01-11 15:47 ` Nick Clifton

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).