Add -mshared option to x86 ELF assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / i386.exp
index b6f28107460fb10106c09d77c2c89bcac5ef96fb..ff648b04cf421328859b8acec36226f531f1dc9d 100644 (file)
@@ -352,8 +352,10 @@ if [expr ([istarget "i*86-*-*"] ||  [istarget "x86_64-*-*"]) && [gas_32_check]]
        # but the relocs we currently produce are slightly different
        # from those produced for ELF/COFF based toolchains.
        # So for now we ignore PE targets.
-       run_dump_test "pcrel"
        run_dump_test "absrel"
+       if {[istarget "*-*-coff*"]} then {
+           run_dump_test "pcrel"
+       }
     }
 
     # ELF specific tests
@@ -361,6 +363,7 @@ if [expr ([istarget "i*86-*-*"] ||  [istarget "x86_64-*-*"]) && [gas_32_check]]
        # PIC is only supported on ELF targets.
        run_dump_test "intelpic"
 
+       run_dump_test "pcrel-elf"
        run_dump_test "relax"
        run_dump_test "gotpc"
        run_dump_test "tlsd"
@@ -396,6 +399,7 @@ if [expr ([istarget "i*86-*-*"] ||  [istarget "x86_64-*-*"]) && [gas_32_check]]
        run_dump_test "note"
 
        run_dump_test "relax-3"
+       run_dump_test "relax-4"
 
        if {![istarget "*-*-nacl*"]} then {
            run_dump_test "iamcu-1"
@@ -763,6 +767,7 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] t
        run_list_test "x86-64-size-inval-1" "-al"
 
        run_dump_test "x86-64-relax-2"
+       run_dump_test "x86-64-relax-3"
 
        run_dump_test "x86-64-jump"
     }
This page took 0.026196 seconds and 4 git commands to generate.