diff options
author | Jim Wilson <wilson@tuliptree.org> | 1997-03-03 00:35:40 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1997-03-03 00:35:40 +0000 |
commit | a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747 (patch) | |
tree | c382516f587c3df6a94ae7baded93b3d299c29cc /gdb/config | |
parent | a48ef404c7175df1b49e4d3bdfe341816e9429dd (diff) | |
download | gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.zip gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.tar.gz gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.tar.bz2 |
Correct d10v sanitization errors.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/.Sanitize | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index d845ea3..e51c3d5 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -35,20 +35,6 @@ else fi fi -d10v_files="d10v" - -if ( echo $* | grep keep\-d10v > /dev/null ) ; then - keep_these_too="${d10v_files} ${keep_these_too}" - if [ -n "${verbose}" ] ; then - echo Keeping ${d10v_files} - fi -else - lose_these_too="${d10v_files} ${lose_these_too}" - if [ -n "${verbose}" ] ; then - echo Deleting ${d10v_files} - fi -fi - v850_files="v850" if ( echo $* | grep keep\-v850 > /dev/null ) ; then @@ -89,6 +75,7 @@ a29k alpha arm convex +d10v gould h8300 h8500 |