* config/tc-mips.c (macro): Handle a non zero base register for
[deliverable/binutils-gdb.git] / opcodes / .Sanitize
index a94b67b39ae20b1237fb73024ad9a179780994ea..019adfbe4844c51eabc0749b9ea03a2cbe13303b 100644 (file)
@@ -41,6 +41,7 @@ Things-to-keep:
 
 ChangeLog
 Makefile.in
+aclocal.m4
 alpha-dis.c
 alpha-opc.h
 arm-dis.c
@@ -104,6 +105,27 @@ else
        done
 fi
 
+sh3e_files="ChangeLog sh-dis.c sh-opc.h"
+if ( echo $* | grep keep\-sh3e > /dev/null ) ; then
+       if [ -n "${verbose}" ] ; then
+               echo Keeping sh3e stuff in $sh3e_files.
+       fi
+else
+       if [ -n "${verbose}" ]; then
+               echo -n Cleaning sh3e in `pwd`:
+       fi
+       for f in $sh3e_files ; do
+               if [ -n "${verbose}" ] ; then
+                       echo -n " " $f
+               fi
+               sed -e '/start\-sanitize\-sh3e/,/end\-sanitize\-sh3e/d' -e '/ xl /d' < $f > new
+               if [ -n "${safe}" ] ; then
+                       mv $f .Recover
+               fi
+               mv new $f
+       done
+fi
+
 rce_files="configure.in configure"
 if ( echo $* | grep keep\-rce > /dev/null ) ; then
        for i in $rce_files ; do
This page took 0.024532 seconds and 4 git commands to generate.