Forgot to list the we32k files in .Sanitize.
[deliverable/binutils-gdb.git] / bfd / .Sanitize
index e11315beb341d1a6dba9771457199716f03f21d0..5635fc503dec35659e11cc822e351db18b3532b1 100644 (file)
@@ -34,6 +34,7 @@ aout32.c
 aout64.c
 aoutf1.h
 aoutx.h
+aout-encap.c
 aout-target.h
 archive.c
 archures.c
@@ -51,6 +52,8 @@ coff-m88k.c
 coff-mips.c
 coff-msym.c
 coff-rs6000.c
+coff-we32k.c
+coff-z8k.c
 coffcode.h
 config
 configure.bat
@@ -79,6 +82,8 @@ cpu-hppa.c
 cpu-i960.c
 cpu-m88k.c
 cpu-rs6000.c
+cpu-we32k.c
+cpu-z8k.c
 hp300bsd.c
 init.c
 cpu-sparc.c
@@ -91,6 +96,7 @@ libieee.h
 liboasys.h
 newsos3.c
 oasys.c
+opc-sparc.c
 opncls.c
 reloc.c
 rs6000-core.c
@@ -111,7 +117,7 @@ trad-core.h
 Do-last:
 
 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
-       echo Keeping v9 in aoutx.h
+       echo Keeping v9 in aoutx.h opc-sparc.c
 else
        echo Sanitizing v9 in aoutx.h
        rm -f new
@@ -124,6 +130,15 @@ else
                fi
                mv new aoutx.h
        done
+       echo Sanitizing v9 in opc-sparc.c
+       rm -f new
+       grep -v v9 opc-sparc.c > new
+       if [ -n "${safe}" ] ; then
+               mv opc-sparc.c .Recover
+       else
+               rm opc-sparc.c
+       fi
+       mv new opc-sparc.c
 fi
 
 echo Done in `pwd`.
This page took 0.023414 seconds and 4 git commands to generate.