* gas/testsuite/all/gas.exp: No longer expect failures for
[deliverable/binutils-gdb.git] / gdb / .Sanitize
index 5adcd959929409da7ef3ca209ab74f31dc523199..115097deb5f0ce3c08889d3b9d5d0b3c28b93b14 100644 (file)
@@ -15,7 +15,7 @@
 
 Do-first:
 
-gdbtk_files="README.GDBTK gdbtk.c gdbtcl gdbtcl2 gdbtk.tcl"
+gdbtk_files="ChangeLog-gdbtk README.GDBTK gdbtk.c gdbtcl gdbtcl2 gdbtk.tcl gdb.rc gdbtool.ico"
 
 if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then
        lose_these_too="${gdbtk_files} ${lose_these_too}"
@@ -46,31 +46,45 @@ else
        fi
 fi
 
-gm_files="gmagic.c gmagic.h"
+tic80_files="tic80-tdep.c"
 
-if ( echo $* | grep keep\-gm > /dev/null ) ; then
-       keep_these_too="${gm_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 ${gm_files}
+               echo Keeping ${tic80_files}
        fi
 else
-       lose_these_too="${gm_files} ${lose_these_too}"
+       lose_these_too="${tic80_files} ${lose_these_too}"
        if [ -n "${verbose}" ] ; then
-               echo Deleting ${gm_files}
+               echo Deleting ${tic80_files}
        fi
 fi
 
-tic80_files="tic80-tdep.c"
+d30v_files="d30v-tdep.c"
 
-if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
-       keep_these_too="${tic80_files} ${keep_these_too}"
+if ( echo $* | grep keep\-d30v > /dev/null ) ; then
+       keep_these_too="${d30v_files} ${keep_these_too}"
        if [ -n "${verbose}" ] ; then
-               echo Keeping ${tic80_files}
+               echo Keeping ${d30v_files}
        fi
 else
-       lose_these_too="${tic80_files} ${lose_these_too}"
+       lose_these_too="${d30v_files} ${lose_these_too}"
        if [ -n "${verbose}" ] ; then
-               echo Deleting ${tic80_files}
+               echo Deleting ${d30v_files}
+       fi
+fi
+
+sky_files="txvu-tdep.c"
+
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
+       keep_these_too="${sky_files} ${keep_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Keeping ${sky_files}
+       fi
+else
+       lose_these_too="${sky_files} ${lose_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Deleting ${sky_files}
        fi
 fi
 
@@ -92,6 +106,7 @@ ChangeLog-93
 ChangeLog-94
 ChangeLog-95
 ChangeLog-96
+ChangeLog-97
 Makefile.in
 NEWS
 README
@@ -169,6 +184,7 @@ dpx2-nat.c
 dsrec.c
 dst.h
 dstread.c
+dve3900-rom.c
 dwarf2read.c
 dwarfread.c
 elfread.c
@@ -311,9 +327,11 @@ procfs.c
 ptx4-nat.c
 pyr-tdep.c
 pyr-xdep.c
+rdi-share
 remote-adapt.c
 remote-array.c
 remote-bug.c
+remote-d10v.c
 remote-e7000.c
 remote-eb.c
 remote-es.c
@@ -324,6 +342,7 @@ remote-mm.c
 remote-nindy.c
 remote-nrom.c
 remote-os9k.c
+remote-rdi.c
 remote-rdp.c
 remote-sds.c
 remote-sim.c
@@ -398,12 +417,16 @@ testsuite
 thread.c
 top.c
 top.h
+tracepoint.c
+tracepoint.h
 typeprint.c
 typeprint.h
 ultra3-nat.c
 ultra3-xdep.c
 umax-xdep.c
 utils.c
+v850-tdep.c
+v850ice.c
 valarith.c
 valops.c
 valprint.c
@@ -412,8 +435,6 @@ value.h
 values.c
 vax-tdep.c
 vx-share
-v850ice.c
-v850-tdep.c
 w65-tdep.c
 w89k-rom.c
 win32-nat.c
@@ -428,7 +449,6 @@ z8k-tdep.c
 
 Things-to-lose:
 
-ser-go32-para.c
 HOW_TO_RELEASE
 
 Do-last:
@@ -465,22 +485,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-gm > /dev/null ) ; then
+if ( echo $* | grep keep\-v850e > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping gm stuff in $i
+                               echo Keeping v850e 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-v850e $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"gm\" from $i...
+                               echo Removing traces of \"v850e\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-gm/,/end-\sanitize\-gm/d' < $i > new
+                       sed '/start\-sanitize\-v850e/,/end-\sanitize\-v850e/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -492,22 +512,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-v850eq > /dev/null ) ; then
+if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-v850eq $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping v850eq stuff in $i
+                               echo Keeping vr4320 stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-v850eq $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"v850eq\" from $i...
+                               echo Removing traces of \"vr4320\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-v850eq/,/end-\sanitize\-v850eq/d' < $i > new
+                       sed '/start\-sanitize\-vr4320/,/end-\sanitize\-vr4320/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -519,22 +539,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-v850e > /dev/null ) ; then
+if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping v850e stuff in $i
+                               echo Keeping r5900 stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"v850e\" from $i...
+                               echo Removing traces of \"r5900\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-v850e/,/end-\sanitize\-v850e/d' < $i > new
+                       sed '/start\-sanitize\-r5900/,/end-\sanitize\-r5900/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -546,22 +566,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-sh4 > /dev/null ) ; then
+if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping sh4 stuff in $i
+                               echo Keeping tx19 stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"sh4\" from $i...
+                               echo Removing traces of \"tx19\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/d' < $i > new
+                       sed '/start\-sanitize\-tx19/,/end-\sanitize\-tx19/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -573,22 +593,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
+if ( echo $* | grep keep\-tx39 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-tx39 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping r5900 stuff in $i
+                               echo Keeping tx39 stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-tx39 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"r5900\" from $i...
+                               echo Removing traces of \"tx39\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-r5900/,/end-\sanitize\-r5900/d' < $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...
@@ -600,22 +620,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
+if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping tx19 stuff in $i
+                               echo Keeping tx49 stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"tx19\" from $i...
+                               echo Removing traces of \"tx49\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-tx19/,/end-\sanitize\-tx19/d' < $i > new
+                       sed '/start\-sanitize\-tx49/,/end-\sanitize\-tx49/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -627,22 +647,49 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-tx39 > /dev/null ) ; then
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-tx39 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping tx39 stuff in $i
+                               echo Keeping sky stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-tx39 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"tx39\" from $i...
+                               echo Removing traces of \"sky\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-tx39/,/end-\sanitize\-tx39/d' < $i > new
+                       sed '/start\-sanitize\-sky/,/end-\sanitize\-sky/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\-vr5400 > /dev/null ) ; then
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping vr5400 stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"vr5400\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -681,6 +728,87 @@ else
        done
 fi
 
+if ( echo $* | grep keep\-d30v > /dev/null ) ; then
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping d30v stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"d30v\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/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\-ide > /dev/null ) ; then
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-ide $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping ide stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-ide $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"ide\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-ide/,/end-\sanitize\-ide/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\-mswin > /dev/null ) ; then
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-mswin $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping mswin stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-mswin $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"mswin\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-mswin/,/end-\sanitize\-mswin/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
+
 for i in * ; do
        if test ! -d $i && (grep sanitize $i > /dev/null) ; then
                echo '***' Some mentions of Sanitize are still left in $i! 1>&2
This page took 0.031769 seconds and 4 git commands to generate.