aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/.Sanitize
diff options
context:
space:
mode:
authorAngela Marie Thomas <angela@cygnus>1998-03-13 13:09:32 +0000
committerAngela Marie Thomas <angela@cygnus>1998-03-13 13:09:32 +0000
commit2b9cac47f502ffbd0a5810d05a86463fd583e71c (patch)
tree4d567a87c961670d77526c1387978c8143a5382a /gdb/config/mips/.Sanitize
parent786786305fc9c460dfe5d4bd78cd2e930ae796ec (diff)
downloadgdb-2b9cac47f502ffbd0a5810d05a86463fd583e71c.zip
gdb-2b9cac47f502ffbd0a5810d05a86463fd583e71c.tar.gz
gdb-2b9cac47f502ffbd0a5810d05a86463fd583e71c.tar.bz2
massive sanitization fixes
Diffstat (limited to 'gdb/config/mips/.Sanitize')
-rw-r--r--gdb/config/mips/.Sanitize14
1 files changed, 14 insertions, 0 deletions
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