aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/gas/gasp/assign.asm13
-rw-r--r--gas/testsuite/gas/gasp/assign.err1
-rw-r--r--gas/testsuite/gas/gasp/assign.out22
-rw-r--r--gas/testsuite/gas/gasp/gasp.exp33
-rw-r--r--gas/testsuite/gas/gasp/pr7583.asm3
-rw-r--r--gas/testsuite/gas/gasp/pr7583.out5
6 files changed, 0 insertions, 77 deletions
diff --git a/gas/testsuite/gas/gasp/assign.asm b/gas/testsuite/gas/gasp/assign.asm
deleted file mode 100644
index 7f66718..0000000
--- a/gas/testsuite/gas/gasp/assign.asm
+++ /dev/null
@@ -1,13 +0,0 @@
-
-foo: .ASSIGNC "hello"
-BAR: .ASSIGNA 12+34
-
- \&foo'foo
- \&foo\&foo\&foo
- \&foo \&foo \&foo
- \&BAR\&bar\&BAR
-
-
-
-
- .END
diff --git a/gas/testsuite/gas/gasp/assign.err b/gas/testsuite/gas/gasp/assign.err
deleted file mode 100644
index fe3733f..0000000
--- a/gas/testsuite/gas/gasp/assign.err
+++ /dev/null
@@ -1 +0,0 @@
-assign.asm:8 Can't find preprocessor variable bar.
diff --git a/gas/testsuite/gas/gasp/assign.out b/gas/testsuite/gas/gasp/assign.out
deleted file mode 100644
index 85509ae..0000000
--- a/gas/testsuite/gas/gasp/assign.out
+++ /dev/null
@@ -1,22 +0,0 @@
-!
-
-!foo: .ASSIGNC "hello"
-!BAR: .ASSIGNA 12+34
-!
-
-! \&foo'foo
- hellofoo
-! \&foo\&foo\&foo
- hellohellohello
-! \&foo \&foo \&foo
- hello hello hello
-! \&BAR\&bar\&BAR
- 4646
-!
-
-!
-
-!
-
-!
-! .END
diff --git a/gas/testsuite/gas/gasp/gasp.exp b/gas/testsuite/gas/gasp/gasp.exp
deleted file mode 100644
index 26dba01..0000000
--- a/gas/testsuite/gas/gasp/gasp.exp
+++ /dev/null
@@ -1,33 +0,0 @@
-
-proc gasp_test { testname } {
- global GASP
- global srcdir
-
- send_log "$srcdir/lib/run $GASP -s $testname.asm -o gasp.out \n"
- catch "exec $srcdir/lib/run $GASP -s $testname.asm -o gasp.out" errs
- catch "exec diff gasp.out $testname.out" diffs
- if ![string match "" $diffs] {
- send_log "$diffs\n"
- verbose $diffs
- fail $testname
- send_log "exec cat gasp.out"
- return 0
- } else {
- pass $testname
- }
-
-}
-
-
-
-foreach src [ lsort [ glob $srcdir/gas/gasp/*.asm ] ] {
- regsub -all ".asm" $src "" t
- gasp_test $t
-}
-
-
-# FIXME: this is here cause of a bug in DejaGnu 1.1.1. When it is no longer
-# in use, then this can be removed.
-if [info exists errorInfo] then {
- unset errorInfo
-}
diff --git a/gas/testsuite/gas/gasp/pr7583.asm b/gas/testsuite/gas/gasp/pr7583.asm
deleted file mode 100644
index c97caf5..0000000
--- a/gas/testsuite/gas/gasp/pr7583.asm
+++ /dev/null
@@ -1,3 +0,0 @@
-
- .sdata "v1.0000"
- .end
diff --git a/gas/testsuite/gas/gasp/pr7583.out b/gas/testsuite/gas/gasp/pr7583.out
deleted file mode 100644
index a5df1d7..0000000
--- a/gas/testsuite/gas/gasp/pr7583.out
+++ /dev/null
@@ -1,5 +0,0 @@
-!
-
-! .sdata "v1.0000"
- .byte 118,49,46,48,48,48,48
-! .end