aboutsummaryrefslogtreecommitdiff
path: root/sim/.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 /sim/.Sanitize
parent786786305fc9c460dfe5d4bd78cd2e930ae796ec (diff)
downloadfsf-binutils-gdb-2b9cac47f502ffbd0a5810d05a86463fd583e71c.zip
fsf-binutils-gdb-2b9cac47f502ffbd0a5810d05a86463fd583e71c.tar.gz
fsf-binutils-gdb-2b9cac47f502ffbd0a5810d05a86463fd583e71c.tar.bz2
massive sanitization fixes
Diffstat (limited to 'sim/.Sanitize')
-rw-r--r--sim/.Sanitize7
1 files changed, 7 insertions, 0 deletions
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}"