This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / include / .Sanitize
index 7f68aac00b6ce262ba4d12958fb25a97466f8c00..6351d4b998f271b2772be3a229847c8c86fdf234 100644 (file)
@@ -30,11 +30,13 @@ ansidecl.h
 aout
 bfdlink.h
 bout.h
+callback.h
 coff
 demangle.h
 dis-asm.h
 elf
 floatformat.h
+fnmatch.h
 fopen-bin.h
 fopen-same.h
 fopen-vms.h
@@ -46,10 +48,15 @@ libiberty.h
 mpw
 nlm
 oasys.h
+objalloc.h
 obstack.h
 os9k.h
 opcode
 progress.h
+regs
+remote-sim.h
+splay-tree.h
+symcat.h
 wait.h
 
 Things-to-lose:
@@ -57,23 +64,87 @@ Things-to-lose:
 
 Do-last:
 
-arc_files="ChangeLog dis-asm.h"
-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 Processing \"tic80\"...
+fi
+
+tic80_files="ChangeLog dis-asm.h"
+if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
+       for i in $tic80_files ; do
+               if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping tic80 stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in $tic80_files ; do
+               if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"tic80\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-tic80/,/end-\sanitize\-tic80/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
+
+fr30_files="ChangeLog dis-asm.h"
+if ( echo $* | grep keep\-fr30 > /dev/null ) ; then
+       for i in $fr30_files ; do
+               if test ! -d $i && (grep sanitize-fr30 $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping fr30 stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in $fr30_files ; do
+               if test ! -d $i && (grep sanitize-fr30 $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"fr30\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-fr30/,/end-\sanitize\-fr30/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 [ -n "${verbose}" ] ; then
+       echo Processing \"sky\"...
+fi
+
+sky_files="ChangeLog dis-asm.h"
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
+       for i in $sky_files ; do
+               if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping arc stuff in $i
+                               echo Keeping sky 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 $sky_files ; do
+               if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"arc\" from $i...
+                               echo Removing traces of \"sky\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
+                       sed '/start\-sanitize\-sky/,/end-\sanitize\-sky/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -85,23 +156,27 @@ else
        done
 fi
 
-h8s_files="ChangeLog dis-asm.h"
-if ( echo $* | grep keep\-h8s > /dev/null ) ; then
-       for i in $h8s_files ; do
-               if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then
+if [ -n "${verbose}" ] ; then
+       echo Processing \"java\"...
+fi
+
+java_files="ChangeLog demangle.h"
+if ( echo $* | grep keep\-java > /dev/null ) ; then
+       for i in $java_files ; do
+               if test ! -d $i && (grep sanitize-java $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping h8s stuff in $i
+                               echo Keeping java stuff in $i
                        fi
                fi
        done
 else
-       for i in $h8s_files ; do
-               if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-java $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"h8s\" from $i...
+                               echo Removing traces of \"java\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-h8s/,/end-\sanitize\-h8s/d' < $i > new
+                       sed '/start\-sanitize\-java/,/end-\sanitize\-java/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
This page took 0.044524 seconds and 4 git commands to generate.