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
ChangeLog-92
ChangeLog-93
ChangeLog-94
+ChangeLog-95
Makefile.in
NEWS
README
TODO
a29k-tdep.c
a68v-nat.c
+abug-rom.c
aclocal.m4
+acconfig.h
alpha-nat.c
alpha-tdep.c
altos-xdep.c
arm-convert.s
arm-tdep.c
arm-xdep.c
+bcache.c
+bcache.h
blockframe.c
breakpoint.c
breakpoint.h
buildsym.c
buildsym.h
+callback.c
+callback.h
c-exp.y
c-lang.c
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
complaints.c
complaints.h
config
+config.in
configure
configure.in
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
demangle.c
doc
dpx2-nat.c
+dsrec.c
dst.h
dstread.c
+dwarf2read.c
dwarfread.c
elfread.c
environ.c
environ.h
eval.c
exec.c
+exc_request.defs
expprint.c
expression.h
f-exp.y
findvar.c
fork-child.c
frame.h
-gcc.patch
gdb_stat.h
gdb_string.h
gdb-stabs.h
gdbcmd.h
gdbcore.h
gdbserver
+gdbthread.h
gdbtypes.c
gdbtypes.h
+gnu-nat.c
+gnu-nat.h
+gnu-regex.c
+gnu-regex.h
go32-xdep.c
gould-tdep.c
gould-xdep.c
i386-tdep.c
i386aix-nat.c
i386b-nat.c
+i386gnu-nat.c
i386ly-tdep.c
i386m3-nat.c
i386mach-nat.c
m3-nat.c
m68k-stub.c
m68k-tdep.c
+m68knbsd-nat.c
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
mipsm3-nat.c
mipsv4-nat.c
mipsread.c
+mon960-rom.c
monitor.h
monitor.c
mpw-config.in
-mpw-make.in
+mpw-make.sed
+msg.defs
+msg_reply.defs
news-xdep.c
nindy-share
nindy-tdep.c
nlm
nlmread.c
+notify.defs
ns32k-tdep.c
ns32km3-nat.c
objfiles.c
parse.c
parser-defs.h
partial-stab.h
+ppcbug-rom.c
printcmd.c
+process_reply.defs
procfs.c
ptx4-nat.c
pyr-tdep.c
pyr-xdep.c
-regex.c
-regex.h
remote-adapt.c
remote-array.c
remote-bug.c
remote-nrom.c
remote-os9k.c
remote-pa.c
+remote-rdp.c
remote-sim.c
remote-sim.h
remote-st.c
remote-vxmips.c
remote-vxsparc.c
remote.c
+reply_mig_hack.awk
rs6000-nat.c
rs6000-tdep.c
rom68k-rom.c
saber.suppress
+scm-exp.c
+scm-lang.c
+scm-lang.h
+scm-tags.h
+scm-valprint.c
ser-e7kpc.c
ser-go32.c
ser-mac.c
ser-unix.c
serial.c
serial.h
+sh-stub.c
sh-tdep.c
+sh3-rom.c
signals.h
+sol-thread.c
solib.c
solib.h
somread.c
sparc-tdep.c
sparcl-stub.c
sparcl-tdep.c
+sparclet-rom.c
+srec.h
stabsread.c
stabsread.h
stack.c
terminal.h
testsuite
thread.c
-thread.h
top.c
top.h
typeprint.c
vx-share
w65-tdep.c
w89k-rom.c
+win32-nat.c
xcoffread.c
xcoffsolib.c
xcoffsolib.h
done
fi
-r16_files="configure.in"
+arc_files="configure.in configure ChangeLog-95"
-if ( echo $* | grep keep\-r16 > /dev/null ) ; then
- for i in $r16_files ; do
- if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
+if ( echo $* | grep keep\-arc > /dev/null ) ; then
+ for i in $arc_files ; do
+ if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
- echo Keeping r16 stuff in $i
+ echo Keeping arc stuff in $i
fi
fi
done
else
- for i in $r16_files ; do
- if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
+ for i in $arc_files ; do
+ if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
- echo Removing traces of \"r16\" from $i...
+ echo Removing traces of \"arc\" from $i...
fi
cp $i new
- sed '/start\-sanitize\-r16/,/end-\sanitize\-r16/d' < $i > new
+ sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...
done
fi
-arc_files="configure.in ChangeLog"
-
-if ( echo $* | grep keep\-arc > /dev/null ) ; then
- for i in $arc_files ; do
- if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
+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 arc stuff in $i
+ echo Keeping gm stuff in $i
fi
fi
done
else
- for i in $arc_files ; do
- if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
+ for i in * ; do
+ if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
- echo Removing traces of \"arc\" from $i...
+ echo Removing traces of \"gm\" from $i...
fi
cp $i new
- sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $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...