aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorJillian Ye <jillian@cygnus>1998-04-29 00:35:04 +0000
committerJillian Ye <jillian@cygnus>1998-04-29 00:35:04 +0000
commitf9c384055563339636ebf83e653b27dc9c411a9e (patch)
tree22366bd52a480bf345ccd4bd9092520f9376120b /sim
parent5873cbec2bca3c4b8f6850e734702a2f81bb9707 (diff)
downloadgdb-f9c384055563339636ebf83e653b27dc9c411a9e.zip
gdb-f9c384055563339636ebf83e653b27dc9c411a9e.tar.gz
gdb-f9c384055563339636ebf83e653b27dc9c411a9e.tar.bz2
*** empty log message ***
Diffstat (limited to 'sim')
-rw-r--r--sim/testsuite/sky/.Sanitize3
-rw-r--r--sim/testsuite/sky/ChangeLog10
-rw-r--r--sim/testsuite/sky/refresh.dvpasm12
3 files changed, 24 insertions, 1 deletions
diff --git a/sim/testsuite/sky/.Sanitize b/sim/testsuite/sky/.Sanitize
index 343a1ed..55d87d5 100644
--- a/sim/testsuite/sky/.Sanitize
+++ b/sim/testsuite/sky/.Sanitize
@@ -29,7 +29,7 @@ configure
configure.in
c_gen.pl
-refresh.s
+refresh.dvpasm
sce2_test11.dvpasm
sce2_test11.vuasm
sce2_test11_out_gif.dat
@@ -214,6 +214,7 @@ t-cop2.s
t-cop2.vuexpect
t-cop2b.c
t-dma.c
+t-dma.dmaexpect
t-pke2.trc
t-pke2.vif1expect
t-pke3.trc
diff --git a/sim/testsuite/sky/ChangeLog b/sim/testsuite/sky/ChangeLog
index 9dd2fa4..c2896d1 100644
--- a/sim/testsuite/sky/ChangeLog
+++ b/sim/testsuite/sky/ChangeLog
@@ -1,3 +1,13 @@
+Tue Apr 28 20:16:02 EDT 1998 Jillian Ye <jillian@cygnus.com>
+
+ * sce*test*_out_gif.dat: change the last line of the files
+ to be "7f 00000000 00000000".
+
+ * renamed refresh.s to refresh.dvpasm to indicate that
+ it should be compiled with dvp-elf-as instead of the mips one.
+
+ * added t-dma.dma.expect
+
Wed Apr 22 11:32:31 1998 Doug Evans <devans@canuck.cygnus.com>
* Makefile.in (GCC_FOR_TARGET): Add options to find newlib and
diff --git a/sim/testsuite/sky/refresh.dvpasm b/sim/testsuite/sky/refresh.dvpasm
new file mode 100644
index 0000000..0264c33
--- /dev/null
+++ b/sim/testsuite/sky/refresh.dvpasm
@@ -0,0 +1,12 @@
+.include "sce_macros.s"
+.global gpu_refresh
+.text
+gpu_refresh:
+DMAcnt *
+direct *
+GIFpacked REGS={A_D}, NLOOP=1, EOP ; WAS GPUIFpacked REG=...
+iwzyx 0x00000000, 0x0000007f, 0x00000000, 0x00000000
+.endgif ; New Line
+.EndDirect
+.EndDmaData
+DMAend