Arm: Fix Arm disassembler mapping symbol search.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / arm / objdump.exp
index 5013b18bd678a7f74429dc2ec43c4ab9cbc3e9e4..33e3fd1437ea8286d6c7b9edd939515001a881b9 100644 (file)
@@ -111,3 +111,17 @@ if {![binutils_assemble $srcdir/$subdir/rvct_symbol.s tmpdir/rvct_symbol.o]} the
        fail "skip rvct symbol"
     }
 }
+
+###########################
+# Set up generic test framework
+###########################
+
+set tempfile tmpdir/armtemp.o
+set copyfile tmpdir/armcopy
+
+set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
+foreach t $test_list {
+    # We need to strip the ".d", but can leave the dirname.
+    verbose [file rootname $t]
+    run_dump_test [file rootname $t]
+}
This page took 0.024384 seconds and 4 git commands to generate.