aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/.Sanitize
diff options
context:
space:
mode:
authorFelix Lee <flee@cygnus>1998-12-16 02:12:41 +0000
committerFelix Lee <flee@cygnus>1998-12-16 02:12:41 +0000
commitdb48d8218ff6161853819db2be1bdc389493a399 (patch)
tree347a497a3301a423d90106a2199502acc639f96b /sim/mips/.Sanitize
parent5036d102ed967ae8fae10e2a659bcac99ec51a76 (diff)
downloadfsf-binutils-gdb-db48d8218ff6161853819db2be1bdc389493a399.zip
fsf-binutils-gdb-db48d8218ff6161853819db2be1bdc389493a399.tar.gz
fsf-binutils-gdb-db48d8218ff6161853819db2be1bdc389493a399.tar.bz2
vr4run.c, keep-if vr4xxx
Diffstat (limited to 'sim/mips/.Sanitize')
-rw-r--r--sim/mips/.Sanitize7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mips/.Sanitize b/sim/mips/.Sanitize
index 9ddebee..38fa481 100644
--- a/sim/mips/.Sanitize
+++ b/sim/mips/.Sanitize
@@ -17,6 +17,13 @@
Do-first:
+vr4xxx_files="vr4run.c"
+if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
+ keep_these_too="${vr4xxx_files} ${keep_these_too}"
+else
+ lose_these_too="${vr4xxx_files} ${lose_these_too}"
+fi
+
r5900_files="r5900.igen"
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
keep_these_too="${r5900_files} ${keep_these_too}"