diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-14 21:58:58 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-14 21:58:58 +0000 |
commit | 8092225e36700bcc7950be828391348255492245 (patch) | |
tree | a21dd8f10407cf3ef3d4e2d69d241098358540e6 /gdb | |
parent | dd3f1f765f40b50d6812bde3c6c1afaa37637804 (diff) | |
download | gdb-8092225e36700bcc7950be828391348255492245.zip gdb-8092225e36700bcc7950be828391348255492245.tar.gz gdb-8092225e36700bcc7950be828391348255492245.tar.bz2 |
Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.disasm/hppa.exp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/testsuite/gdb.disasm/hppa.exp b/gdb/testsuite/gdb.disasm/hppa.exp index 160e71a..c3d790a 100644 --- a/gdb/testsuite/gdb.disasm/hppa.exp +++ b/gdb/testsuite/gdb.disasm/hppa.exp @@ -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 } |