x86: Add i386 PE big-object support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / pe.exp
old mode 100755 (executable)
new mode 100644 (file)
index 8982719..76345ba
@@ -1,7 +1,6 @@
 # Expect control script for GAS testsuite PE object-format-specific tests.
 
-# Copyright (C) 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2009-2020 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -35,13 +34,27 @@ run_dump_test "aligncomm-d"
 
 run_dump_test "section-align-1"
 run_dump_test "section-align-3"
+run_dump_test "section-exclude"
+
+run_dump_test "set"
 
 # SEH related tests
 
 # These tests are only for x86_64 targets
 if ([istarget "x86_64-*-mingw*"]) then {
-
+       run_list_test "seh-x64-err-1" ""
+       run_list_test "seh-x64-err-2" ""
        run_dump_test "peseh-x64"
        run_dump_test "peseh-x64-2"
        run_dump_test "peseh-x64-3"
+       run_dump_test "peseh-x64-4"
+       run_dump_test "peseh-x64-5"
+       run_dump_test "peseh-x64-6"
+}
+
+# Big obj
+
+
+if ([istarget "*-*-mingw*"]) then {
+       run_dump_test "big-obj"
 }
This page took 0.023778 seconds and 4 git commands to generate.