diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-07 16:13:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-07 16:13:49 +0000 |
commit | e888ecaacfad5c5e79c265bef2099495d112749c (patch) | |
tree | adf179734ba5b9cd723d1aaf719ce92d45079d41 /bfd | |
parent | 928180df8e4155e9a61b8c2d6450ccfad91e41e3 (diff) | |
download | gdb-e888ecaacfad5c5e79c265bef2099495d112749c.zip gdb-e888ecaacfad5c5e79c265bef2099495d112749c.tar.gz gdb-e888ecaacfad5c5e79c265bef2099495d112749c.tar.bz2 |
fix sanitization of elf32-mips.c
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/.Sanitize | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index baeed4e..6f732bb 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -412,7 +412,7 @@ else done fi -tx49_files="archures.c bfd-in2.h cpu-mips.c" +tx49_files="archures.c bfd-in2.h cpu-mips.c elf32-mips.c" if ( echo $* | grep keep\-tx49 > /dev/null ) ; then for i in $tx49_files ; do if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then @@ -496,7 +496,7 @@ else done fi -vr5400_files="ChangeLog archures.c bfd-in2.h bfd-in.h cpu-mips.c" +vr5400_files="ChangeLog archures.c bfd-in2.h bfd-in.h cpu-mips.c elf32-mips.c" if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then for i in $vr5400_files ; do if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then @@ -524,7 +524,7 @@ else done fi -vr4320_files="ChangeLog archures.c bfd-in2.h cpu-mips.c" +vr4320_files="ChangeLog archures.c bfd-in2.h cpu-mips.c elf32-mips.c" if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then for i in $vr4320_files ; do if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then |