diff options
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 73213d4..f87a333 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -317,34 +317,6 @@ for i in $never_files ; do fi done -am33_files="ChangeLog archures.c bfd-in2.h cpu-m10300.c elf-m10300.c" -if ( echo $* | grep keep\-am33 > /dev/null ) ; then - for i in $am33_files ; do - if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping am33 stuff in $i - fi - fi - done -else - for i in $am33_files ; do - if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"am33\" from $i... - fi - cp $i new - sed '/start\-sanitize\-am33/,/end-\sanitize\-am33/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 - v850_files="ChangeLog ChangeLog-9697 Makefile.in Makefile.am archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h elf32-v850.c cpu-v850.c" if ( echo $* | grep keep\-v850e > /dev/null ) ; then for i in $v850_files ; do @@ -485,7 +457,7 @@ else done fi -cygnus_files="ChangeLog ChangeLog-9697 archures.c bfd-in2.h bfd-in.h cpu-mips.c elf32-mips.c" +cygnus_files="ChangeLog ChangeLog-9697 archures.c bfd-in2.h bfd-in.h cpu-mips.c elf32-mips.c cpu-m10300.c elf-m10300.c" if ( echo $* | grep keep\-cygnus > /dev/null ) ; then for i in $cygnus_files ; do if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then |