massive sanitization fixes
This commit is contained in:
parent
786786305f
commit
2b9cac47f5
9 changed files with 64 additions and 27 deletions
|
@ -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
|
STACK_START; change FR_REGNUM to 61 (was 11). Reformat comment
|
||||||
about DUMMY FRAMES so that it is readable. Fix SAVED_PC_AFTER_FRAME
|
about DUMMY FRAMES so that it is readable. Fix SAVED_PC_AFTER_FRAME
|
||||||
macro.
|
macro.
|
||||||
start-sanitize-d30v
|
end-sanitize-d30v
|
||||||
|
|
||||||
Wed Dec 10 17:41:07 1997 Jim Blandy <jimb@zwingli.cygnus.com>
|
Wed Dec 10 17:41:07 1997 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,20 @@
|
||||||
|
|
||||||
Do-first:
|
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"
|
tx19_files="tm-tx19.h tm-tx19l.h tx19.mt tx19l.mt"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
|
||||||
|
|
|
@ -23,8 +23,11 @@ Do-first:
|
||||||
|
|
||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
|
linux.mh
|
||||||
|
linux.mt
|
||||||
nbsd.mh
|
nbsd.mh
|
||||||
nbsd.mt
|
nbsd.mt
|
||||||
|
nm-linux.h
|
||||||
nm-nbsd.h
|
nm-nbsd.h
|
||||||
nm-sparclynx.h
|
nm-sparclynx.h
|
||||||
nm-sun4os4.h
|
nm-sun4os4.h
|
||||||
|
@ -41,6 +44,7 @@ sun4os4.mh
|
||||||
sun4os4.mt
|
sun4os4.mt
|
||||||
sun4sol2.mh
|
sun4sol2.mh
|
||||||
sun4sol2.mt
|
sun4sol2.mt
|
||||||
|
tm-linux.h
|
||||||
tm-nbsd.h
|
tm-nbsd.h
|
||||||
tm-sp64.h
|
tm-sp64.h
|
||||||
tm-sp64sim.h
|
tm-sp64sim.h
|
||||||
|
@ -53,6 +57,7 @@ tm-sun4os4.h
|
||||||
tm-sun4sol2.h
|
tm-sun4sol2.h
|
||||||
tm-vxsparc.h
|
tm-vxsparc.h
|
||||||
vxsparc.mt
|
vxsparc.mt
|
||||||
|
xm-linux.h
|
||||||
xm-nbsd.h
|
xm-nbsd.h
|
||||||
xm-sparc.h
|
xm-sparc.h
|
||||||
xm-sparclynx.h
|
xm-sparclynx.h
|
||||||
|
|
|
@ -35,6 +35,7 @@ m32r.exp
|
||||||
m32r-stub.exp
|
m32r-stub.exp
|
||||||
mips.exp
|
mips.exp
|
||||||
mips-idt.exp
|
mips-idt.exp
|
||||||
|
mn10300-eval.exp
|
||||||
monitor.exp
|
monitor.exp
|
||||||
mt-a29k-udi
|
mt-a29k-udi
|
||||||
mt-i386-aout
|
mt-i386-aout
|
||||||
|
|
|
@ -83,6 +83,7 @@ opaque0.c
|
||||||
opaque1.c
|
opaque1.c
|
||||||
overlays.c
|
overlays.c
|
||||||
overlays.exp
|
overlays.exp
|
||||||
|
ovlymgr.c
|
||||||
ovlymgr.h
|
ovlymgr.h
|
||||||
printcmds.c
|
printcmds.c
|
||||||
printcmds.exp
|
printcmds.exp
|
||||||
|
|
|
@ -15,6 +15,13 @@
|
||||||
|
|
||||||
Do-first:
|
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"
|
d30v_files="d30v"
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||||
keep_these_too="${d30v_files} ${keep_these_too}"
|
keep_these_too="${d30v_files} ${keep_these_too}"
|
||||||
|
|
|
@ -78,6 +78,7 @@ sim-fpu.c
|
||||||
sim-fpu.h
|
sim-fpu.h
|
||||||
sim-hload.c
|
sim-hload.c
|
||||||
sim-hrw.c
|
sim-hrw.c
|
||||||
|
sim-info.c
|
||||||
sim-inline.c
|
sim-inline.c
|
||||||
sim-inline.h
|
sim-inline.h
|
||||||
sim-io.c
|
sim-io.c
|
||||||
|
|
|
@ -9,19 +9,23 @@ configure.in
|
||||||
exit47.s
|
exit47.s
|
||||||
hello.s
|
hello.s
|
||||||
loop.s
|
loop.s
|
||||||
t-macros.i
|
t-dbt.s
|
||||||
t-mac.s
|
t-mac.s
|
||||||
|
t-macros.i
|
||||||
t-msbu.s
|
t-msbu.s
|
||||||
t-rac.s
|
|
||||||
t-rachi.s
|
|
||||||
t-rep.s
|
|
||||||
t-rte.s
|
|
||||||
t-mulxu.s
|
t-mulxu.s
|
||||||
t-sub.s
|
|
||||||
t-subi.s
|
|
||||||
t-sub2w.s
|
|
||||||
t-mvtac.s
|
t-mvtac.s
|
||||||
t-mvtc.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:
|
Things-to-lose:
|
||||||
|
|
||||||
|
|
|
@ -25,36 +25,40 @@ Do-first:
|
||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
ChangeLog
|
ChangeLog
|
||||||
interp.c
|
|
||||||
configure.in
|
|
||||||
Makefile.in
|
Makefile.in
|
||||||
config.in
|
|
||||||
tconfig.in
|
|
||||||
README.Cygnus
|
README.Cygnus
|
||||||
|
config.in
|
||||||
configure
|
configure
|
||||||
|
configure.in
|
||||||
|
device.c
|
||||||
|
device.h
|
||||||
|
dma.c
|
||||||
|
dma.h
|
||||||
|
engine-sky.c
|
||||||
gencode.c
|
gencode.c
|
||||||
|
gpuif.c
|
||||||
|
gpuif.h
|
||||||
|
hardware.c
|
||||||
|
hardware.h
|
||||||
|
interp.c
|
||||||
|
libvpe.c
|
||||||
|
libvpe.h
|
||||||
m16.igen
|
m16.igen
|
||||||
mdmx.igen
|
mdmx.igen
|
||||||
mips.dc
|
mips.dc
|
||||||
mips.igen
|
mips.igen
|
||||||
|
pke.c
|
||||||
|
pke.h
|
||||||
r5900.igen
|
r5900.igen
|
||||||
sim-main.h
|
sim-main.h
|
||||||
|
tconfig.in
|
||||||
|
vpe.h
|
||||||
vr5400.igen
|
vr5400.igen
|
||||||
engine-sky.c
|
vu.h
|
||||||
gpuif.h
|
|
||||||
dma.h
|
|
||||||
device.c
|
|
||||||
gpuif.c
|
|
||||||
device.h
|
|
||||||
dma.c
|
|
||||||
vu0.h
|
|
||||||
pke.h
|
|
||||||
vu1.h
|
|
||||||
vu1.c
|
|
||||||
vu0.c
|
vu0.c
|
||||||
pke.c
|
vu0.h
|
||||||
hardware.c
|
vu1.c
|
||||||
hardware.h
|
vu1.h
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue