From 6ff87eadf94eda2af9e15b0f39cb6e74c18c838f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 3 Sep 1997 23:06:11 +0000 Subject: Removed v850 sanitization. --- gas/config/.Sanitize | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'gas/config/.Sanitize') 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 -- cgit v1.1