[PATCH] ld/testsuite: Add missing targets to PDB tests

Mark Harmstone mark@harmstone.com
Wed Jan 25 01:20:24 GMT 2023


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



More information about the Binutils mailing list