Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / gas.exp
index 35bcd9594e3247b3a9b963fc478745d852c9a16e..f04a6d3589cac25c35832ecc3f264aaff35fb33d 100644 (file)
@@ -101,7 +101,7 @@ case $target_triplet in {
        # Some targets don't manage to resolve BFD_RELOC_8 for constants.
        setup_xfail "alpha*-*-*" "*c30*-*-*" "*c4x*-*-*" \
            "d\[13\]0v*-*-*" "i860-*-*" "mips*-*-*" \
-           "pdp11-*-*" "xtensa*-*-*"
+           "nds32*-*-*" "pdp11-*-*" "xtensa*-*-*"
        run_dump_test forward
     }
 }
@@ -118,6 +118,7 @@ if { ![is_aout_format] } {
        { hppa*-*-hpux* } { }
        { mep-*-* } { }
        { mmix-*-* } { }
+       { nds32*-*-* } { }
        { tic30*-*-* } { }
        { tic4x*-*-* } { }
        { tic54x*-*-* } { }
@@ -140,6 +141,7 @@ case $target_triplet in {
     { mn10200-*-* } { }
     { mn10300-*-* } { }
     { msp430*-*-* } { }
+    { nds32*-*-* } { }
     { pdp11-*-* } { }
     { tic30*-*-* } { }
     { tic4x*-*-* } { }
@@ -366,12 +368,13 @@ if {  ([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-openbsd*"]) \
   gas_test "fastcall.s" ""   "" "fastcall labels"
 }
 
-if { ![istarget "bfin-*-*"] } then {
+if { ![istarget "bfin-*-*"] && ![istarget "nds32*-*-*"] } then {
     run_dump_test assign
 }
 run_dump_test sleb128
 run_dump_test sleb128-2
 run_dump_test sleb128-3
+setup_xfail "nds32*-*-*"
 run_dump_test sleb128-4
 run_dump_test sleb128-5
 # .byte is not 8 bits on either tic4x or tic54x
@@ -414,6 +417,7 @@ case $target_triplet in {
     { *c54x*-*-* } { }
     { z80-*-* } { }
     default {
+       setup_xfail "nds32*-*-*"
        run_dump_test weakref1
        run_dump_test weakref1g
        run_dump_test weakref1l
This page took 0.027027 seconds and 4 git commands to generate.