* config/tc-mips.c (macro): Handle a non zero base register for
[deliverable/binutils-gdb.git] / opcodes / .Sanitize
index 6aa7cc76cb66fa6ff236268f4984d04b005a2db5..019adfbe4844c51eabc0749b9ea03a2cbe13303b 100644 (file)
@@ -41,6 +41,7 @@ Things-to-keep:
 
 ChangeLog
 Makefile.in
+aclocal.m4
 alpha-dis.c
 alpha-opc.h
 arm-dis.c
@@ -59,6 +60,7 @@ hppa-dis.c
 i386-dis.c
 i960-dis.c
 m68k-dis.c
+m68k-opc.c
 m88k-dis.c
 mips-dis.c
 mips-opc.c
@@ -103,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.023085 seconds and 4 git commands to generate.