* New R5900 COP2 test case.
[deliverable/binutils-gdb.git] / .Sanitize
index e79e8c28f2fecb79cbd816e5563c44d9b2932561..0aaa8284e011de7fd0ee2a1857d48cdbb4b62e60 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -108,7 +108,7 @@ else
        keep_these_too="${keep_these_too} ${inet_files}"
 fi
 
-ide_files="libide vmake jstools"
+ide_files="libide libidetcl vmake jstools"
 
 if (echo $* | grep keep\-ide > /dev/null); then
        keep_these_too="${keep_these_too} ${ide_files}"
@@ -117,6 +117,16 @@ else
        lose_these_too="${lose_these_too} ${ide_files}"
 fi
 
+# CGEN files:
+# It is not yet clear if the cgen package will be shipped with the
+# simulators.
+cgen_files="cgen"
+
+if (echo $* | grep keep\-cgen > /dev/null); then
+       keep_these_too="${keep_these_too} ${cgen_files}"
+else
+       lose_these_too="${lose_these_too} ${cgen_files}"
+fi
 
 # This top-level directory is special.  We often check out only subsets
 # of this directory, and complaining about directories or files we didn't
This page took 0.026915 seconds and 4 git commands to generate.