aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorFelix Lee <flee@cygnus>1997-09-18 01:33:24 +0000
committerFelix Lee <flee@cygnus>1997-09-18 01:33:24 +0000
commite1625ed21770ff7fc57ffd12860f945b260073d9 (patch)
tree1180862f63f43b2a9c08eb4c4ae8aa60cba5f37e /bfd
parent00fd8294caee09fda9248f1787000c56c270e608 (diff)
downloadgdb-e1625ed21770ff7fc57ffd12860f945b260073d9.zip
gdb-e1625ed21770ff7fc57ffd12860f945b260073d9.tar.gz
gdb-e1625ed21770ff7fc57ffd12860f945b260073d9.tar.bz2
v850 files that weren't being removed if !keep-v850
Diffstat (limited to 'bfd')
-rw-r--r--bfd/.Sanitize8
1 files changed, 6 insertions, 2 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index ea2e829..a8e356c 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -31,6 +31,12 @@ else
lose_these_too="${tic80_files} ${lose_these_too}"
fi
+if ( echo $* | grep keep\-v850 > /dev/null ) ; then
+ keep_these_too="cpu-v850.c elf32-v850.c ${keep_these_too}"
+else
+ lose_these_too="cpu-v850.c elf32-v850.c ${lose_these_too}"
+fi
+
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
@@ -137,7 +143,6 @@ cpu-sparc.c
cpu-vax.c
cpu-we32k.c
cpu-w65.c
-cpu-v850.c
cpu-z8k.c
demo64.c
dep-in.sed
@@ -158,7 +163,6 @@ elf32-m32r.c
elf32-m68k.c
elf32-m88k.c
elf32-mips.c
-elf32-v850.c
elf-m10200.c
elf-m10300.c
elf32-ppc.c