moved.
authorSteve Chamberlain <sac@cygnus>
Tue, 1 Aug 1995 02:48:52 +0000 (02:48 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 1 Aug 1995 02:48:52 +0000 (02:48 +0000)
gas/testsuite/gas/gasp/assign.asm [deleted file]
gas/testsuite/gas/gasp/assign.err [deleted file]
gas/testsuite/gas/gasp/assign.out [deleted file]
gas/testsuite/gas/gasp/gasp.exp [deleted file]
gas/testsuite/gas/gasp/pr7583.asm [deleted file]
gas/testsuite/gas/gasp/pr7583.out [deleted file]

diff --git a/gas/testsuite/gas/gasp/assign.asm b/gas/testsuite/gas/gasp/assign.asm
deleted file mode 100644 (file)
index 7f66718..0000000
+++ /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 (file)
index fe3733f..0000000
+++ /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 (file)
index 85509ae..0000000
+++ /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 (file)
index 26dba01..0000000
+++ /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 (file)
index c97caf5..0000000
+++ /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 (file)
index a5df1d7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-!
-
-!     .sdata "v1.0000"
-       .byte   118,49,46,48,48,48,48
-!     .end