Things-to-keep:
ChangeLog
-Makefile.dos
Makefile.in
NEWS
README
TODO
alloca.c
-am29k-pinsn.c
ar.1
ar.c
arlex.l
binutils.texi
bucomm.c
bucomm.h
+c++filt.1
configure.bat
configure.in
config
-copy.c
filemode.c
gmalloc.c
-i386-pinsn.c
-i960-pinsn.c
is-ranlib.c
is-strip.c
-m68k-pinsn.c
maybe-ranlib.c
maybe-strip.c
+nlmconv.1
+nlmconv.c
+nlmconv.h
+nlmheader.y
nm.1
nm.c
not-ranlib.c
not-strip.c
+objcopy.1
+objcopy.c
objdump.1
objdump.c
objdump.h
sanity.sh
size.1
size.c
-sparc-pinsn.c
+strings.1
+strings.c
strip.1
+testsuite
version.c
-Do-last:
-
-v9dirty="sparc-pinsn.c"
+Things-to-lose:
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- echo Keeping v9 in ${v9dirty}
-else
- for i in ${v9dirty} ; do
- echo Sanitizing v9 in $i
- rm -f new
- sed '/^#ifndef[ ]NO_V9/,/^#endif/d' < $i > new
- if grep -s -i v9 new ; then
- echo ***** SANITIZING V9 IN $i FAILED *****\a\a
- fi
- if [ -n "${safe}" ] ; then
- mv $i .Recover
- else
- rm $i
- fi
- mv new $i
- done
-fi
+Do-last: