fi
fi
-gm_files="magic.c magic.h"
+gm_files="gmagic.c gmagic.h"
if ( echo $* | grep keep\-gm > /dev/null ) ; then
keep_these_too="${gm_files} ${keep_these_too}"
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
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
corefile.c
-coredep.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
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
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
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.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
-ppc-bug.c
+ppcbug-rom.c
printcmd.c
+process_reply.defs
procfs.c
ptx4-nat.c
pyr-tdep.c
remote-vxmips.c
remote-vxsparc.c
remote.c
+reply_mig_hack.awk
rs6000-nat.c
rs6000-tdep.c
rom68k-rom.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
-srec.c
+sparclet-rom.c
srec.h
stabsread.c
stabsread.h
terminal.h
testsuite
thread.c
-thread.h
top.c
top.h
typeprint.c
done
fi
-r16_files="configure.in configure"
-
-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 [ -n "${verbose}" ] ; then
- echo Keeping r16 stuff in $i
- fi
- fi
- done
-else
- for i in $r16_files ; do
- if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"r16\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-r16/,/end-\sanitize\-r16/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
-
-arc_files="configure.in configure ChangeLog"
+arc_files="configure.in configure ChangeLog-95"
if ( echo $* | grep keep\-arc > /dev/null ) ; then
for i in $arc_files ; do
done
fi
-sh3e_files="ChangeLog"
-
-if ( echo $* | grep keep\-sh3e > /dev/null ) ; then
- for i in $sh3e_files ; do
- if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping sh3e stuff in $i
- fi
- fi
- done
-else
- for i in $sh3e_files ; do
- if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"sh3e\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-sh3e/,/end-\sanitize\-sh3e/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
-
if ( echo $* | grep keep\-gm > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then