]> Git Repo - binutils.git/blobdiff - binutils/.Sanitize
* binutils.texi: Add a chapter summarizing the ways to select
[binutils.git] / binutils / .Sanitize
index 749d8b8cbf324416292d5693b807648d431ee886..ed17d8c313b2d085e5bbe31215c7b07966dc2c96 100644 (file)
@@ -26,13 +26,11 @@ Do-first:
 Things-to-keep:
 
 ChangeLog
-Makefile.dos
 Makefile.in
 NEWS
 README
 TODO
 alloca.c
-am29k-pinsn.c
 ar.1
 ar.c
 arlex.l
@@ -42,23 +40,26 @@ arsup.h
 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
@@ -67,29 +68,12 @@ ranlib.sh
 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:
This page took 0.024452 seconds and 4 git commands to generate.