-# .Sanitize for devo/gas.
+# .Sanitize for devo/gas
 
 # Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 done
 
 # All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept.  All other files will be removed.
+# "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
 # called.  Directories not listed will be removed in their entirety
 # with rm -rf.
 app.c
 as.c
 as.h
+asintl.h
 atof-generic.c
 bignum-copy.c
 bignum.h
 cgen.c
 cond.c
 config
-config.in
 config-gas.com
+config.in
 configure
 configure.bat
 configure.in
 input-file.c
 input-file.h
 input-scrub.c
-link.cmd
-listing.c
-listing.h
-literal.c
 itbl-lex.l
 itbl-ops.c
 itbl-ops.h
 itbl-parse.y
+link.cmd
+listing.c
+listing.h
+literal.c
 mac-as.r
 macro.c
 macro.h
 obj.h
 output-file.c
 output-file.h
+po
 read.c
 read.h
 sb.c
 
 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.
+
 Do-last:
 
 v850_files="ChangeLog configure.in configure"
        fi
 done
 
-#
-# End of file.
+# eof
 
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
 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.
+# "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
 # called.  Directories not listed will be removed in their entirety
 # with rm -rf.
 atof-ieee.c
 atof-tahoe.c
 atof-vax.c
-go32.cfg
 e-i386coff.c
 e-i386elf.c
 e-mipsecoff.c
 e-mipself.c
+go32.cfg
 itbl-mips.h
 m68k-parse.h
 m68k-parse.y
 tc-z8k.h
 te-386bsd.h
 te-aux.h
-te-delta.h
 te-delt88.h
+te-delta.h
 te-dpx2.h
 te-dynix.h
 te-generic.h
 te-svr4.h
 te-sysv32.h
 vax-inst.h
-vms-conf.h
 vms-a-conf.h
+vms-conf.h
 
 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.
+
 Do-last:
 
 r5900_files="tc-mips.c"
-
 if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
        for i in $r5900_files ; do
                if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
 fi
 
 tx19_files="tc-mips.c"
-
 if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
        for i in $tx19_files ; do
                if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
 fi
 
 tx49_files="ChangeLog tc-mips.c"
-
 if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
        for i in $tx49_files ; do
                if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
 fi
 
 tic80_files="obj-coff.h"
-
 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
        for i in $tic80_files ; do
                if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
        fi
 done
 
-# End of file.
+# eof
 
-# Sanitize.in for devo.
-#
+# .Sanitize for devo/gas/doc
 
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 # and must exist in the order specified by this file.  Each directory
 # in the tree will be processed, top down, in the following order.
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
 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.
+# "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
 # called.  Directories not listed will be removed in their entirety
 # with rm -rf.
 
 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.
+
 Do-last:
 
 v850e_files="c-v850.texi"
        done
 fi
 
-# Don't try to clean directories here, as the 'mv' command will fail.
-# Also, grep fails on NFS mounted directories.
-
 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
        fi
 done
 
-# End of file.
+# eof
 
--- /dev/null
+# .Sanitize for devo/gas/po
+
+# Each directory to survive its way into a release will need a file
+# like this one called "./.Sanitize".  All keyword lines must exist,
+# and must exist in the order specified by this file.  Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done.  Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this directory.
+
+Do-first:
+
+
+# All files listed between the "Things-to-keep:" line and the
+# "Do-last:" line will be kept.  All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called.  Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+Make-in
+POTFILES.in
+gas.pot
+
+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.
+
+Do-last:
+
+# eof
 
-# Sanitize.in for devo.
-# $Id$
-#
+# .Sanitize for devo/gas/testsuite/gas
 
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 # and must exist in the order specified by this file.  Each directory
 # in the tree will be processed, top down, in the following order.
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
 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.
+# "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
 # called.  Directories not listed will be removed in their entirety
 # with rm -rf.
 
 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.
+
 Do-last:
 
-# End of file.
+# eof
 
+# .Sanitize for devo/gas/testsuite/gas/d30v
+
+# Each directory to survive its way into a release will need a file
+# like this one called "./.Sanitize".  All keyword lines must exist,
+# and must exist in the order specified by this file.  Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done.  Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this directory.
+
 Do-first:
 
+
+# All files listed between the "Things-to-keep:" line and the
+# "Do-last:" line will be kept.  All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called.  Directories not listed will be removed in their entirety
+# with rm -rf.
+
 Things-to-keep:
 
 align.d
 
 Things-to-lose:
 
-Do-last:
\ No newline at end of file
+
+
+# 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.
+
+Do-last:
+
+# eof
 
-# Sanitize.in for devo.
-# $Id$
-#
+# .Sanitize for devo/gas/testsuite/gas/hppa
 
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 # and must exist in the order specified by this file.  Each directory
 # in the tree will be processed, top down, in the following order.
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
 done
 
 # All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept.  All other files will be removed.
+# "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
 # called.  Directories not listed will be removed in their entirety
 # with rm -rf.
 reloc
 unsorted
 
+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.
+
 Do-last:
 
-# End of file.
+# eof
 
-# Sanitize.in for devo/gas/testsuite/gas/m32r.
+# .Sanitize for devo/gas/testsuite/gas/m32r
 
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 # and must exist in the order specified by this file.  Each directory
 # in the tree will be processed, top down, in the following order.
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
 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.
+# "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
 # called.  Directories not listed will be removed in their entirety
 # with rm -rf.
 
 Things-to-keep:
 
-allinsn.exp
 allinsn.d
+allinsn.exp
 allinsn.s
 high-1.d
 high-1.s
 
 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.
+
 Do-last:
 
 for i in * ; do
        fi
 done
 
-# End of file.
+# eof
 
-# .Sanitize for devo/gas/testsuite/gas/mips.
+# .Sanitize for devo/gas/testsuite/gas/mips
 
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 # and must exist in the order specified by this file.  Each directory
 # in the tree will be processed, top down, in the following order.
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
 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.
+# "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
 # called.  Directories not listed will be removed in their entirety
 # with rm -rf.
 lb-empic.d
 lb-pic.s
 lb-svr4pic.d
-lb-xgot.d
 lb-xgot-ilocks.d
+lb-xgot.d
 lb.d
 lb.s
-ld.d
-ld.s
 ld-empic.d
 ld-ilocks.d
 ld-pic.s
 ld-svr4pic.d
 ld-xgot.d
+ld.d
+ld.s
 li.d
 li.s
 lif-empic.d
 sb.s
 trunc.d
 trunc.s
+uld.d
+uld.s
 ulh-empic.d
 ulh-pic.s
 ulh-svr4pic.d
 ulh-xgot.d
-uld.d
-uld.s
 ulh.d
 ulh.s
 ulw.d
 
 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.
+
 Do-last:
 
 tx19_files="mips.exp"
        done
 fi
 
-# End of file.
+# eof
 
-# Sanitize.in for devo.
-#
+# .Sanitize for devo/gprof
 
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 # and must exist in the order specified by this file.  Each directory
 # in the tree will be processed, top down, in the following order.
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
+
 # All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept.  All other files will be removed.
+# "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
 # called.  Directories not listed will be removed in their entirety
 # with rm -rf.
 Things-to-keep:
 
 .gdbinit
-bb_exit_func.c
 ChangeLog
 Makefile.am
 Makefile.in
 alpha.c
 basic_blocks.c
 basic_blocks.h
+bb_exit_func.c
 bbconv.pl
 bsd_callg_bl.m
 call_graph.c
 hist.c
 hist.h
 i386.c
+po
 search_list.c
 search_list.h
 source.c
 make_hp_order_obj
 make_solaris_order_map
 
+# 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.
+
 Do-last:
 
-# End of file.
+# eof
 
--- /dev/null
+# .Sanitize for devo/gprof/po
+
+# Each directory to survive its way into a release will need a file
+# like this one called "./.Sanitize".  All keyword lines must exist,
+# and must exist in the order specified by this file.  Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done.  Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this directory.
+
+Do-first:
+
+
+# All files listed between the "Things-to-keep:" line and the
+# "Do-last:" line will be kept.  All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called.  Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+Make-in
+POTFILES.in
+gprof.pot
+
+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.
+
+Do-last:
+
+# eof
 
--- /dev/null
+# .Sanitize for devo/intl
+
+# Each directory to survive its way into a release will need a file
+# like this one called "./.Sanitize".  All keyword lines must exist,
+# and must exist in the order specified by this file.  Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done.  Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this directory.
+
+Do-first:
+
+
+# All files listed between the "Things-to-keep:" line and the
+# "Do-last:" line will be kept.  All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called.  Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+ChangeLog
+ChangeLog.Cygnus
+Makefile.in
+acconfig.h
+aclocal.m4
+bindtextdom.c
+cat-compat.c
+config.in
+configure
+configure.in
+dcgettext.c
+dgettext.c
+explodename.c
+finddomain.c
+gettext.c
+gettext.h
+gettextP.h
+hash-string.h
+intl-compat.c
+intlh.inst.in
+l10nflist.c
+libgettext.h
+libintl.glibc
+linux-msg.sed
+loadinfo.h
+loadmsgcat.c
+localealias.c
+po2tbl.sed.in
+textdomain.c
+xopen-msg.sed
+
+Things-to-lose:
+
+README-CYGNUS
+
+
+# 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.
+
+Do-last:
+
+# eof
 
-# .Sanitize for devo/ld.
+# .Sanitize for devo/ld
 
 # Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 
 Do-first:
 
+
 # All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept.  All other files will be removed.
+# "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
 # called.  Directories not listed will be removed in their entirety
 # with rm -rf.
 README
 TODO
 acconfig.h
-aclocal.m4
 acinclude.m4
+aclocal.m4
 config.in
 configure
 configure.bat
 dep-in.sed
 emulparams
 emultempl
+gen-doc.texi
 genscripts.sh
 h8-doc.texi
 ld.1
-gen-doc.texi
 ld.h
 ld.texinfo
 ldcref.c
 mac-ld.r
 mpw-config.in
 mpw-elfmips.c
-mpw-idtmips.c
 mpw-eppcmac.c
 mpw-esh.c
+mpw-idtmips.c
 mpw-make.sed
 mri.c
 mri.h
+po
 scripttempl
 stamp-h.in
 sysdep.h
 
 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.
+
 Do-last:
 
 v850_files="ChangeLog configure.tgt Makefile.am Makefile.in"
-
 if ( echo $* | grep keep\-v850e > /dev/null ) ; then
        for i in $v850_files ; do
                if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
 fi
 
 tx49_files="ChangeLog configure.tgt"
-
 if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
        for i in $tx49_files ; do
                if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
 fi
 
 r5900_files="ChangeLog configure.tgt Makefile.in Makefile.am"
-
 if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
        for i in $r5900_files ; do
                if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
 fi
 
 vr4320_files="ChangeLog configure.tgt"
-
 if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
        for i in $vr4320_files ; do
                if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
 fi
 
 tic80_files="ChangeLog configure.tgt Makefile.am Makefile.in"
-
 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
        for i in $tic80_files ; do
                if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
 fi
 
 d30v_files="ChangeLog configure.tgt Makefile.am Makefile.in"
-
 if ( echo $* | grep keep\-d30v > /dev/null ) ; then
        for i in $d30v_files ; do
                if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
 fi
 
 sky_files="ChangeLog configure.tgt"
-
 if ( echo $* | grep keep\-sky > /dev/null ) ; then
        for i in $sky_files ; do
                if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
        fi
 done
 
-#
-# End of file.
+# eof
 
 Do-first:
 
 d30v_files="d30velf.sh d30v_o.sh d30v_e.sh"
-
 if ( echo $* | grep keep\-d30v > /dev/null ) ; then
        keep_these_too="${d30v_files} ${keep_these_too}"
 else
 fi
 
 tic80_files="tic80coff.sh"
-
 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
        keep_these_too="${tic80_files} ${keep_these_too}"
 else
 fi
 
 r5900_files="elf32l5900.sh"
-
 if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
        keep_these_too="${r5900_files} ${keep_these_too}"
 else
 delta68.sh
 ebmon29k.sh
 elf32_sparc.sh
+elf32b4300.sh
 elf32bmip.sh
 elf32bsmip.sh
 elf32ebmip.sh
 elf32elmip.sh
+elf32l4300.sh
 elf32lmip.sh
 elf32lppc.sh
 elf32lsmip.sh
 elf32ppc.sh
-elf32b4300.sh
-elf32l4300.sh
-elf64alpha.sh
 elf64_sparc.sh
+elf64alpha.sh
 elf_i386.sh
 gld960.sh
 gld960coff.sh
 
 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.
 Do-last:
 
 v850e_files="v850.sh"
-
 if ( echo $* | grep keep\-v850e > /dev/null ) ; then
        for i in $v850e_files ; do
                if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
        done
 fi
 
+# eof
 
--- /dev/null
+# .Sanitize for devo/ld/po
+
+# Each directory to survive its way into a release will need a file
+# like this one called "./.Sanitize".  All keyword lines must exist,
+# and must exist in the order specified by this file.  Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done.  Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this directory.
+
+Do-first:
+
+
+# All files listed between the "Things-to-keep:" line and the
+# "Do-last:" line will be kept.  All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called.  Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+Make-in
+POTFILES.in
+ld.pot
+
+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.
+
+Do-last:
+
+# eof
 
-# .Sanitize for devo/ld/scripttempl.
+# .Sanitize for devo/ld/scripttempl
 
 # Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 Do-first:
 
 d30v_files="elfd30v.sc"
-
 if ( echo $* | grep keep\-d30v > /dev/null ) ; then
        keep_these_too="${d30v_files} ${keep_these_too}"
 else
 fi
 
 tic80_files="tic80coff.sc"
-
 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
        keep_these_too="${tic80_files} ${keep_these_too}"
 else
 a29k.sc
 aix.sc
 alpha.sc
+aout.sc
 armaout.sc
 armcoff.sc
-aout.sc
 delta68.sc
 ebmon29k.sc
 elf.sc
 
 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.
 Do-last:
 
 v850_files="v850.sc"
-
 if ( echo $* | grep keep\-v850e > /dev/null ) ; then
        for i in $v850_files ; do
                if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
        done
 fi
 
+# eof