From: Steve Chamberlain Date: Tue, 1 Aug 1995 02:48:52 +0000 (+0000) Subject: moved. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f12cc9ca72c3e9ea6672c8978e441ca4d708b087;p=binutils-gdb.git moved. --- diff --git a/gas/testsuite/gas/gasp/assign.asm b/gas/testsuite/gas/gasp/assign.asm deleted file mode 100644 index 7f66718468d..00000000000 --- 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 fe3733f7eab..00000000000 --- 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 85509ae614f..00000000000 --- 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 26dba011532..00000000000 --- 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 c97caf546db..00000000000 --- 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 a5df1d7f58d..00000000000 --- 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