* m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
[deliverable/binutils-gdb.git] / gdb / .Sanitize
index 3b88527e16432527d5281e780ede74376bb982f9..b06b7bf255c92d535258013af336acca68d31c99 100644 (file)
@@ -15,8 +15,8 @@
 
 Do-first:
 
-if ( echo $* | grep keep\-chill > /dev/null ) ; then
-       keep_these_too="ch-exp.y ch-lang.c ch-lang.h ch-typeprint.c ch-valprint.c"
+if ( echo $* | grep keep\-v9 > /dev/null ) ; then
+       keep_these_too="sp64-tdep.c remote-sp64sim.c"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
@@ -33,17 +33,16 @@ COPYING
 ChangeLog
 ChangeLog-3.x
 ChangeLog-9091
+ChangeLog-92
 Makefile.in
 NEWS
 Projects
 README
 TODO
 a68v-nat.c
-alldeps.mak
-alloca.c
 altos-xdep.c
-am29k-pinsn.c
-am29k-tdep.c
+a29k-pinsn.c
+a29k-tdep.c
 arm-convert.s
 arm-pinsn.c
 arm-tdep.c
@@ -59,6 +58,11 @@ c-lang.h
 c-typeprint.c
 c-valprint.c
 call-cmds.h
+ch-exp.y
+ch-lang.c
+ch-lang.h
+ch-typeprint.c
+ch-valprint.c
 coffread.c
 command.c
 command.h
@@ -74,13 +78,13 @@ copying.c
 core.c
 coredep.c
 corelow.c
+core-svr4.c
 cp-valprint.c
-createtags
 dbxread.c
 defs.h
 demangle.c
-depend
 doc
+dpx2-nat.c
 dwarfread.c
 elfread.c
 environ.c
@@ -97,6 +101,7 @@ gdb-stabs.h
 gdb.1
 gdbcmd.h
 gdbcore.h
+gdbserver
 gdbtypes.c
 gdbtypes.h
 go32-xdep.c
@@ -106,14 +111,13 @@ h8300-tdep.c
 h8500-tdep.c
 hp300ux-nat.c
 hppa-pinsn.c
-hppab-core.c
+hppa-tdep.c
 hppab-nat.c
-hppab-tdep.c
 hppah-nat.c
-hppah-tdep.c
 i386-pinsn.c
 i386-stub.c
 i386-tdep.c
+i386aix-nat.c
 i386b-nat.c
 i386mach-nat.c
 i386v-nat.c
@@ -128,6 +132,7 @@ infptrace.c
 infrun.c
 inftarg.c
 irix4-nat.c
+isi-xdep.c
 kdb-start.c
 language.c
 language.h
@@ -151,6 +156,7 @@ mips-nat.c
 mips-pinsn.c
 mips-tdep.c
 mipsread.c
+monitor.h
 munch
 news-xdep.c
 nindy-share
@@ -174,13 +180,14 @@ regex.h
 rem-multi.shar
 remote-adapt.c
 remote-eb.c
-remote-es1800.c
+remote-es.c
 remote-hms.c
 remote-mips.c
 remote-mm.c
+remote-monitor.c
 remote-nindy.c
 remote-sim.c
-remote-st2000.c
+remote-st.c
 remote-udi.c
 remote-vx.c
 remote-z8k.c
@@ -189,10 +196,12 @@ rs6000-nat.c
 rs6000-pinsn.c
 rs6000-tdep.c
 saber.suppress
-ser-bsd.c
 ser-go32.c
-ser-termios.c
+ser-tcp.c
+ser-unix.c
+serial.c
 serial.h
+sh-tdep.c
 signals.h
 solib.c
 solib.h
@@ -241,42 +250,59 @@ xcoffsolib.c
 xcoffsolib.h
 z8k-tdep.c
 
+
 # Things which are explicitly *not* kept, for now.
-# ch-exp.y             - Part of chill support.
-# ch-lang.c            - Part of chill support.
-# ch-lang.h            - Part of chill support.
-# ch-typeprint.c       - Part of chill support.
-# ch-valprint.c                - Part of chill support.
+# deblib/              - CVS won't let you blow away directories yet,
+#                        so this is still around from when Stu checked
+#                        it in, as part of Lucid support.
 # energize             - Part of Lucid support.
 # energize-patches     - Part of Lucid support.
 # energize.c           - Part of Lucid support.
 # energize.h           - Part of Lucid support.
-# infrun.hacked.c      - Beats me...
-# monitor.h            - ?
-# remote-monitor.c     - ?
-# remote-sa.sparc.c    - ?
+# infrun.hacked.c      - An old version of infrun.c that had some 
+#                        wait_for_inferior improvements by gnu,
+#                        which were never fully debugged.
+# remote-sa.sparc.c    - Remote target for a standalone SPARC, using
+#                        the FORTH console ROMs.  We never got the paperwork
+#                        straight, since Sun's lawyers messed with the
+#                        FSF contract and RMS didn't accept the changes.
+#                        Written at SunLabs.
 # state.c              - Not used at the moment, keep for reference (fnf)
 # state.h              - Not used at the moment, keep for reference (fnf)
-# tests                        - ?
+# tests                        - Old test programs for GDB, pre-gdbtest and pre-
+#                        DejaGnu.
+
+Things-to-lose:
+
+deblib
+energize
+energize-patches
+energize.c
+energize.h
+infrun.hacked.c
+remote-sa.sparc.c
+state.c
+state.h
+tests
 
 Do-last:
 
-echo Thawing away the \"chill\"...
+echo Looking for signs of \"v9\"...
 
 # Don't try to clean directories here, as the 'mv' command will fail.
 # Also, grep fails on NFS mounted directories.
-if ( echo $* | grep keep\-chill > /dev/null ) ; then
+if ( echo $* | grep keep\-v9 > /dev/null ) ; then
        for i in * ; do
-               if test ! -d $i && (grep sanitize-chill $i > /dev/null) ; then
-                       echo Keeping chill stuff in $i
+               if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
+                       echo Keeping v9 stuff in $i
                fi
        done
 else
        for i in * ; do
-               if test ! -d $i && (grep sanitize-chill $i > /dev/null) ; then
-                       echo Thawing the \"chill\" out of $i...
+               if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
+                       echo Cleaning the \"v9\" out of $i...
                        cp $i new
-                       sed '/start\-sanitize\-chill/,/end-\sanitize\-chill/d' < $i > new
+                       sed '/start\-sanitize\-v9/,/end-\sanitize\-v9/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                echo Caching $i in .Recover...
                                mv $i .Recover
@@ -284,26 +310,6 @@ else
                        mv new $i
                fi
        done
-       echo Thawing the \"chill\" out of Makefile.in...
-       cp Makefile.in new
-       sed -e 's/$(srcdir)\/ch-exp.y//g' \
-           -e 's/${srcdir}\/ch-exp.y//g' \
-           -e 's/ch-exp.y//g' \
-           -e 's/ch-exp.tab.c//g' \
-           -e 's/ch-exp.tab.o//g' \
-           -e 's/ch-lang.h//g' \
-           -e 's/ch-lang.c//g' \
-           -e 's/ch-lang.o//g' \
-           -e 's/ch-typeprint.c//g' \
-           -e 's/ch-typeprint.o//g' \
-           -e 's/ch-valprint.c//g' \
-           -e 's/ch-valprint.o//g' \
-           < Makefile.in > new
-       if [ -n "${safe}" -a ! -f .Recover/Makefile.in ] ; then
-               echo Caching Makefile.in in .Recover...
-               mv Makefile.in .Recover
-       fi
-       mv new Makefile.in
 fi
 
 # End of file.
This page took 0.027551 seconds and 4 git commands to generate.