* xcoffread.c (xcoff_symfile_read), coffread.c (coff_symfile_read):
[binutils-gdb.git] / .Sanitize
index 31b369386c4b74f4d151af490815a2e2475501bb..5de585dd1f59e7b6f960748ab2076990b318a75d 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -17,10 +17,14 @@ Do-first:
 
 if ( echo $* | grep keep\-chill > /dev/null ) ; then
        keep_these_too="chillrt test-chill"
+else
+       lose_these_too="chillrt test-chill"
 fi
 
 if ( echo $* | grep keep\-cygnus > /dev/null) ; then
        keep_these_too="${keep_these_too} release release-info"
+else
+       lose_these_too="${lose_these_too} release release-info"
 fi
 
 
@@ -103,8 +107,6 @@ xiberty
 
 Things-to-lose:
 
-release-info
-
 # 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.