diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-06-16 16:53:49 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-06-16 16:53:49 +0000 |
commit | a2d12e4971b8db0f98e2be4613b81d7d606c110d (patch) | |
tree | 1a21df720ec7e6bdf9d7c281d4fff0318077aa43 /sim | |
parent | 1a1f786125d3ba8a7f7df3e97bfa27b0cc35556a (diff) | |
download | gdb-a2d12e4971b8db0f98e2be4613b81d7d606c110d.zip gdb-a2d12e4971b8db0f98e2be4613b81d7d606c110d.tar.gz gdb-a2d12e4971b8db0f98e2be4613b81d7d606c110d.tar.bz2 |
* sky testsuite fixes
Tue Jun 16 09:03:37 1998 Frank Ch. Eigler <fche@cygnus.com>
* t-cop2.s: Reorder instruction blocks to prevent "Out of bounds"
messages during test execution. Added dummy branch labels for BC2*
instructions.
* t-cop2.brn: Use --sky-debug option instead of env var.
* t-cop2.vuexpect: Updated for with new disassembly format.
* sky_sce_fast.exp: Don't compare GIF outputs for
--float-type=fast.
* sce_test{17,33,49}.dvpasm: Use ".DmaPackVif 1" option to
exercise assembler / PKE.
* rw-vureg.c: Cast memcpy operand to allay warning.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/testsuite/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index 6eea830..b709fb0 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,4 +1,19 @@ start-sanitize-sky +Tue Jun 16 09:03:37 1998 Frank Ch. Eigler <fche@cygnus.com> + + * t-cop2.s: Reorder instruction blocks to prevent "Out of bounds" + messages during test execution. Added dummy branch labels for BC2* + instructions. + * t-cop2.brn: Use --sky-debug option instead of env var. + * t-cop2.vuexpect: Updated for with new disassembly format. + + * sky_sce_fast.exp: Don't compare GIF outputs for + --float-type=fast. + * sce_test{17,33,49}.dvpasm: Use ".DmaPackVif 1" option to + exercise assembler / PKE. + + * rw-vureg.c: Cast memcpy operand to allay warning. + Mon Jun 15 15:34:10 1998 Frank Ch. Eigler <fche@cygnus.com> * sim/sky/sky_sce_fast.exp: New file for fast floating point mode of |