* Added interactive debugging for vector units, and a bunch of minor
authorIan Carmichael <iancarm@cygnus>
Tue, 14 Apr 1998 19:58:36 +0000 (19:58 +0000)
committerIan Carmichael <iancarm@cygnus>
Tue, 14 Apr 1998 19:58:36 +0000 (19:58 +0000)
* things.  See ChangeLog.sky for details.
*
* Modified Files:
*    .Sanitize ChangeLog.sky Makefile.in sky-libvpe.c sky-vu.c
*    sky-vu.h sky-vudis.c sky-vudis.h
* Added Files:
*    sky-indebug.c sky-indebug.h sky-interact.c sky-interact.h
*    sky-console.c sky-console.h

sim/mips/.Sanitize

index 9d91b6df7d8d5e2a6f693f1e103525096a963710..c54db570dcdc2468c59e0f3423150415fe46e6f5 100644 (file)
@@ -37,6 +37,9 @@ sky_files="$sky_files sky-gs.c sky-gs.h"
 sky_files="$sky_files sky-hardware.c sky-hardware.h sky-gdb.c"
 sky_files="$sky_files sky-libvpe.c sky-libvpe.h sky-pke.c sky-pke.h"
 sky_files="$sky_files sky-vpe.h sky-vu.h sky-vu.c sky-vudis.h sky-vudis.c"
+sky_files="$sky_files sky-console.h sky-console.c"
+sky_files="$sky_files sky-interact.h sky-interact.c"
+sky_files="$sky_files sky-indebug.h sky-indebug.c"
 if ( echo $* | grep keep\-sky > /dev/null ) ; then
         keep_these_too="${sky_files} ${keep_these_too}"
 else