Back out change to signals.exp (test_handle_all_print): Add setup_xfail for "alpha...
[deliverable/binutils-gdb.git] / gdb / .Sanitize
index 932931d178bc5cf39a3a232d879d6c3cff040b65..745d5ee344f6967f046e551e6487f62a83237533 100644 (file)
@@ -107,6 +107,8 @@ annotate.h
 arm-convert.s
 arm-tdep.c
 arm-xdep.c
+bcache.c
+bcache.h
 blockframe.c
 breakpoint.c
 breakpoint.h
@@ -139,10 +141,10 @@ convex-tdep.c
 convex-xdep.c
 copying.awk
 copying.c
+core-aout.c
+core-regset.c
 core-sol2.c
-core-svr4.c
 corefile.c
-coredep.c
 corelow.c
 cp-valprint.c
 cpu32bug-rom.c
@@ -155,6 +157,7 @@ delta68-nat.c
 demangle.c
 doc
 dpx2-nat.c
+dsrec.c
 dst.h
 dstread.c
 dwarfread.c
@@ -329,7 +332,6 @@ sparc-stub.c
 sparc-tdep.c
 sparcl-stub.c
 sparcl-tdep.c
-srec.c
 srec.h
 stabsread.c
 stabsread.h
@@ -449,7 +451,7 @@ else
        done
 fi
 
-arc_files="configure.in configure ChangeLog"
+arc_files="configure.in configure ChangeLog-95"
 
 if ( echo $* | grep keep\-arc > /dev/null ) ; then
        for i in $arc_files ; do
@@ -478,35 +480,6 @@ else
        done
 fi
 
-sh3e_files="ChangeLog"
-
-if ( echo $* | grep keep\-sh3e > /dev/null ) ; then
-       for i in $sh3e_files ; do
-               if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping sh3e stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $sh3e_files ; do
-               if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"sh3e\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-sh3e/,/end-\sanitize\-sh3e/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\-gm > /dev/null ) ; then
        for i in * ; do
                if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
This page took 0.024191 seconds and 4 git commands to generate.