aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-08-19 17:07:05 +0000
committerNick Clifton <nickc@redhat.com>1997-08-19 17:07:05 +0000
commitc429dba96df32610119e1f8d299a4217c2748a42 (patch)
treee11e0c6466cecc66356d13b6dced530402afd2ff /bfd
parent015b3352e5f79a89f766c5c42df731e00f30bbed (diff)
downloadfsf-binutils-gdb-c429dba96df32610119e1f8d299a4217c2748a42.zip
fsf-binutils-gdb-c429dba96df32610119e1f8d299a4217c2748a42.tar.gz
fsf-binutils-gdb-c429dba96df32610119e1f8d299a4217c2748a42.tar.bz2
oops - fixed bugs in new v850e/q rules.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/.Sanitize7
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 514b833..6678ae8 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -335,6 +335,7 @@ else
fi
v850_files="ChangeLog ChangeLog.2 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"
+v850e_files="ChangeLog ChangeLog.2 Makefile.in Makefile.am archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
for i in $v850_files ; do
if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
@@ -345,12 +346,12 @@ if ( echo $* | grep keep\-v850 > /dev/null ) ; then
done
else
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
- ;
+ true
else
if ( echo $* | grep keep\-v850eq > /dev/null ) ; then
- ;
+ true
else
- for i in $v850_files ; do
+ for i in $v850e_files ; do
if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"v850\" from $i...