* config/monitor.exp: Detect the "Couldn't establish connection"
[deliverable/binutils-gdb.git] / gdb / .Sanitize
index 5c697c41360a54cbab92a505d28c739a07558f85..8f5c04e4d36a75f63a26173f54847db0c37cdc1c 100644 (file)
@@ -88,7 +88,7 @@ else
        fi
 fi
 
-v850_files="v850-tdep.c"
+v850_files="v850ice.c v850-tdep.c"
 
 if ( echo $* | grep keep\-v850 > /dev/null ) ; then
        keep_these_too="${v850_files} ${keep_these_too}"
@@ -102,7 +102,7 @@ else
        fi
 fi
 
-m32r_files="m32r-tdep.c m32r-rom.c"
+m32r_files="m32r-tdep.c m32r-rom.c m32r-stub.c"
 
 if ( echo $* | grep keep\-m32r > /dev/null ) ; then
        keep_these_too="${m32r_files} ${keep_these_too}"
@@ -134,6 +134,7 @@ ChangeLog-92
 ChangeLog-93
 ChangeLog-94
 ChangeLog-95
+ChangeLog-96
 Makefile.in
 NEWS
 README
@@ -198,6 +199,8 @@ dbug-rom.c
 dbxread.c
 dcache.c
 dcache.h
+debugify.h
+debugify.c
 defs.h
 delta68-nat.c
 demangle.c
@@ -303,6 +306,7 @@ mips-tdep.c
 mipsm3-nat.c
 mipsv4-nat.c
 mipsread.c
+mn10200-tdep.c
 mn10300-tdep.c
 mon960-rom.c
 monitor.h
@@ -398,6 +402,7 @@ sparc-tdep.c
 sparcl-stub.c
 sparcl-tdep.c
 sparclet-rom.c
+sparclet-stub.c
 srec.h
 stabsread.c
 stabsread.h
@@ -516,24 +521,22 @@ else
        done
 fi
 
-d10v_files="configure.tgt ChangeLog valops.c"
-
-if ( echo $* | grep keep\-d10v > /dev/null ) ; then
-       for i in $d10v_files ; do
-               if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
+if ( echo $* | grep keep\-gm > /dev/null ) ; then
+       for i in * ; do
+               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 $d10v_files ; do
-               if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
+       for i in * ; do
+               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...
@@ -545,22 +548,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...
@@ -572,22 +575,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-v850 > /dev/null ) ; then
+if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping v850 stuff in $i
+                               echo Keeping r5900 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-r5900 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"v850\" from $i...
+                               echo Removing traces of \"r5900\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-v850/,/end-\sanitize\-v850/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...
This page took 0.028084 seconds and 4 git commands to generate.