Patch for PR4587 + move proc run_list_test into gas-defs.exp
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / ppc.exp
index 0f0e9bf01b71b6c38a87e73b8e7eb44a63e66ed4..0e2db22c66eecfb85c3b159c6e973d14dee15037 100644 (file)
@@ -2,19 +2,6 @@
 # Some PowerPC tests
 #
 
-proc run_list_test { name opts } {
-    global srcdir subdir
-    set testname "ppc $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
-}
-
 # These tests are currently ELF specific, only because nobody has
 # converted them to look for XCOFF relocations.
 
This page took 0.023063 seconds and 4 git commands to generate.