summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/macros/macros.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/macros/macros.exp')
-rw-r--r--gas/testsuite/gas/macros/macros.exp35
1 files changed, 0 insertions, 35 deletions
diff --git a/gas/testsuite/gas/macros/macros.exp b/gas/testsuite/gas/macros/macros.exp
deleted file mode 100644
index b4ddefe598a..00000000000
--- a/gas/testsuite/gas/macros/macros.exp
+++ /dev/null
@@ -1,35 +0,0 @@
-# Run some tests of gas macros.
-
-if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
- run_dump_test test1
-}
-
-if ![istarget *c54x*-*-*] {
- run_dump_test test2
-}
-
-run_dump_test test3
-
-if ![istarget *c54x*-*-*] {
- run_dump_test irp
- run_dump_test rept
-}
-
-
-gas_test_error "err.s" "" "macro infinite recursion"
-
-case $target_triplet in {
- { hppa*-*-* } { if [istarget *-*-linux*] { run_dump_test semi } }
- { *c54x*-*-* } { }
- default {
- run_dump_test semi
- }
-}
-
-if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
- # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
- setup_xfail cris-*-*
- setup_xfail sh*-*-*
- setup_xfail z8k*-*-*
- run_dump_test strings
-}