* config/tc-mips.c (macro): Handle a non zero base register for
[deliverable/binutils-gdb.git] / opcodes / .Sanitize
index fcdefd717c3bd7fc1a70551305a2699d22cdf0d4..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,20 +105,20 @@ else
        done
 fi
 
-sh3_files="ChangeLog sh-opc.h"
-if ( echo $* | grep keep\-sh3 > /dev/null ) ; then
+sh3e_files="ChangeLog sh-dis.c sh-opc.h"
+if ( echo $* | grep keep\-sh3e > /dev/null ) ; then
        if [ -n "${verbose}" ] ; then
-               echo Keeping sh3 stuff in $sh3_files.
+               echo Keeping sh3e stuff in $sh3e_files.
        fi
 else
        if [ -n "${verbose}" ]; then
-               echo -n Cleaning sh3 in `pwd`:
+               echo -n Cleaning sh3e in `pwd`:
        fi
-       for f in $sh3_files ; do
+       for f in $sh3e_files ; do
                if [ -n "${verbose}" ] ; then
                        echo -n " " $f
                fi
-               sed -e '/start\-sanitize\-sh3/,/end\-sanitize\-sh3/d' -e '/ xl /d' < $f > new
+               sed -e '/start\-sanitize\-sh3e/,/end\-sanitize\-sh3e/d' -e '/ xl /d' < $f > new
                if [ -n "${safe}" ] ; then
                        mv $f .Recover
                fi
@@ -121,8 +126,7 @@ else
        done
 fi
 
-
-rce_files="configure.in"
+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
@@ -150,7 +154,7 @@ else
        done
 fi
 
-arc_files="ChangeLog 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.023693 seconds and 4 git commands to generate.