Andes Technology has good news for you, we plan to update the nds32 port of binutils...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / gas.exp
index 7d635b7edffc76a6530db8043bd10aa006280efb..5335c896fec09d487d9e2814ae022868e6df15f1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Free Software Foundation, Inc.
+# Copyright (C) 2012-2018 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
@@ -50,24 +50,31 @@ if { ![istarget cris-*-*] && ![istarget crisv32-*-*]
 
 # This test is meaningless for the PA; the difference of two undefined
 # symbols is something that is (and must be) supported on the PA.
-# The same is true for alpha-vms
+# The same is true for ALPHA-VMS.
 #
-# The MN10300 port supports link time relaxation which in turn allows
-# for link time resolution of the differneces of two symbols which are
-# undefined at assembly time.  Hence this test will not pass for the
-# MN10300.  The same thing is true for the RX port as well.
-if { ![istarget hppa*-*-*]
-     && ![istarget alpha*-*-*vms*]
-     && ![istarget rx-*-*]
+# The AVR, MICROBLAZE, MN10300, RL78 and RX ports all support link time
+# relaxation, which in turn allows for link time resolution of the
+# differences of two previously undefined symbols.  Hence this test will
+# not pass for these targets.
+if {    ![istarget alpha*-*-*vms*]
+     && ![istarget am3*-*-*]
+     && ![istarget avr-*-*]
+     && ![istarget ft32-*-*]
+     && ![istarget hppa*-*-*]
+     && ![istarget microblaze-*-*]
      && ![istarget mn10300-*-*]
      && ![istarget msp430*-*-*]
-     && ![istarget am3*-*-*] } then {
+     && ![istarget riscv*-*-*]
+     && ![istarget rl78-*-*]
+     && ![istarget rx-*-*] } then {
     gas_test_error "diff1.s" "" "difference of two undefined symbols"
 }
 
 gas_test_error "equiv1.s" "" ".equiv for symbol already set to another one"
 gas_test_error "equiv2.s" "" ".equiv for symbol already set to an expression"
 
+gas_test_error "none.s" "-o $srcdir/$subdir/none.s" "Output file must be distinct from input"
+
 # .equ works differently on some targets.
 case $target_triplet in {
     { hppa*-*-* } { }
@@ -89,18 +96,20 @@ gas_test_error "assign-bad.s" "" "== assignment for symbol already set"
 # .equ works differently on some targets.
 # linkrelax-ing prevents most forward references from working.
 case $target_triplet in {
+    { am3*-*-* } { }
     { *c54x*-*-* } { }
     { cr16*-*-* } { }
     { crx*-*-* } { }
     { h8300*-*-* } { }
     { hppa*-*-* } { }
     { mep-*-* } { }
+    { microblaze-*-* } { }
     { mn10\[23\]00*-*-* } { }
     default {
        # Some targets don't manage to resolve BFD_RELOC_8 for constants.
        setup_xfail "alpha*-*-*" "*c30*-*-*" "*c4x*-*-*" \
-           "d\[13\]0v*-*-*" "i860-*-*" \
-           "nds32*-*-*" "pdp11-*-*" "xtensa*-*-*"
+           "d\[13\]0v*-*-*" \
+           "pdp11-*-*" "xtensa*-*-*"
        run_dump_test forward
     }
 }
@@ -114,6 +123,8 @@ if { ![is_aout_format] } {
        { hppa*64*-*-* } {
            run_dump_test fwdexp
        }
+       { alpha-*-*linux*ecoff } { }
+       { alpha-*-osf* } { }
        { hppa*-*-hpux* } { }
        { mep-*-* } { }
        { mmix-*-* } { }
@@ -133,6 +144,7 @@ if { ![is_aout_format] } {
 # pdp11 gets unexpected reloc types.
 case $target_triplet in {
     { alpha*-*-* } { }
+    { am3*-*-* } { }
     { cr16*-*-* } { }
     { crx*-*-* } { }
     { h8300-*-* } { }
@@ -151,22 +163,21 @@ case $target_triplet in {
        run_dump_test redef
        # These targets fail redef2 because they disallow redefined
        # symbols on relocs.
-       setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*"
-       setup_xfail "rx-*-*" "vax*-*-*" "xgate*-*-*" "z8k-*-*"
+       setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*" "rl78-*-*"
+       setup_xfail "riscv*-*-*" "rx-*-*" "vax*-*-*" "xgate*-*-*" "z8k-*-*"
        run_dump_test redef2
-       setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*"
-       setup_xfail "rx-*-*" "vax*-*-*" "xgate*-*-*" "z8k-*-*"
+       setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*" "rl78-*-*"
+       setup_xfail "riscv*-*-*" "rx-*-*" "vax*-*-*" "xgate*-*-*" "z8k-*-*"
        # rs6000-aix disallows redefinition via .comm.
        setup_xfail "*-*-aix*"
-       # SOM uses a different syntax for .comm
-       setup_xfail "hppa*-*-hpux*"
        # These targets fail redef3 because section contents for the
        # word referencing the .comm sym is not zero and/or its reloc
        # has a non-zero addend.  Relaxing the test would hide real
-       # failures such as or32-elf.
+       # failures.
        setup_xfail "bfin-*-*" "i\[3-7\]86-*-*coff" \
            "i\[3-7\]86-*-*pe" "i\[3-7\]86-*-go32*" \
-           "i\[3-7\]86-*-cygwin*" "i\[3-7\]86-*-mingw*" "x86_64-*-mingw*"
+           "i\[3-7\]86-*-cygwin*" "i\[3-7\]86-*-mingw*" \
+           "x86_64-*-cygwin*" "x86_64-*-mingw*"
        run_dump_test redef3
        gas_test_error "redef4.s" "" ".set for symbol already used as label"
        gas_test_error "redef5.s" "" ".set for symbol already defined through .comm"
@@ -239,7 +250,7 @@ proc do_930509a {} {
     set x 0
     gas_start "x930509.s" "-al"
     while 1 {
-# We need to accomodate both byte orders here.
+# We need to accommodate both byte orders here.
 # If ".long" means an 8-byte value on some target someday, this test will have
 # to be fixed.
        expect {
@@ -260,16 +271,18 @@ proc do_930509a {} {
 # C54x assembler (for compatibility) does not allow differences between
 # forward references.
 # C30 counts a four byte offset as a difference of one.
-if { ![istarget hppa*-*-*] &&
-     ![istarget cr16*-*-*] &&
-     ![istarget  crx*-*-*] &&
-     ![istarget *c30*-*-*] &&
-     ![istarget *c4x*-*-*] &&
-     ![istarget *c54x*-*-*] } then {
-    # the vax fails because VMS can apparently actually handle this
+if {    ![istarget *c30*-*-*]
+     && ![istarget *c4x*-*-*]
+     && ![istarget *c54x*-*-*]
+     && ![istarget cr16*-*-*]
+     && ![istarget crx*-*-*]
+     && ![istarget ft32-*-*]
+     && ![istarget h8300*-*-*]
+     && ![istarget hppa*-*-*] } then {
+    # The vax fails because VMS can apparently actually handle this
     # case in relocs, so gas doesn't handle it itself.
-    # msp430 and mn10300 emit two relocs to handle the difference of two symbols.
-    setup_xfail "mn10300*-*-*" "msp430*-*-*" "vax*-*-vms*"
+    # msp430, mn10[23]00 and riscv emit two relocs to handle the difference of two symbols.
+    setup_xfail "am3*-*-*" "mn10200-*-*" "mn10300*-*-*" "msp430*-*-*" "riscv*-*-*" "vax*-*-vms*"
     do_930509a
 }
 
@@ -282,6 +295,7 @@ case $target_triplet in {
     default {
        run_dump_test struct
        run_dump_test align
+       setup_xfail "ns32k-*-*"
        run_dump_test align2
     }
 }
@@ -301,7 +315,7 @@ case $target_triplet in {
        # character (it is allowed to be a line comment character).
        if [string match "" [lindex [gas_run excl.s "-o /dev/null" ""] 0]] {
            run_dump_test altmac2
-           # Similarly this test does not work when ! is a line seperator.
+           # Similarly this test does not work when ! is a line separator.
            run_dump_test eval
        }
     }
@@ -320,8 +334,7 @@ if {   ([istarget *-*-coff*] && ![istarget arm*-*-coff] && ![istarget *c4x*-*-co
      || [istarget i*86-*-cygwin*] \
      || [istarget x86_64-*-mingw*] \
      || [istarget i*86-*-*nt] \
-     || [istarget i*86-*-interix*] \
-     || ([istarget i960-*-vxworks5.*] && ![istarget i960-*-vxworks5.0*]) } {
+     || [istarget i*86-*-interix*] } {
     run_dump_test cofftag
 }
 
@@ -348,11 +361,14 @@ proc test_cond {} {
 # This test is not suitable for the PA for various reasons
 # not limited to the fact that it depends on specific section
 # names appearing in the output file.
-# again, p2align doesn't work on c54x target
+# Again, p2align doesn't work on c54x and related targets.
 case $target_triplet in {
+    { alpha-*-linux*ecoff} { }
+    { alpha-*-osf*} { }
     { hppa*-*-* } { }
     { *c4x*-*-* } { }
     { *c54x*-*-* } { }
+    { rl78-*-* } { }
     { rx-*-* } { }
     default {
         test_cond
@@ -373,13 +389,14 @@ if { ![istarget "bfin-*-*"] && ![istarget "nds32*-*-*"] } then {
 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
 if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] } {
     run_dump_test sleb128-7
+    run_dump_test sleb128-8
 }
+run_dump_test sleb128-9
 
 # .byte is 32 bits on tic4x, and .p2align isn't supported on tic54x
 # .space is different on hppa*-hpux.
@@ -393,21 +410,8 @@ if { ![istarget "powerpc*-*-*"] && ![istarget "rs6000*-*-*"] && ![istarget "s390
     run_dump_test byte
 }
 
-# .quad is 16 bytes on i960.
-if { ![istarget "i960-*-*"] } {
-    run_dump_test quad
-}
-
-# som doesn't use .data section.
-case $target_triplet in {
-    { hppa*64*-*-* } {
-       run_dump_test octa
-    }
-    { hppa*-*-hpux* } { }
-    default {
-       run_dump_test octa
-    }
-}
+run_dump_test quad
+run_dump_test octa
 
 # .set works differently on some targets.
 case $target_triplet in {
@@ -429,8 +433,39 @@ gas_test_error "weakref3.s" "" "a: would close weakref loop: a => b => c => d =>
 gas_test_error "weakref4.s" "" "is already defined"
 
 run_dump_test string
+if [is_elf_format] {
+    run_dump_test none
+}
+
+run_dump_test quoted-sym-names
+
+run_list_test pr20312
 
 load_lib gas-dg.exp
 dg-init
 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/err-*.s $srcdir/$subdir/warn-*.s]] "" ""
 dg-finish
+
+# Set $nop_type appropriately to indicate the NOP instruction mnemonic.
+case $target_triplet in {
+    { "mmix-*-*" } {
+       set nop_type 5
+    }
+    { "or1k*-*-*" } {
+       set nop_type 2
+    }
+    { "ia64-*-*" } {
+       set nop_type 1
+    }
+    default {
+       set nop_type 0
+    }
+}
+run_dump_test "org-1" [list [list as "--defsym nop_type=$nop_type"]]
+run_dump_test "org-2"
+run_dump_test "org-3"
+run_dump_test "org-4"
+run_dump_test "org-5"
+run_dump_test "org-6"
+
+run_dump_test "fill-1"
This page took 0.02915 seconds and 4 git commands to generate.