aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-07-24 03:39:19 +0000
committerIan Lance Taylor <ian@airs.com>1998-07-24 03:39:19 +0000
commitcc88a106332c4de292b1f984633dfb65b78e4e2f (patch)
treea72ed74a641ac58489a7748a85f7762db73be659 /gas/config
parentd2245e2b493a7a3165d6422bf02bfbaf26d0f811 (diff)
downloadgdb-cc88a106332c4de292b1f984633dfb65b78e4e2f.zip
gdb-cc88a106332c4de292b1f984633dfb65b78e4e2f.tar.gz
gdb-cc88a106332c4de292b1f984633dfb65b78e4e2f.tar.bz2
remove d30v sanitization
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/.Sanitize10
1 files changed, 2 insertions, 8 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize
index b6fb21e..9174066 100644
--- a/gas/config/.Sanitize
+++ b/gas/config/.Sanitize
@@ -19,14 +19,6 @@ if [ -d vms ]; then
lose_these_too="vms ${lose_these_too}"
fi
-d30v_files="tc-d30v.c tc-d30v.h"
-
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
- keep_these_too="${d30v_files} ${keep_these_too}"
-else
- lose_these_too="${d30v_files} ${lose_these_too}"
-fi
-
tic80_files="tc-tic80.c tc-tic80.h"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
@@ -98,6 +90,8 @@ tc-arm.c
tc-arm.h
tc-d10v.c
tc-d10v.h
+tc-d30v.c
+tc-d30v.h
tc-generic.c
tc-generic.h
tc-h8300.c