diff options
author | Jeff Law <law@redhat.com> | 1994-01-18 04:08:30 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-01-18 04:08:30 +0000 |
commit | 46ee83a0b8a075ea730d2fc0adee70b100e411c4 (patch) | |
tree | f557f096a808612a29490bd1ff0b25d65f9b0db7 /gdb | |
parent | f037e5b0a44f157ae47fc6dd2ffa7f9e286470a4 (diff) | |
download | gdb-46ee83a0b8a075ea730d2fc0adee70b100e411c4.zip gdb-46ee83a0b8a075ea730d2fc0adee70b100e411c4.tar.gz gdb-46ee83a0b8a075ea730d2fc0adee70b100e411c4.tar.bz2 |
* gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
in the copr tests now.
* gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
copr in the fpu_misc tests anymore. fpu_misc tests are no longer
expected to fail.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9024139..e706932 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions. + Enable "diag" instruction. Delete copr from fpu_misc_tests, it's + in the copr tests now. + * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect + copr in the fpu_misc tests anymore. fpu_misc tests are no longer + expected to fail. + Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com) * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp, |