* config/tc-mips.c (macro): Handle a non zero base register for
[deliverable/binutils-gdb.git] / opcodes / .Sanitize
index ab481035f05283f11a491f4e3f199e427223c66a..019adfbe4844c51eabc0749b9ea03a2cbe13303b 100644 (file)
@@ -41,11 +41,14 @@ Things-to-keep:
 
 ChangeLog
 Makefile.in
+aclocal.m4
 alpha-dis.c
 alpha-opc.h
 arm-dis.c
 arm-opc.h
 a29k-dis.c
+config.in
+configure
 configure.bat
 configure.in
 dis-buf.c
@@ -57,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
@@ -69,6 +73,7 @@ sh-opc.h
 sh-dis.c
 sparc-dis.c
 sparc-opc.c
+sysdep.h
 w65-dis.c
 w65-opc.h
 z8k-dis.c
@@ -100,7 +105,28 @@ else
        done
 fi
 
-rce_files="configure.in"
+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
                if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
@@ -128,7 +154,7 @@ else
        done
 fi
 
-arc_files="ChangeLog Makefile.in configure.in disassemble.c"
+arc_files="ChangeLog Makefile.in configure.in configure disassemble.c"
 if ( echo $* | grep keep\-arc > /dev/null ) ; then
        for i in $arc_files ; do
                if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
This page took 0.024528 seconds and 4 git commands to generate.