[binutils-gdb] ld/testsuite: Add missing targets to PDB tests

Mark Harmstone maharmstone@sourceware.org
Wed Jan 25 22:29:18 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0f97abf074a96b028efd71c18f97a25af7b4b304

commit 0f97abf074a96b028efd71c18f97a25af7b4b304
Author: Mark Harmstone <mark@harmstone.com>
Date:   Wed Jan 25 01:20:24 2023 +0000

    ld/testsuite: Add missing targets to PDB tests

Diff:
---
 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
 }


More information about the Binutils-cvs mailing list