* tc-hppa.c (fp_operand_format): Add some additional formats.
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
index b6fb21e6572a396e60b930707707969f0eedfe08..fe09395772eb19e2d6dfeb46da7e24d1d3533cd5 100644 (file)
@@ -19,14 +19,6 @@ if [ -d vms ]; then
        lose_these_too="vms ${lose_these_too}"
 fi
 
-d30v_files="tc-d30v.c tc-d30v.h"
-
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
-       keep_these_too="${d30v_files} ${keep_these_too}"
-else
-       lose_these_too="${d30v_files} ${lose_these_too}"
-fi
-
 tic80_files="tc-tic80.c tc-tic80.h"
 
 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
@@ -98,6 +90,8 @@ tc-arm.c
 tc-arm.h
 tc-d10v.c
 tc-d10v.h
+tc-d30v.c
+tc-d30v.h
 tc-generic.c
 tc-generic.h
 tc-h8300.c
@@ -244,23 +238,23 @@ else
        done
 fi
 
-vr5400_files="tc-mips.c"
-if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
-       for i in $vr5400_files ; do
-               if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+cygnus_files="tc-mips.c tc-hppa.c"
+if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
+       for i in $cygnus_files ; do
+               if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping vr5400 stuff in $i
+                               echo Keeping cygnus stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"vr5400\" from $i...
+                               echo Removing traces of \"cygnus\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-vr5400/,/end\-sanitize\-vr5400/d' < $i > new
+                       sed '/start\-sanitize\-cygnus/,/end\-sanitize\-cygnus/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -272,6 +266,7 @@ else
        done
 fi
 
+
 tx19_files="tc-mips.c"
 if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
        for i in $tx19_files ; do
@@ -495,9 +490,9 @@ else
 fi
 
 for i in * ; do
-       if test ! -d $i && (grep sanitize $i > /dev/null) ; then
-               echo '***' Some mentions of Sanitize are still left in $i! 1>&2
-       fi
+  if test ! -d $i && (grep sanitize $i > /dev/null) ; then
+    echo '***' Some mentions of Sanitize are still left in gas/config/$i! 1>&2
+  fi
 done
 
 # eof
This page took 0.025601 seconds and 4 git commands to generate.