summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mn10300
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-06-05 17:00:33 +0000
committerNick Clifton <nickc@redhat.com>2007-06-05 17:00:33 +0000
commit99a7b9d303d98334fb5a55f1e9d3f3b499cbcba4 (patch)
treef52cde8e7c17444a1db7c48548148715a70b291b /gas/testsuite/gas/mn10300
parent2f2daec503cc6d2a6e000deceb0ac1ca45a9f8ea (diff)
downloadbinutils-redhat-99a7b9d303d98334fb5a55f1e9d3f3b499cbcba4.tar.gz
Patch for PR4587 + move proc run_list_test into gas-defs.exp
Diffstat (limited to 'gas/testsuite/gas/mn10300')
-rw-r--r--gas/testsuite/gas/mn10300/basic.exp16
1 files changed, 1 insertions, 15 deletions
diff --git a/gas/testsuite/gas/mn10300/basic.exp b/gas/testsuite/gas/mn10300/basic.exp
index b80e006cd2..37c1972738 100644
--- a/gas/testsuite/gas/mn10300/basic.exp
+++ b/gas/testsuite/gas/mn10300/basic.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 2000, 2002, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1996, 2000, 2002, 2004, 2007 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -1768,20 +1768,6 @@ proc do_am33_8 {} {
if [expr $x==67] then { pass $testname } else { fail $testname }
}
-proc run_list_test { name opts } {
- global srcdir subdir
- set testname "mn10300 $name"
- set file $srcdir/$subdir/$name
- gas_run ${name}.s $opts ">&dump.out"
- if { [regexp_diff "dump.out" "${file}.l"] } then {
- fail $testname
- verbose "output is [file_contents "dump.out"]" 2
- return
- }
- pass $testname
-}
-
-
if [istarget mn10300*-*-*] then {
# Test the basic instruction parser.
do_add