Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 14 Oct 1993 21:58:58 +0000 (21:58 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 14 Oct 1993 21:58:58 +0000 (21:58 +0000)
* configure.in (configdirs): Add gdb.disasm
* gdb.disasm: New directory for GDB disassembler tests.
* gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.

gdb/testsuite/gdb.disasm/hppa.exp

index 160e71a..c3d790a 100644 (file)
@@ -1102,13 +1102,13 @@ gdb_reinitialize_dir $srcdir/$subdir
 gdb_load $objdir/$subdir/$binfile
 
 if [istarget "hppa*-*-*"] then {
-#    all_integer_memory_tests
-#    all_immediate_tests
-#    all_branch_tests
-#    all_integer_computational_tests
-#    all_system_control_tests
-#    all_fpu_memory_tests
-#    all_fpu_computational_tests
-#    all_fpu_comparison_tests
+    all_integer_memory_tests
+    all_immediate_tests
+    all_branch_tests
+    all_integer_computational_tests
+    all_system_control_tests
+    all_fpu_memory_tests
+    all_fpu_computational_tests
+    all_fpu_comparison_tests
     all_special_tests
 }