mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
*** empty log message ***
This commit is contained in:
parent
5873cbec2b
commit
f9c3840555
@ -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
|
||||
|
@ -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
|
||||
|
12
sim/testsuite/sky/refresh.dvpasm
Normal file
12
sim/testsuite/sky/refresh.dvpasm
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user