* elf64-alpha.c: Initial implementation of relaxation --
[binutils-gdb.git] / bfd / .Sanitize
index c54bd2f6bd5316e02bdcb47e6c8256ef3475145e..d40292f1f12af1c6a60605668bb8be57eed677c8 100644 (file)
@@ -350,7 +350,7 @@ else
        done
 fi
 
-r5900_files="ChangeLog config.bfd archures.c bfd-in2.h cpu-mips.c"
+r5900_files="ChangeLog config.bfd archures.c bfd-in2.h cpu-mips.c elf32-mips.c libbfd.h reloc.c"
 if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
        for i in $r5900_files ; do
                if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
@@ -434,34 +434,6 @@ else
        done
 fi
 
-sh4_files="ChangeLog config.bfd archures.c bfd-in2.h cpu-sh.c"
-if ( echo $* | grep keep\-sh4 > /dev/null ) ; then
-       for i in $sh4_files ; do
-               if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping sh4 stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $sh4_files ; do
-               if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"sh4\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/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
-
 tic80_files="ChangeLog Makefile.in Makefile.am archures.c bfd-in2.h config.bfd configure configure.in targets.c coffcode.h coffswap.h"
 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
        for i in $tic80_files ; do