Sanitize away sh4 stuff for now.
[deliverable/binutils-gdb.git] / gdb / .Sanitize
index 422d7b707776e5ea13b6c9ecc066550759be5620..06d8765c5d4d0b85943ef45b96e2060c7b772f8c 100644 (file)
@@ -29,21 +29,7 @@ else
        fi
 fi
 
-d10v_files="d10v-tdep.c"
-
-if ( echo $* | grep keep\-d10v > /dev/null ) ; then
-       keep_these_too="${d10v_files} ${keep_these_too}"
-       if [ -n "${verbose}" ] ; then
-               echo Keeping ${d10v_files}
-       fi
-else
-       lose_these_too="${d10v_files} ${lose_these_too}"
-       if [ -n "${verbose}" ] ; then
-               echo Deleting ${d10v_files}
-       fi
-fi
-
-gdbtk_files="README.GDBTK gdbtk.c gdbtk.tcl"
+gdbtk_files="README.GDBTK gdbtk.c gdbtcl gdbtk.tcl"
 
 if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then
        lose_these_too="${gdbtk_files} ${lose_these_too}"
@@ -88,31 +74,31 @@ else
        fi
 fi
 
-v850_files="v850ice.c v850-tdep.c"
+tic80_files="tic80-tdep.c"
 
-if ( echo $* | grep keep\-v850 > /dev/null ) ; then
-       keep_these_too="${v850_files} ${keep_these_too}"
+if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
+       keep_these_too="${tic80_files} ${keep_these_too}"
        if [ -n "${verbose}" ] ; then
-               echo Keeping ${v850_files}
+               echo Keeping ${tic80_files}
        fi
 else
-       lose_these_too="${v850_files} ${lose_these_too}"
+       lose_these_too="${tic80_files} ${lose_these_too}"
        if [ -n "${verbose}" ] ; then
-               echo Deleting ${v850_files}
+               echo Deleting ${tic80_files}
        fi
 fi
 
-m32r_files="m32r-tdep.c m32r-rom.c m32r-stub.c"
+v850_files="v850ice.c v850-tdep.c"
 
-if ( echo $* | grep keep\-m32r > /dev/null ) ; then
-       keep_these_too="${m32r_files} ${keep_these_too}"
+if ( echo $* | grep keep\-v850 > /dev/null ) ; then
+       keep_these_too="${v850_files} ${keep_these_too}"
        if [ -n "${verbose}" ] ; then
-               echo Keeping ${m32r_files}
+               echo Keeping ${v850_files}
        fi
 else
-       lose_these_too="${m32r_files} ${lose_these_too}"
+       lose_these_too="${v850_files} ${lose_these_too}"
        if [ -n "${verbose}" ] ; then
-               echo Deleting ${m32r_files}
+               echo Deleting ${v850_files}
        fi
 fi
 
@@ -124,7 +110,6 @@ fi
 
 Things-to-keep:
 
-.gdbinit
 29k-share
 COPYING
 ChangeLog
@@ -195,10 +180,13 @@ corelow.c
 cp-valprint.c
 cpu32bug-rom.c
 cxux-nat.c
+d10v-tdep.c
 dbug-rom.c
 dbxread.c
 dcache.c
 dcache.h
+debugify.h
+debugify.c
 defs.h
 delta68-nat.c
 demangle.c
@@ -233,6 +221,7 @@ gdb.gdb
 gdba.el
 gdbcmd.h
 gdbcore.h
+gdbinit.in
 gdbserver
 gdbthread.h
 gdbtypes.c
@@ -274,6 +263,10 @@ inftarg.c
 irix4-nat.c
 irix5-nat.c
 isi-xdep.c
+java-exp.y
+java-lang.c
+java-lang.h
+java-valprint.c
 kdb-start.c
 language.c
 language.h
@@ -284,6 +277,9 @@ m2-lang.h
 m2-typeprint.c
 m2-valprint.c
 m3-nat.c
+m32r-rom.c
+m32r-stub.c
+m32r-tdep.c
 m68k-stub.c
 m68k-tdep.c
 m68knbsd-nat.c
@@ -350,10 +346,8 @@ remote-mm.c
 remote-nindy.c
 remote-nrom.c
 remote-os9k.c
-remote-pa.c
 remote-rdp.c
 remote-sim.c
-remote-sim.h
 remote-st.c
 remote-udi.c
 remote-utils.c
@@ -519,22 +513,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-d10v > /dev/null ) ; then
+if ( echo $* | grep keep\-gm > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping d10v stuff in $i
+                               echo Keeping gm stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"d10v\" from $i...
+                               echo Removing traces of \"gm\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-d10v/,/end-\sanitize\-d10v/d' < $i > new
+                       sed '/start\-sanitize\-gm/,/end-\sanitize\-gm/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -546,22 +540,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-gm > /dev/null ) ; then
+if ( echo $* | grep keep\-v850 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping gm stuff in $i
+                               echo Keeping v850 stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"gm\" from $i...
+                               echo Removing traces of \"v850\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-gm/,/end-\sanitize\-gm/d' < $i > new
+                       sed '/start\-sanitize\-v850/,/end-\sanitize\-v850/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -573,22 +567,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-v850 > /dev/null ) ; then
+if ( echo $* | grep keep\-sh4 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping v850 stuff in $i
+                               echo Keeping sh4 stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"v850\" from $i...
+                               echo Removing traces of \"sh4\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-v850/,/end-\sanitize\-v850/d' < $i > new
+                       sed '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -627,22 +621,49 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-m32r > /dev/null ) ; then
+if ( echo $* | grep keep\-tx39 > /dev/null ) ; then
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-tx39 $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping tx39 stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-tx39 $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"tx39\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-tx39/,/end-\sanitize\-tx39/d' < $i > new
+                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
+                               if [ -n "${verbose}" ] ; then
+                                       echo Caching $i in .Recover...
+                               fi
+                               mv $i .Recover
+                       fi
+                       mv new $i
+               fi
+       done
+fi
+
+if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping m32r stuff in $i
+                               echo Keeping tic80 stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"m32r\" from $i...
+                               echo Removing traces of \"tic80\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-m32r/,/end-\sanitize\-m32r/d' < $i > new
+                       sed '/start\-sanitize\-tic80/,/end-\sanitize\-tic80/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
This page took 0.032381 seconds and 4 git commands to generate.