massive sanitization fixes

This commit is contained in:
Angela Marie Thomas 1998-03-13 13:09:32 +00:00
parent 786786305f
commit 2b9cac47f5
9 changed files with 64 additions and 27 deletions

View File

@ -188,7 +188,7 @@ Wed Dec 10 17:57:00 1997 David Taylor <taylor@texas.cygnus.com>
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>

View File

@ -15,6 +15,20 @@
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

View File

@ -23,8 +23,11 @@ Do-first:
Things-to-keep:
linux.mh
linux.mt
nbsd.mh
nbsd.mt
nm-linux.h
nm-nbsd.h
nm-sparclynx.h
nm-sun4os4.h
@ -41,6 +44,7 @@ sun4os4.mh
sun4os4.mt
sun4sol2.mh
sun4sol2.mt
tm-linux.h
tm-nbsd.h
tm-sp64.h
tm-sp64sim.h
@ -53,6 +57,7 @@ tm-sun4os4.h
tm-sun4sol2.h
tm-vxsparc.h
vxsparc.mt
xm-linux.h
xm-nbsd.h
xm-sparc.h
xm-sparclynx.h

View File

@ -35,6 +35,7 @@ m32r.exp
m32r-stub.exp
mips.exp
mips-idt.exp
mn10300-eval.exp
monitor.exp
mt-a29k-udi
mt-i386-aout

View File

@ -83,6 +83,7 @@ opaque0.c
opaque1.c
overlays.c
overlays.exp
ovlymgr.c
ovlymgr.h
printcmds.c
printcmds.exp

View File

@ -15,6 +15,13 @@
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}"

View File

@ -78,6 +78,7 @@ sim-fpu.c
sim-fpu.h
sim-hload.c
sim-hrw.c
sim-info.c
sim-inline.c
sim-inline.h
sim-io.c

View File

@ -9,19 +9,23 @@ configure.in
exit47.s
hello.s
loop.s
t-macros.i
t-dbt.s
t-mac.s
t-macros.i
t-msbu.s
t-rac.s
t-rachi.s
t-rep.s
t-rte.s
t-mulxu.s
t-sub.s
t-subi.s
t-sub2w.s
t-mvtac.s
t-mvtc.s
t-rac.s
t-rachi.s
t-rdt.s
t-rep.s
t-rte.s
t-sp.s
t-sub.s
t-sub2w.s
t-subi.s
t-trap.s
Things-to-lose:

View File

@ -25,36 +25,40 @@ Do-first:
Things-to-keep:
ChangeLog
interp.c
configure.in
Makefile.in
config.in
tconfig.in
README.Cygnus
config.in
configure
configure.in
device.c
device.h
dma.c
dma.h
engine-sky.c
gencode.c
gpuif.c
gpuif.h
hardware.c
hardware.h
interp.c
libvpe.c
libvpe.h
m16.igen
mdmx.igen
mips.dc
mips.igen
pke.c
pke.h
r5900.igen
sim-main.h
tconfig.in
vpe.h
vr5400.igen
engine-sky.c
gpuif.h
dma.h
device.c
gpuif.c
device.h
dma.c
vu0.h
pke.h
vu1.h
vu1.c
vu.h
vu0.c
pke.c
hardware.c
hardware.h
vu0.h
vu1.c
vu1.h
Things-to-lose: