From 87756e15db9426efa646df410eed1de8533174ac Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Thu, 27 May 1993 06:44:29 +0000 Subject: [PATCH] added things-to-lose sections --- .Sanitize | 2 ++ bfd/.Sanitize | 3 +++ bfd/doc/.Sanitize | 2 ++ bfd/hosts/.Sanitize | 2 ++ binutils/.Sanitize | 2 ++ binutils/testsuite/.Sanitize | 5 +++-- binutils/testsuite/config/.Sanitize | 2 ++ config/.Sanitize | 2 ++ gas/.Sanitize | 7 ++++++- gas/config/.Sanitize | 2 ++ gas/doc/.Sanitize | 7 ++++++- gas/testsuite/.Sanitize | 2 ++ gas/testsuite/config/.Sanitize | 2 ++ gas/testsuite/gas/.Sanitize | 2 ++ gas/testsuite/gas/all/.Sanitize | 2 ++ gas/testsuite/gas/i386/.Sanitize | 2 ++ gas/testsuite/gas/ieee.fp/.Sanitize | 2 ++ gas/testsuite/gas/m68k-coff/.Sanitize | 2 ++ gas/testsuite/gas/m68k/.Sanitize | 2 ++ gas/testsuite/gas/sparc-solaris/.Sanitize | 2 ++ gas/testsuite/lib/.Sanitize | 2 ++ gdb/.Sanitize | 14 ++++++++++++++ gdb/29k-share/.Sanitize | 2 ++ gdb/29k-share/udi/.Sanitize | 2 ++ gdb/config/.Sanitize | 5 +++++ gdb/config/a29k/.Sanitize | 2 ++ gdb/config/arm/.Sanitize | 2 ++ gdb/config/h8300/.Sanitize | 2 ++ gdb/config/h8500/.Sanitize | 2 ++ gdb/config/i386/.Sanitize | 2 ++ gdb/config/i960/.Sanitize | 2 ++ gdb/config/m68k/.Sanitize | 2 ++ gdb/config/m88k/.Sanitize | 2 ++ gdb/config/mips/.Sanitize | 2 ++ gdb/config/none/.Sanitize | 2 ++ gdb/config/ns32k/.Sanitize | 2 ++ gdb/config/pa/.Sanitize | 2 ++ gdb/config/rs6000/.Sanitize | 2 ++ gdb/config/sh/.Sanitize | 2 ++ gdb/config/sparc/.Sanitize | 2 ++ gdb/config/vax/.Sanitize | 2 ++ gdb/config/z8k/.Sanitize | 2 ++ gdb/doc/.Sanitize | 4 ++++ gdb/gdbserver/.Sanitize | 2 ++ gdb/testsuite/.Sanitize | 6 +++--- gdb/testsuite/config/.Sanitize | 2 ++ gdb/testsuite/lib/.Sanitize | 2 ++ gdb/vx-share/.Sanitize | 2 ++ gprof/.Sanitize | 3 +++ gprof/config/.Sanitize | 3 +++ include/.Sanitize | 2 ++ include/aout/.Sanitize | 2 ++ include/coff/.Sanitize | 2 ++ include/elf/.Sanitize | 2 ++ include/opcode/.Sanitize | 2 ++ ld/.Sanitize | 3 +++ ld/config/.Sanitize | 2 ++ ld/scripts/.Sanitize | 2 ++ mmalloc/.Sanitize | 4 ++++ opcodes/.Sanitize | 3 +++ readline/.Sanitize | 2 ++ readline/doc/.Sanitize | 2 ++ readline/examples/.Sanitize | 2 ++ sim/.Sanitize | 2 ++ sim/h8300/.Sanitize | 2 ++ sim/sh/.Sanitize | 2 ++ 66 files changed, 166 insertions(+), 7 deletions(-) diff --git a/.Sanitize b/.Sanitize index 4c4534c259..e85d735aa9 100644 --- a/.Sanitize +++ b/.Sanitize @@ -99,6 +99,8 @@ uudecode wdiff xiberty +Things-to-lose: + # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 62264730ce..eb4805b42a 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -22,6 +22,7 @@ Do-first: # with rm -rf. Things-to-keep: + COPYING PORTING doc @@ -136,6 +137,8 @@ targets.c tekhex.c trad-core.c +Things-to-lose: + Do-last: # End of file. diff --git a/bfd/doc/.Sanitize b/bfd/doc/.Sanitize index e5faed5da7..22e475ad89 100644 --- a/bfd/doc/.Sanitize +++ b/bfd/doc/.Sanitize @@ -31,6 +31,8 @@ proto.str doc.str ChangeLog +Things-to-lose: + Do-last: # End of file. diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize index aae9c27f43..14083d9ecc 100644 --- a/bfd/hosts/.Sanitize +++ b/bfd/hosts/.Sanitize @@ -67,6 +67,8 @@ vaxult.h vaxult2.h we32k.h +Things-to-lose: + Do-last: # End of file. diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 92c3bc5431..d10e7489ec 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -66,4 +66,6 @@ strip.1 testsuite version.c +Things-to-lose: + Do-last: diff --git a/binutils/testsuite/.Sanitize b/binutils/testsuite/.Sanitize index b104dc25ae..3894eeafeb 100644 --- a/binutils/testsuite/.Sanitize +++ b/binutils/testsuite/.Sanitize @@ -23,14 +23,15 @@ Do-first: Things-to-keep: -# The lines between the "Do-last:" line and the end of the file - ChangeLog Makefile.in binutils.all config configure.in +Things-to-lose: + +# The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. diff --git a/binutils/testsuite/config/.Sanitize b/binutils/testsuite/config/.Sanitize index 92c26ed2c9..553c1ce65b 100644 --- a/binutils/testsuite/config/.Sanitize +++ b/binutils/testsuite/config/.Sanitize @@ -32,6 +32,8 @@ udi.exp unix.exp vx.exp +Things-to-lose: + # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. diff --git a/config/.Sanitize b/config/.Sanitize index 447649fbdf..f45e35705a 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -41,6 +41,8 @@ mh-sysv mh-sysv4 mh-vaxult2 +Things-to-lose: + Do-last: # End of file. diff --git a/gas/.Sanitize b/gas/.Sanitize index 3e951ef277..1a7ba4ce45 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -89,6 +89,8 @@ write.c write.h xmalloc.c +Things-to-lose: + Do-last: if ( echo $* | grep keep-v9 > /dev/null ) ; then @@ -106,7 +108,10 @@ fi # # # $Log$ -# Revision 1.18 1993/05/17 19:35:50 raeburn +# Revision 1.19 1993/05/27 06:21:49 rich +# added things-to-lose sections +# +# Revision 1.18 1993/05/17 19:35:50 raeburn # don't keep testscripts subdir # # Revision 1.17 1993/04/22 06:39:01 raeburn diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 6a2d73928d..5800494963 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -135,6 +135,8 @@ te-sysv32.h vax-inst.h z8k.mt +Things-to-lose: + Do-last: diff --git a/gas/doc/.Sanitize b/gas/doc/.Sanitize index f32f9c90e5..0f06a19e73 100644 --- a/gas/doc/.Sanitize +++ b/gas/doc/.Sanitize @@ -32,12 +32,17 @@ as.1 as.texinfo h8.texi +Things-to-lose: + Do-last: # # # $Log$ -# Revision 1.13 1993/05/17 20:10:15 raeburn +# Revision 1.14 1993/05/27 06:21:59 rich +# added things-to-lose sections +# +# Revision 1.13 1993/05/17 20:10:15 raeburn # Steve sez SH stuff is public now # # Revision 1.12 1993/04/21 01:00:59 pesch diff --git a/gas/testsuite/.Sanitize b/gas/testsuite/.Sanitize index 98f98a3048..1db2e8a31d 100644 --- a/gas/testsuite/.Sanitize +++ b/gas/testsuite/.Sanitize @@ -35,6 +35,8 @@ configure.in gas lib +Things-to-lose: + Do-last: # End of file. diff --git a/gas/testsuite/config/.Sanitize b/gas/testsuite/config/.Sanitize index 2674e6012b..e648d13f12 100644 --- a/gas/testsuite/config/.Sanitize +++ b/gas/testsuite/config/.Sanitize @@ -28,6 +28,8 @@ Things-to-keep: unix-gas.exp +Things-to-lose: + Do-last: # End of file. diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize index 02f63a0154..a37c42210c 100644 --- a/gas/testsuite/gas/.Sanitize +++ b/gas/testsuite/gas/.Sanitize @@ -34,6 +34,8 @@ m68k-coff sparc-solaris template +Things-to-lose: + Do-last: # End of file. diff --git a/gas/testsuite/gas/all/.Sanitize b/gas/testsuite/gas/all/.Sanitize index 0a8a0115a3..01b02bba72 100644 --- a/gas/testsuite/gas/all/.Sanitize +++ b/gas/testsuite/gas/all/.Sanitize @@ -33,6 +33,8 @@ p1480.s p2425.s x930509.s +Things-to-lose: + Do-last: # End of file. diff --git a/gas/testsuite/gas/i386/.Sanitize b/gas/testsuite/gas/i386/.Sanitize index 1a7f0a2fd3..357b2a588d 100644 --- a/gas/testsuite/gas/i386/.Sanitize +++ b/gas/testsuite/gas/i386/.Sanitize @@ -29,6 +29,8 @@ Things-to-keep: all.exp inout.s +Things-to-lose: + Do-last: # End of file. diff --git a/gas/testsuite/gas/ieee.fp/.Sanitize b/gas/testsuite/gas/ieee.fp/.Sanitize index 6dfe50e675..e5776ed617 100644 --- a/gas/testsuite/gas/ieee.fp/.Sanitize +++ b/gas/testsuite/gas/ieee.fp/.Sanitize @@ -29,6 +29,8 @@ Things-to-keep: x930509a.exp x930509a.s +Things-to-lose: + Do-last: # End of file. diff --git a/gas/testsuite/gas/m68k-coff/.Sanitize b/gas/testsuite/gas/m68k-coff/.Sanitize index 4ec325fbd8..4aa77b04d5 100644 --- a/gas/testsuite/gas/m68k-coff/.Sanitize +++ b/gas/testsuite/gas/m68k-coff/.Sanitize @@ -33,6 +33,8 @@ p2430.s p2430a.s t1.s +Things-to-lose: + Do-last: # End of file. diff --git a/gas/testsuite/gas/m68k/.Sanitize b/gas/testsuite/gas/m68k/.Sanitize index a559c5d05b..e41a35235a 100644 --- a/gas/testsuite/gas/m68k/.Sanitize +++ b/gas/testsuite/gas/m68k/.Sanitize @@ -31,6 +31,8 @@ p2410.s p2663.s t2.s +Things-to-lose: + Do-last: # End of file. diff --git a/gas/testsuite/gas/sparc-solaris/.Sanitize b/gas/testsuite/gas/sparc-solaris/.Sanitize index 3b4e44af1e..a16036053e 100644 --- a/gas/testsuite/gas/sparc-solaris/.Sanitize +++ b/gas/testsuite/gas/sparc-solaris/.Sanitize @@ -30,6 +30,8 @@ gas.exp sol-cc.s sol-gcc.s +Things-to-lose: + Do-last: # End of file. diff --git a/gas/testsuite/lib/.Sanitize b/gas/testsuite/lib/.Sanitize index 7fe492f973..6ee1be7fd1 100644 --- a/gas/testsuite/lib/.Sanitize +++ b/gas/testsuite/lib/.Sanitize @@ -35,6 +35,8 @@ dounsreloc dounssym run +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 896748fd09..c99057799c 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -243,6 +243,7 @@ xcoffsolib.c xcoffsolib.h z8k-tdep.c + # Things which are explicitly *not* kept, for now. # deblib/ - ??? # energize - Part of Lucid support. @@ -255,6 +256,19 @@ z8k-tdep.c # state.h - Not used at the moment, keep for reference (fnf) # tests - ? +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: # End of file. diff --git a/gdb/29k-share/.Sanitize b/gdb/29k-share/.Sanitize index 26098d1e45..5c47586172 100644 --- a/gdb/29k-share/.Sanitize +++ b/gdb/29k-share/.Sanitize @@ -29,6 +29,8 @@ README udi udi_soc +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/29k-share/udi/.Sanitize b/gdb/29k-share/udi/.Sanitize index 6385bed9e1..84f65e10bb 100644 --- a/gdb/29k-share/udi/.Sanitize +++ b/gdb/29k-share/udi/.Sanitize @@ -35,6 +35,8 @@ udiptcfg.h udisoc.h udr.c +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index 7ce85e8e96..edc59af97d 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -49,9 +49,14 @@ vax xm-sysv4.h z8k + # Things which are explicitly *not* kept, for now. # i860 - Not yet ready for prime time. +Things-to-lose: + +i860 + Do-last: # End of file. diff --git a/gdb/config/a29k/.Sanitize b/gdb/config/a29k/.Sanitize index 69aff12113..9ff0caa475 100644 --- a/gdb/config/a29k/.Sanitize +++ b/gdb/config/a29k/.Sanitize @@ -31,6 +31,8 @@ ultra3.mh ultra3.mt xm-ultra3.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/arm/.Sanitize b/gdb/config/arm/.Sanitize index 89a8d3a3a5..7eff774cbd 100644 --- a/gdb/config/arm/.Sanitize +++ b/gdb/config/arm/.Sanitize @@ -26,6 +26,8 @@ arm.mt tm-arm.h xm-arm.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/h8300/.Sanitize b/gdb/config/h8300/.Sanitize index bcce13db57..84b40eb147 100644 --- a/gdb/config/h8300/.Sanitize +++ b/gdb/config/h8300/.Sanitize @@ -24,6 +24,8 @@ Things-to-keep: h8300hms.mt tm-h8300.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/h8500/.Sanitize b/gdb/config/h8500/.Sanitize index 4e6ba5c4cd..22932bd6c9 100644 --- a/gdb/config/h8500/.Sanitize +++ b/gdb/config/h8500/.Sanitize @@ -24,6 +24,8 @@ Things-to-keep: h8500hms.mt tm-h8500.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/i386/.Sanitize b/gdb/config/i386/.Sanitize index 17f5ac1a8f..852ee46607 100644 --- a/gdb/config/i386/.Sanitize +++ b/gdb/config/i386/.Sanitize @@ -73,6 +73,8 @@ xm-linux.h xm-sun386.h xm-symmetry.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/i960/.Sanitize b/gdb/config/i960/.Sanitize index d92b9e8780..7dc465e326 100644 --- a/gdb/config/i960/.Sanitize +++ b/gdb/config/i960/.Sanitize @@ -27,6 +27,8 @@ tm-nindy960.h tm-vx960.h vxworks960.mt +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/m68k/.Sanitize b/gdb/config/m68k/.Sanitize index f40101ce47..2a46c1378d 100644 --- a/gdb/config/m68k/.Sanitize +++ b/gdb/config/m68k/.Sanitize @@ -92,6 +92,8 @@ xm-sun2.h xm-sun3.h xm-sun3os4.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/m88k/.Sanitize b/gdb/config/m88k/.Sanitize index 5b3107f194..ce9e3a9e49 100644 --- a/gdb/config/m88k/.Sanitize +++ b/gdb/config/m88k/.Sanitize @@ -31,6 +31,8 @@ tm-m88k.h xm-delta88.h xm-m88k.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/mips/.Sanitize b/gdb/config/mips/.Sanitize index f2a4a3ee18..4ab01c2470 100644 --- a/gdb/config/mips/.Sanitize +++ b/gdb/config/mips/.Sanitize @@ -42,6 +42,8 @@ xm-irix3.h xm-irix4.h xm-mips.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/none/.Sanitize b/gdb/config/none/.Sanitize index fa7a90e043..7cd9253685 100644 --- a/gdb/config/none/.Sanitize +++ b/gdb/config/none/.Sanitize @@ -27,6 +27,8 @@ nm-none.h tm-none.h xm-none.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/ns32k/.Sanitize b/gdb/config/ns32k/.Sanitize index a9341257a7..de0a010416 100644 --- a/gdb/config/ns32k/.Sanitize +++ b/gdb/config/ns32k/.Sanitize @@ -31,6 +31,8 @@ umax.mt xm-merlin.h xm-umax.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/pa/.Sanitize b/gdb/config/pa/.Sanitize index 352a82cda9..77c2743610 100644 --- a/gdb/config/pa/.Sanitize +++ b/gdb/config/pa/.Sanitize @@ -33,6 +33,8 @@ tm-hppah.h xm-hppab.h xm-hppah.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/rs6000/.Sanitize b/gdb/config/rs6000/.Sanitize index bdaa3097a7..eca0eb980a 100644 --- a/gdb/config/rs6000/.Sanitize +++ b/gdb/config/rs6000/.Sanitize @@ -27,6 +27,8 @@ rs6000.mt tm-rs6000.h xm-rs6000.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/sh/.Sanitize b/gdb/config/sh/.Sanitize index 8cf9167183..92ad51a1cf 100644 --- a/gdb/config/sh/.Sanitize +++ b/gdb/config/sh/.Sanitize @@ -24,6 +24,8 @@ Things-to-keep: sh.mt tm-sh.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/sparc/.Sanitize b/gdb/config/sparc/.Sanitize index e0b8e3db7f..4aaebc2558 100644 --- a/gdb/config/sparc/.Sanitize +++ b/gdb/config/sparc/.Sanitize @@ -37,6 +37,8 @@ xm-sparc.h xm-sun4os4.h xm-sun4sol2.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/vax/.Sanitize b/gdb/config/vax/.Sanitize index c1ded9231c..064981d512 100644 --- a/gdb/config/vax/.Sanitize +++ b/gdb/config/vax/.Sanitize @@ -32,6 +32,8 @@ xm-vaxbsd.h xm-vaxult.h xm-vaxult2.h +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/config/z8k/.Sanitize b/gdb/config/z8k/.Sanitize index 22544e7a65..466cc52586 100644 --- a/gdb/config/z8k/.Sanitize +++ b/gdb/config/z8k/.Sanitize @@ -24,6 +24,8 @@ Things-to-keep: tm-z8k.h z8ksim.mt +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/doc/.Sanitize b/gdb/doc/.Sanitize index 6a0781ec51..799b4e2b89 100644 --- a/gdb/doc/.Sanitize +++ b/gdb/doc/.Sanitize @@ -44,6 +44,10 @@ stabs.texinfo # Things which are explicitly *not* kept by default. # snapshot.readme - The README file for gdb testers using snapshots. +Things-to-lose: + +snapshot.readme + Do-last: # End of file. diff --git a/gdb/gdbserver/.Sanitize b/gdb/gdbserver/.Sanitize index 842a9a825c..4985b44f92 100644 --- a/gdb/gdbserver/.Sanitize +++ b/gdb/gdbserver/.Sanitize @@ -30,6 +30,8 @@ remote-inflow.c remote-server.c remote-utils.c +Things-to-lose: + Do-last: # End of file. diff --git a/gdb/testsuite/.Sanitize b/gdb/testsuite/.Sanitize index 8f40dff1e1..0f482fd9f1 100644 --- a/gdb/testsuite/.Sanitize +++ b/gdb/testsuite/.Sanitize @@ -23,8 +23,6 @@ Do-first: Things-to-keep: -# The lines between the "Do-last:" line and the end of the file - .gdbinit ChangeLog Makefile.in @@ -54,9 +52,11 @@ gdb.t23 gdb.t24 gdb.t30 gdb.t31 - lib +Things-to-lose: + +# The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. diff --git a/gdb/testsuite/config/.Sanitize b/gdb/testsuite/config/.Sanitize index c2a365d7bf..54598443c6 100644 --- a/gdb/testsuite/config/.Sanitize +++ b/gdb/testsuite/config/.Sanitize @@ -29,6 +29,8 @@ udi-gdb.exp unix-gdb.exp vx-gdb.exp +Things-to-lose: + # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. diff --git a/gdb/testsuite/lib/.Sanitize b/gdb/testsuite/lib/.Sanitize index e5a02164a7..3a1de3d43a 100644 --- a/gdb/testsuite/lib/.Sanitize +++ b/gdb/testsuite/lib/.Sanitize @@ -25,6 +25,8 @@ Things-to-keep: gdb.exp +Things-to-lose: + # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. diff --git a/gdb/vx-share/.Sanitize b/gdb/vx-share/.Sanitize index 0a3a4f7e91..b0611097cb 100644 --- a/gdb/vx-share/.Sanitize +++ b/gdb/vx-share/.Sanitize @@ -37,6 +37,8 @@ xdr_ptrace.h xdr_rdb.c xdr_rdb.h +Things-to-lose: + Do-last: # End of file. diff --git a/gprof/.Sanitize b/gprof/.Sanitize index 2e44e51a6e..71de65e141 100644 --- a/gprof/.Sanitize +++ b/gprof/.Sanitize @@ -23,6 +23,7 @@ Do-first: # with rm -rf. Things-to-keep: + ChangeLog Makefile.in arcs.c @@ -53,6 +54,8 @@ tahoe.h vax.c vax.h +Things-to-lose: + Do-last: # End of file. diff --git a/gprof/config/.Sanitize b/gprof/config/.Sanitize index 27f1f76ac2..9e6dea4f3b 100644 --- a/gprof/config/.Sanitize +++ b/gprof/config/.Sanitize @@ -20,12 +20,15 @@ Do-first: # with rm -rf. Things-to-keep: + mt-dummy mt-i386 mt-sparc mt-tahoe mt-vax +Things-to-lose: + Do-last: # End of file. diff --git a/include/.Sanitize b/include/.Sanitize index a4a3146b94..8cb63c8eda 100644 --- a/include/.Sanitize +++ b/include/.Sanitize @@ -46,6 +46,8 @@ obstack.h opcode wait.h +Things-to-lose: + Do-last: # End of file. diff --git a/include/aout/.Sanitize b/include/aout/.Sanitize index 60f72acc0d..4283be6ec4 100644 --- a/include/aout/.Sanitize +++ b/include/aout/.Sanitize @@ -41,6 +41,8 @@ stab.def stab_gnu.h sun4.h +Things-to-lose: + Do-last: v9dirty="aout64.h" diff --git a/include/coff/.Sanitize b/include/coff/.Sanitize index 175316b175..8d9da58b99 100644 --- a/include/coff/.Sanitize +++ b/include/coff/.Sanitize @@ -43,6 +43,8 @@ symconst.h we32k.h z8k.h +Things-to-lose: + Do-last: # End of file. diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index a4ced8f3bd..fb41bc7bee 100644 --- a/include/elf/.Sanitize +++ b/include/elf/.Sanitize @@ -32,6 +32,8 @@ dwarf.h external.h internal.h +Things-to-lose: + Do-last: v9dirty="common.h" diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize index 6ac35bae49..190a54b0c9 100644 --- a/include/opcode/.Sanitize +++ b/include/opcode/.Sanitize @@ -47,6 +47,8 @@ sparc.h tahoe.h vax.h +Things-to-lose: + Do-last: v9dirty="sparc.h" diff --git a/ld/.Sanitize b/ld/.Sanitize index d3180e66e2..10e61dccdc 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -28,6 +28,7 @@ fi # with rm -rf. Things-to-keep: + ChangeLog Makefile.in NEWS @@ -142,6 +143,8 @@ z8ksim.em z8ksim.sc-sh z8ksim.sh +Things-to-lose: + Do-last: echo Looking for signs of \"v9\"... diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 194fd29d30..b4cc21b808 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -66,6 +66,8 @@ vax.mt vxworks68.mt z8ksim.mt +Things-to-lose: + # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. diff --git a/ld/scripts/.Sanitize b/ld/scripts/.Sanitize index 154c77ceec..620d38acc5 100644 --- a/ld/scripts/.Sanitize +++ b/ld/scripts/.Sanitize @@ -27,6 +27,8 @@ Things-to-keep: isc-sysv3.2.sc +Things-to-lose: + Do-last: # End of file. diff --git a/mmalloc/.Sanitize b/mmalloc/.Sanitize index 2b9f9eaf82..651712a497 100644 --- a/mmalloc/.Sanitize +++ b/mmalloc/.Sanitize @@ -52,4 +52,8 @@ sbrk-sup.c # # fsf.shar - Shell archive of the original fsf sources used as base. +Things-to-lose: + +fsf.shar + Do-last: diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 12527426c8..abc4bb1a34 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -22,6 +22,7 @@ Do-first: # with rm -rf. Things-to-keep: + ChangeLog Makefile.in alpha-dis.c @@ -47,6 +48,8 @@ z8kgen.c alpha-opc.h alpha-dis.c +Things-to-lose: + Do-last: if ( echo $* | egrep verbose > /dev/null ) ; then diff --git a/readline/.Sanitize b/readline/.Sanitize index 539c960211..1f4d1ad62c 100644 --- a/readline/.Sanitize +++ b/readline/.Sanitize @@ -51,6 +51,8 @@ sysdep-sysv4.h vi_keymap.c vi_mode.c +Things-to-lose: + Do-last: # End of file. diff --git a/readline/doc/.Sanitize b/readline/doc/.Sanitize index bca8cd6069..e2401fd1eb 100644 --- a/readline/doc/.Sanitize +++ b/readline/doc/.Sanitize @@ -36,6 +36,8 @@ rlman.texinfo rltech.texinfo rluser.texinfo +Things-to-lose: + Do-last: # End of file. diff --git a/readline/examples/.Sanitize b/readline/examples/.Sanitize index 71015a2c4f..66e7fd3a01 100644 --- a/readline/examples/.Sanitize +++ b/readline/examples/.Sanitize @@ -31,6 +31,8 @@ configure.bat fileman.c manexamp.c +Things-to-lose: + Do-last: # End of file. diff --git a/sim/.Sanitize b/sim/.Sanitize index b455fbd69d..94e3340964 100644 --- a/sim/.Sanitize +++ b/sim/.Sanitize @@ -32,6 +32,8 @@ h8500 sh z8k +Things-to-lose: + Do-last: # End of file. diff --git a/sim/h8300/.Sanitize b/sim/h8300/.Sanitize index 32631d676a..414b8f15ea 100644 --- a/sim/h8300/.Sanitize +++ b/sim/h8300/.Sanitize @@ -36,6 +36,8 @@ p3.c perifs.c state.h +Things-to-lose: + Do-last: # End of file. diff --git a/sim/sh/.Sanitize b/sim/sh/.Sanitize index a76a514ac8..a4d6ae6990 100644 --- a/sim/sh/.Sanitize +++ b/sim/sh/.Sanitize @@ -32,6 +32,8 @@ interp.c gencode.c run.c +Things-to-lose: + Do-last: -- 2.34.1