public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Mark Harmstone <mark@harmstone.com>
To: binutils@sourceware.org, jbeulich@suse.com
Cc: Mark Harmstone <mark@harmstone.com>
Subject: [PATCH] ld/testsuite: Add missing targets to PDB tests
Date: Wed, 25 Jan 2023 01:20:24 +0000	[thread overview]
Message-ID: <20230125012024.6317-1-mark@harmstone.com> (raw)

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


             reply	other threads:[~2023-01-25  1:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-25  1:20 Mark Harmstone [this message]
2023-01-25  6:53 ` Jan Beulich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230125012024.6317-1-mark@harmstone.com \
    --to=mark@harmstone.com \
    --cc=binutils@sourceware.org \
    --cc=jbeulich@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).