1999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / .Sanitize
index 9b0c0af515ce1f877f1b18358c7ae5b3da66d706..4a714721dd03d5947489754f5b1902bebb1b1068 100644 (file)
@@ -29,20 +29,17 @@ else
        fi
 fi
 
-# WinGDB files are not really ready to be part of FSF releases, but
-# keep them for progressives and such.
+kod_files="kod.c kodecosdll.c"
 
-mswin_files="mswin"
-
-if ( echo $* | grep lose\-mswin > /dev/null ) ; then
-       lose_these_too="${mswin_files} ${lose_these_too}"
+if ( echo $* | grep keep\-kod > /dev/null ) ; then
+       keep_these_too="${kod_files} ${keep_these_too}"
        if [ -n "${verbose}" ] ; then
-               echo Deleting ${mswin_files}
+               echo Keeping ${kod_files}
        fi
 else
-       keep_these_too="${mswin_files} ${keep_these_too}"
+       lose_these_too="${kod_files} ${lose_these_too}"
        if [ -n "${verbose}" ] ; then
-               echo Keeping ${mswin_files}
+               echo Deleting ${kod_files}
        fi
 fi
 
@@ -60,20 +57,6 @@ else
        fi
 fi
 
-d30v_files="d30v-tdep.c"
-
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
-       keep_these_too="${d30v_files} ${keep_these_too}"
-       if [ -n "${verbose}" ] ; then
-               echo Keeping ${d30v_files}
-       fi
-else
-       lose_these_too="${d30v_files} ${lose_these_too}"
-       if [ -n "${verbose}" ] ; then
-               echo Deleting ${d30v_files}
-       fi
-fi
-
 sky_files="txvu-tdep.c"
 
 if ( echo $* | grep keep\-sky > /dev/null ) ; then
@@ -116,6 +99,20 @@ else
        fi
 fi
 
+carp_files="carp-tdep.c"
+
+if ( echo $* | grep keep\-carp > /dev/null ) ; then
+       keep_these_too="${carp_files} ${keep_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Keeping ${carp_files}
+       fi
+else
+       lose_these_too="${carp_files} ${lose_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Deleting ${carp_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
@@ -135,6 +132,7 @@ ChangeLog-94
 ChangeLog-95
 ChangeLog-96
 ChangeLog-97
+ChangeLog-98
 Makefile.in
 NEWS
 README
@@ -201,6 +199,7 @@ cp-valprint.c
 cpu32bug-rom.c
 cxux-nat.c
 d10v-tdep.c
+d30v-tdep.c
 dbug-rom.c
 dbxread.c
 dcache.c
@@ -234,6 +233,7 @@ f-typeprint.c
 f-valprint.c
 findvar.c
 fork-child.c
+fr30-tdep.c
 frame.h
 gdb-stabs.h
 gdb.1
@@ -241,6 +241,8 @@ gdb.gdb
 gdb_stat.h
 gdb_string.h
 gdba.el
+gdbarch.c
+gdbarch.h
 gdbcmd.h
 gdbcore.h
 gdbinit.in
@@ -257,12 +259,15 @@ gould-tdep.c
 gould-xdep.c
 h8300-tdep.c
 h8500-tdep.c
+hp-psymtab-read.c
+hp-symtab-read.c
 hp300ux-nat.c
 hppa-tdep.c
 hppab-nat.c
 hppah-nat.c
 hppam3-nat.c
 hpread.c
+hpread.h
 hpux-thread.c
 i386-stub.c
 i386-tdep.c
@@ -282,6 +287,7 @@ inflow.c
 infptrace.c
 infrun.c
 inftarg.c
+infttrace.c
 irix4-nat.c
 irix5-nat.c
 isi-xdep.c
@@ -298,6 +304,7 @@ m3-nat.c
 m32r-rom.c
 m32r-stub.c
 m32r-tdep.c
+m68klinux-nat.c
 m68k-stub.c
 m68k-tdep.c
 m68knbsd-nat.c
@@ -447,6 +454,7 @@ top.c
 top.h
 tracepoint.c
 tracepoint.h
+tui
 typeprint.c
 typeprint.h
 ultra3-nat.c
@@ -477,6 +485,7 @@ z8k-tdep.c
 
 Things-to-lose:
 
+GDB-HACK-RULES
 HOW_TO_RELEASE
 gdbcfgxref
 
@@ -541,22 +550,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
+if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping vr4320 stuff in $i
+                               echo Keeping vr4xxx stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"vr4320\" from $i...
+                               echo Removing traces of \"vr4xxx\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-vr4320/,/end-\sanitize\-vr4320/d' < $i > new
+                       sed '/start\-sanitize\-vr4xxx/,/end-\sanitize\-vr4xxx/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -568,22 +577,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
+if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping r5900 stuff in $i
+                               echo Keeping vr4320 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-vr4320 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"r5900\" from $i...
+                               echo Removing traces of \"vr4320\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-r5900/,/end-\sanitize\-r5900/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...
@@ -595,22 +604,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
+if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping tx19 stuff in $i
+                               echo Keeping r5900 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-r5900 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"tx19\" from $i...
+                               echo Removing traces of \"r5900\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-tx19/,/end-\sanitize\-tx19/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...
@@ -622,22 +631,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-tx39 > /dev/null ) ; then
+if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-tx39 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping tx39 stuff in $i
+                               echo Keeping tx19 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-tx19 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"tx39\" from $i...
+                               echo Removing traces of \"tx19\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-tx39/,/end-\sanitize\-tx39/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...
@@ -703,22 +712,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
+if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping vr5400 stuff in $i
+                               echo Keeping cygnus stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"vr5400\" from $i...
+                               echo Removing traces of \"cygnus\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
+                       sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -757,22 +766,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
+if ( echo $* | grep keep\-am33 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping d30v stuff in $i
+                               echo Keeping am33 stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"d30v\" from $i...
+                               echo Removing traces of \"am33\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
+                       sed '/start\-sanitize\-am33/,/end-\sanitize\-am33/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -838,6 +847,33 @@ else
        done
 fi
 
+if ( echo $* | grep keep\-kod > /dev/null ) ; then
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-kod $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping kod stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-kod $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"kod\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-kod/,/end-\sanitize\-kod/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
+
 # This is a temporary measure to sanitize out references to the
 # startup code need by the TclPro debugger.  When that goes out
 # of alpha, we can remove this.
@@ -874,22 +910,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-mswin > /dev/null ) ; then
+if ( echo $* | grep keep\-java > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-mswin $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-java $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping mswin stuff in $i
+                               echo Keeping java stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-mswin $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-java $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"mswin\" from $i...
+                               echo Removing traces of \"java\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-mswin/,/end-\sanitize\-mswin/d' < $i > new
+                       sed '/start\-sanitize\-java/,/end-\sanitize\-java/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -901,22 +937,22 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-java > /dev/null ) ; then
+if ( echo $* | grep keep\-carp > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-java $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-carp $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping java stuff in $i
+                               echo Keeping carp stuff in $i
                        fi
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-java $i > /dev/null) ; then
+               if test ! -d $i && (grep sanitize-carp $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"java\" from $i...
+                               echo Removing traces of \"carp\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-java/,/end-\sanitize\-java/d' < $i > new
+                       sed '/start\-sanitize\-carp/,/end-\sanitize\-carp/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
This page took 0.030507 seconds and 4 git commands to generate.