STACK_START; change FR_REGNUM to 61 (was 11). Reformat comment
about DUMMY FRAMES so that it is readable. Fix SAVED_PC_AFTER_FRAME
macro.
-start-sanitize-d30v
+end-sanitize-d30v
Wed Dec 10 17:41:07 1997 Jim Blandy <jimb@zwingli.cygnus.com>
Do-first:
+vr4111_files="tm-vr4xxx.h vr4xxx.mt"
+
+if ( echo $* | grep keep\-vr4111 > /dev/null ) ; then
+ keep_these_too="${vr4111_files} ${keep_these_too}"
+ if [ -n "${verbose}" ] ; then
+ echo Keeping ${vr4111_files}
+ fi
+else
+ lose_these_too="${vr4111_files} ${lose_these_too}"
+ if [ -n "${verbose}" ] ; then
+ echo Deleting ${vr4111_files}
+ fi
+fi
+
tx19_files="tm-tx19.h tm-tx19l.h tx19.mt tx19l.mt"
if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
Do-first:
+sky_files="txvu"
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
+ keep_these_too="${sky_files} ${keep_these_too}"
+else
+ lose_these_too="${sky_files} ${lose_these_too}"
+fi
+
d30v_files="d30v"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
keep_these_too="${d30v_files} ${keep_these_too}"