diff options
author | Martin Hunt <hunt@redhat.com> | 1997-02-19 02:47:03 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1997-02-19 02:47:03 +0000 |
commit | 9b1168d6e7a221ef2191af61d8b3dd8cd830a3c3 (patch) | |
tree | 19504d521a84f6c82c2d1f6c8f899c162715b880 /gas/config/.Sanitize | |
parent | 7d0f8249d2c4ebc282691969309f02770b82b36a (diff) | |
download | gdb-9b1168d6e7a221ef2191af61d8b3dd8cd830a3c3.zip gdb-9b1168d6e7a221ef2191af61d8b3dd8cd830a3c3.tar.gz gdb-9b1168d6e7a221ef2191af61d8b3dd8cd830a3c3.tar.bz2 |
Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* config/tc-d30v.c, config/tc-d30v.h: New files.
Diffstat (limited to 'gas/config/.Sanitize')
-rw-r--r-- | gas/config/.Sanitize | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 28badc2..63a90e6 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -31,6 +31,14 @@ else lose_these_too="${d10v_files} ${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 + v850_files="tc-v850.c tc-v850.h" if ( echo $* | grep keep\-v850 > /dev/null ) ; then |