public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] ld/testsuite: Add missing targets to PDB tests
@ 2023-01-25  1:20 Mark Harmstone
  2023-01-25  6:53 ` Jan Beulich
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Harmstone @ 2023-01-25  1:20 UTC (permalink / raw)
  To: binutils, jbeulich; +Cc: Mark Harmstone

---
 ld/testsuite/ld-pe/pdb.exp | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/ld/testsuite/ld-pe/pdb.exp b/ld/testsuite/ld-pe/pdb.exp
index fe98cf65cca..1f73b82a150 100644
--- a/ld/testsuite/ld-pe/pdb.exp
+++ b/ld/testsuite/ld-pe/pdb.exp
@@ -19,8 +19,14 @@
 # MA 02110-1301, USA.
 
 if {![istarget i*86-*-mingw*]
+  && ![istarget i*86-*-cygwin*]
+  && ![istarget i*86-*-winnt]
+  && ![istarget i*86-*-pe]
   && ![istarget x86_64-*-mingw*]
-  && ![istarget aarch64-*-mingw*]} {
+  && ![istarget x86_64-*-pe*]
+  && ![istarget x86_64-*-cygwin]
+  && ![istarget aarch64-*-mingw*]
+  && ![istarget aarch64-*-pe*]} {
     return
 }
 
-- 
2.39.1


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

* Re: [PATCH] ld/testsuite: Add missing targets to PDB tests
  2023-01-25  1:20 [PATCH] ld/testsuite: Add missing targets to PDB tests Mark Harmstone
@ 2023-01-25  6:53 ` Jan Beulich
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Beulich @ 2023-01-25  6:53 UTC (permalink / raw)
  To: Mark Harmstone; +Cc: binutils

On 25.01.2023 02:20, Mark Harmstone wrote:
> ---
>  ld/testsuite/ld-pe/pdb.exp | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)

Okay. And thanks for getting to this so quickly.

Jan


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

end of thread, other threads:[~2023-01-25  6:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-25  1:20 [PATCH] ld/testsuite: Add missing targets to PDB tests Mark Harmstone
2023-01-25  6:53 ` Jan Beulich

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