Back out change to signals.exp (test_handle_all_print): Add setup_xfail for "alpha...
[deliverable/binutils-gdb.git] / gdb / .Sanitize
index d8e70f769cd8feab125564473684e5a51e1b13bd..745d5ee344f6967f046e551e6487f62a83237533 100644 (file)
@@ -60,6 +60,20 @@ else
        fi
 fi
 
+gm_files="gmagic.c gmagic.h"
+
+if ( echo $* | grep keep\-gm > /dev/null ) ; then
+       keep_these_too="${gm_files} ${keep_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Keeping ${gm_files}
+       fi
+else
+       lose_these_too="${gm_files} ${lose_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Deleting ${gm_files}
+       fi
+fi
+
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
@@ -77,6 +91,7 @@ ChangeLog-9091
 ChangeLog-92
 ChangeLog-93
 ChangeLog-94
+ChangeLog-95
 Makefile.in
 NEWS
 README
@@ -92,6 +107,8 @@ annotate.h
 arm-convert.s
 arm-tdep.c
 arm-xdep.c
+bcache.c
+bcache.h
 blockframe.c
 breakpoint.c
 breakpoint.h
@@ -105,7 +122,7 @@ c-lang.h
 c-typeprint.c
 c-valprint.c
 call-cmds.h
-ch-exp.y
+ch-exp.c
 ch-lang.c
 ch-lang.h
 ch-typeprint.c
@@ -124,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
-core.c
-coredep.c
+corefile.c
 corelow.c
 cp-valprint.c
 cpu32bug-rom.c
@@ -140,6 +157,7 @@ delta68-nat.c
 demangle.c
 doc
 dpx2-nat.c
+dsrec.c
 dst.h
 dstread.c
 dwarfread.c
@@ -169,6 +187,8 @@ gdbcore.h
 gdbserver
 gdbtypes.c
 gdbtypes.h
+gnu-regex.c
+gnu-regex.h
 go32-xdep.c
 gould-tdep.c
 gould-xdep.c
@@ -216,7 +236,8 @@ m88k-nat.c
 m88k-tdep.c
 mac-defs.h
 mac-xdep.c
-macgdb.r
+mac-gdb.r
+mac-nat.c
 main.c
 maint.c
 mdebugread.c
@@ -231,7 +252,7 @@ mipsread.c
 monitor.h
 monitor.c
 mpw-config.in
-mpw-make.in
+mpw-make.sed
 news-xdep.c
 nindy-share
 nindy-tdep.c
@@ -247,13 +268,12 @@ osfsolib.c
 parse.c
 parser-defs.h
 partial-stab.h
+ppcbug-rom.c
 printcmd.c
 procfs.c
 ptx4-nat.c
 pyr-tdep.c
 pyr-xdep.c
-regex.c
-regex.h
 remote-adapt.c
 remote-array.c
 remote-bug.c
@@ -299,6 +319,7 @@ ser-unix.c
 serial.c
 serial.h
 sh-tdep.c
+sh3-rom.c
 signals.h
 solib.c
 solib.h
@@ -311,6 +332,7 @@ sparc-stub.c
 sparc-tdep.c
 sparcl-stub.c
 sparcl-tdep.c
+srec.h
 stabsread.c
 stabsread.h
 stack.c
@@ -429,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
@@ -458,6 +480,33 @@ else
        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
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping gm stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"gm\" from $i...
+                       fi
+                       cp $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...
+                               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.025271 seconds and 4 git commands to generate.