X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Fppc%2Fppc.exp;h=0e2db22c66eecfb85c3b159c6e973d14dee15037;hb=dfeb06664ae08b270f4b46c76620a8e4fdcdeaa2;hp=0f0e9bf01b71b6c38a87e73b8e7eb44a63e66ed4;hpb=93e7bd98af3e52d6d51a9cacd0848a3c6a3e5bdb;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/testsuite/gas/ppc/ppc.exp b/gas/testsuite/gas/ppc/ppc.exp index 0f0e9bf01b..0e2db22c66 100644 --- a/gas/testsuite/gas/ppc/ppc.exp +++ b/gas/testsuite/gas/ppc/ppc.exp @@ -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.