* rs6000.h (SMALL_AOUTSZ): Define.
[deliverable/binutils-gdb.git] / include / coff / .Sanitize
index 6428b83be9e68c46e7790c0a18855956c9aa4a53..ab03cc60f421120f8d6055412699dec2bb2f4283 100644 (file)
@@ -25,9 +25,11 @@ Do-first:
 Things-to-keep:
 
 ChangeLog
-alpha.h
 a29k.h
-ecoff-ext.h
+alpha.h
+apollo.h
+arm.h
+ecoff.h
 h8300.h
 h8500.h
 i386.h
@@ -36,17 +38,41 @@ internal.h
 m68k.h
 m88k.h
 mips.h
+pe.h
+powerpc.h
 rs6000.h
 sh.h
+sparc.h
 sym.h
 symconst.h
+w65.h
 we32k.h
 z8k.h
 
 Things-to-lose:
 
-.Sanitize
 
 Do-last:
 
+i960xl_files="ChangeLog i960.h"
+if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
+       if [ -n "${verbose}" ] ; then
+               echo Keeping i960xl stuff in $i960xl_files.
+       fi
+else
+       if [ -n "${verbose}" ]; then
+               echo -n Cleaning i960xl in `pwd`:
+       fi
+       for f in $i960xl_files ; do
+               if [ -n "${verbose}" ] ; then
+                       echo -n " " $f
+               fi
+               sed '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' < $f > new
+               if [ -n "${safe}" ] ; then
+                       mv $f .Recover
+               fi
+               mv new $f
+       done
+fi
+
 # End of file.
This page took 0.040387 seconds and 4 git commands to generate.