aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog-972
-rw-r--r--gdb/config/mips/.Sanitize14
-rw-r--r--gdb/config/sparc/.Sanitize5
-rw-r--r--gdb/testsuite/config/.Sanitize1
-rw-r--r--gdb/testsuite/gdb.base/.Sanitize1
-rw-r--r--sim/.Sanitize7
-rw-r--r--sim/common/.Sanitize1
-rw-r--r--sim/testsuite/d10v-elf/.Sanitize14
-rw-r--r--sim/txvu/.Sanitize38
9 files changed, 60 insertions, 23 deletions
diff --git a/gdb/ChangeLog-97 b/gdb/ChangeLog-97
index 52136f5..8af9346 100644
--- a/gdb/ChangeLog-97
+++ b/gdb/ChangeLog-97
@@ -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>
diff --git a/gdb/config/mips/.Sanitize b/gdb/config/mips/.Sanitize
index fd379ff..5a68cc3 100644
--- a/gdb/config/mips/.Sanitize
+++ b/gdb/config/mips/.Sanitize
@@ -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
diff --git a/gdb/config/sparc/.Sanitize b/gdb/config/sparc/.Sanitize
index 028fc5f..bc16302 100644
--- a/gdb/config/sparc/.Sanitize
+++ b/gdb/config/sparc/.Sanitize
@@ -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
diff --git a/gdb/testsuite/config/.Sanitize b/gdb/testsuite/config/.Sanitize
index 6aac4c7..1aec48d 100644
--- a/gdb/testsuite/config/.Sanitize
+++ b/gdb/testsuite/config/.Sanitize
@@ -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
diff --git a/gdb/testsuite/gdb.base/.Sanitize b/gdb/testsuite/gdb.base/.Sanitize
index d719dda..0d321e0 100644
--- a/gdb/testsuite/gdb.base/.Sanitize
+++ b/gdb/testsuite/gdb.base/.Sanitize
@@ -83,6 +83,7 @@ opaque0.c
opaque1.c
overlays.c
overlays.exp
+ovlymgr.c
ovlymgr.h
printcmds.c
printcmds.exp
diff --git a/sim/.Sanitize b/sim/.Sanitize
index 531d802..3506894 100644
--- a/sim/.Sanitize
+++ b/sim/.Sanitize
@@ -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}"
diff --git a/sim/common/.Sanitize b/sim/common/.Sanitize
index c65449b..9558757 100644
--- a/sim/common/.Sanitize
+++ b/sim/common/.Sanitize
@@ -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
diff --git a/sim/testsuite/d10v-elf/.Sanitize b/sim/testsuite/d10v-elf/.Sanitize
index 25ed0ae..7ab96da 100644
--- a/sim/testsuite/d10v-elf/.Sanitize
+++ b/sim/testsuite/d10v-elf/.Sanitize
@@ -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-mulxu.s
+t-mvtac.s
+t-mvtc.s
t-rac.s
t-rachi.s
+t-rdt.s
t-rep.s
t-rte.s
-t-mulxu.s
+t-sp.s
t-sub.s
-t-subi.s
t-sub2w.s
-t-mvtac.s
-t-mvtc.s
+t-subi.s
+t-trap.s
Things-to-lose:
diff --git a/sim/txvu/.Sanitize b/sim/txvu/.Sanitize
index 0f1eaf8..3f099e4 100644
--- a/sim/txvu/.Sanitize
+++ b/sim/txvu/.Sanitize
@@ -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
+vu.h
+vu0.c
vu0.h
-pke.h
-vu1.h
vu1.c
-vu0.c
-pke.c
-hardware.c
-hardware.h
+vu1.h
Things-to-lose: