diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-24 03:39:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-24 03:39:19 +0000 |
commit | cc88a106332c4de292b1f984633dfb65b78e4e2f (patch) | |
tree | a72ed74a641ac58489a7748a85f7762db73be659 /gas/config | |
parent | d2245e2b493a7a3165d6422bf02bfbaf26d0f811 (diff) | |
download | gdb-cc88a106332c4de292b1f984633dfb65b78e4e2f.zip gdb-cc88a106332c4de292b1f984633dfb65b78e4e2f.tar.gz gdb-cc88a106332c4de292b1f984633dfb65b78e4e2f.tar.bz2 |
remove d30v sanitization
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/.Sanitize | 10 |
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 |