diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-03 23:06:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-03 23:06:11 +0000 |
commit | 6ff87eadf94eda2af9e15b0f39cb6e74c18c838f (patch) | |
tree | b3c45629286890788931a3044a35783aa7c45911 /gas/config/.Sanitize | |
parent | 2cf9a0d043251eed0d1eac5b92623024bfdd10f5 (diff) | |
download | gdb-6ff87eadf94eda2af9e15b0f39cb6e74c18c838f.zip gdb-6ff87eadf94eda2af9e15b0f39cb6e74c18c838f.tar.gz gdb-6ff87eadf94eda2af9e15b0f39cb6e74c18c838f.tar.bz2 |
Removed v850 sanitization.
Diffstat (limited to 'gas/config/.Sanitize')
-rw-r--r-- | gas/config/.Sanitize | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 9b80bd0..5dd9917 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -31,22 +31,6 @@ else lose_these_too="${d30v_files} ${lose_these_too}" fi -v850_files="tc-v850.c tc-v850.h" - -if ( echo $* | grep keep\-v850 > /dev/null ) ; then - keep_these_too="${v850_files} ${keep_these_too}" -else - if ( echo $* | grep keep\-v850e > /dev/null ) ; then - keep_these_too="${v850_files} ${keep_these_too}" - else - if ( echo $* | grep keep\-v850eq > /dev/null ) ; then - keep_these_too="${v850_files} ${keep_these_too}" - else - lose_these_too="${v850_files} ${lose_these_too}" - fi - fi -fi - tic80_files="tc-tic80.c tc-tic80.h" if ( echo $* | grep keep\-tic80 > /dev/null ) ; then @@ -149,6 +133,8 @@ tc-vax.c tc-vax.h tc-w65.c tc-w65.h +tc-v850.c +tc-v850.h tc-z8k.c tc-z8k.h te-386bsd.h |