Fix typo fsqrt -> sqrtf.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / script.exp
index 61ada1060a95e86506453c5fce50776b77f2e269..1b19202818f948cd8d114027a311d13ac14001cf 100644 (file)
@@ -154,6 +154,15 @@ proc extract_symbol_test { testfile testname } {
            pass $testname
            return
        }
+       # More PE variations...
+       [a-z]*-*-mingw* {
+           pass $testname
+           return
+       }
+       [a-z]*-*-cygwin$ {
+           pass $testname
+           return
+       }
     }
 
     set extract_syms [run_host_cmd $nm $copyfile]
@@ -221,3 +230,4 @@ foreach test_script $test_script_list {
 }
 
 run_dump_test "align-with-input"
+run_dump_test "pr20302"
This page took 0.023492 seconds and 4 git commands to generate.