diff options
author | Jim Wilson <wilson@tuliptree.org> | 1997-03-03 00:22:35 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1997-03-03 00:22:35 +0000 |
commit | 54d26e151e1522f74c44157e376ec3fc2601ef11 (patch) | |
tree | dc7453ce9b1da012668afd4f934e115d3cfcefd6 /include | |
parent | a941619c0b0c871c0bf64844d4bc058ddc158e3f (diff) | |
download | gdb-54d26e151e1522f74c44157e376ec3fc2601ef11.zip gdb-54d26e151e1522f74c44157e376ec3fc2601ef11.tar.gz gdb-54d26e151e1522f74c44157e376ec3fc2601ef11.tar.bz2 |
Correct d10v sanitization errors.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/.Sanitize | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize index 7a2bd9d..2af2e1d 100644 --- a/include/opcode/.Sanitize +++ b/include/opcode/.Sanitize @@ -23,14 +23,6 @@ else lose_these_too="${arc_files} ${lose_these_too}" fi -d10v_files="d10v.h" - -if ( echo $* | grep keep\-d10v > /dev/null ) ; then - keep_these_too="${d10v_files} ${keep_these_too}" -else - lose_these_too="${d10v_files} ${lose_these_too}" -fi - d30v_files="d30v.h" if ( echo $* | grep keep\-d30v > /dev/null ) ; then @@ -69,6 +61,7 @@ a29k.h alpha.h arm.h convex.h +d10v.h h8300.h hppa.h i386.h |