diff options
author | Ben Elliston <bje@au.ibm.com> | 2002-09-09 01:54:45 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2002-09-09 01:54:45 +0000 |
commit | fc697c14bd75d9b6fa860d17afb0e1cc98dd4e66 (patch) | |
tree | da241e9917c7c16d0412a8d295ac366b3db3522e /gas/testsuite/gasp/gasp.exp | |
parent | 0b42ccd55f354f46d9073693d44089b0c13ab52a (diff) | |
download | ppe42-binutils-fc697c14bd75d9b6fa860d17afb0e1cc98dd4e66.tar.gz ppe42-binutils-fc697c14bd75d9b6fa860d17afb0e1cc98dd4e66.zip |
2002-09-08 Ben Elliston <bje@redhat.com>
* gas/hppa/basic/basic.exp: Update DejaGnu mail address.
* gas/hppa/parse/parse.exp: Likewise.
* gas/hppa/reloc/reloc.exp: Likewise.
* gas/hppa/unsorted/unsorted.exp: Likewise.
* gas/mn10200/basic.exp: Likewise.
* gas/mn10300/basic.exp: Likewise.
* gas/sh/basic.exp: Likewise.
* gas/sh/sh64/sh64.exp: Likewise.
* gas/v850/basic.exp: Likewise.
* lib/gas-defs.exp: Likewise.
* gas/all/gas.exp: Removing limping support for DejaGnu 1.1.1.
* gasp/gasp.exp: Likewise.
Diffstat (limited to 'gas/testsuite/gasp/gasp.exp')
-rw-r--r-- | gas/testsuite/gasp/gasp.exp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gas/testsuite/gasp/gasp.exp b/gas/testsuite/gasp/gasp.exp index 85d0b97f8a..e8b007eb32 100644 --- a/gas/testsuite/gasp/gasp.exp +++ b/gas/testsuite/gasp/gasp.exp @@ -38,10 +38,3 @@ foreach src [ lsort [ glob $srcdir/gasp/mri/*.asm ] ] { regsub "^.*/(\[^/\]*)$" $t "gasp MRI \\1" testname gasp_test $t $testname "-M" } - -# 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 -} - |