Correct d10v sanitization errors.
authorJim Wilson <wilson@tuliptree.org>
Mon, 3 Mar 1997 00:22:35 +0000 (00:22 +0000)
committerJim Wilson <wilson@tuliptree.org>
Mon, 3 Mar 1997 00:22:35 +0000 (00:22 +0000)
.Sanitize
include/opcode/.Sanitize

index d29300d9d5665100fdbb33d2ba5bb2f31135c826..cf4ad7631b25783b5c334c26e432efbe800a6088 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -237,10 +237,6 @@ else
        done
 fi
 
-if [ -n "${verbose}" ] ; then
-       echo Processing \"d10v\"...
-fi
-
 if [ -n "${verbose}" ] ; then
        echo Processing \"d30v\"...
 fi
index 7a2bd9db3ebd1337528fea0144646f1c3d55f98f..2af2e1df14744bd07e917d3bd477d2eb837881eb 100644 (file)
@@ -23,14 +23,6 @@ else
        lose_these_too="${arc_files} ${lose_these_too}"
 fi
 
-d10v_files="d10v.h"
-
-if ( echo $* | grep keep\-d10v > /dev/null ) ; then
-       keep_these_too="${d10v_files} ${keep_these_too}"
-else
-       lose_these_too="${d10v_files} ${lose_these_too}"
-fi
-
 d30v_files="d30v.h"
 
 if ( echo $* | grep keep\-d30v > /dev/null ) ; then
@@ -69,6 +61,7 @@ a29k.h
 alpha.h
 arm.h
 convex.h
+d10v.h
 h8300.h
 hppa.h
 i386.h
This page took 0.031798 seconds and 4 git commands to generate.