diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-21 17:44:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-21 17:44:16 +0000 |
commit | ae6ecba5b49f1da081b84e39f93f3c71b156474b (patch) | |
tree | c4c6dd788c25810008c61f3070c80d40aa7d0ed6 /opcodes | |
parent | 446df8b8d507381a7c3a9f9929bae5286fb67ff3 (diff) | |
download | gdb-ae6ecba5b49f1da081b84e39f93f3c71b156474b.zip gdb-ae6ecba5b49f1da081b84e39f93f3c71b156474b.tar.gz gdb-ae6ecba5b49f1da081b84e39f93f3c71b156474b.tar.bz2 |
Fixed sanitization bugs.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index abc59c7..fe19a1c 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -146,9 +146,6 @@ if ( echo $* | grep keep\-v850e > /dev/null ) ; then fi done else - if ( echo $* | grep keep\-v850eq > /dev/null ) ; then - true - else for i in $v850e_files ; do if test -f $i && (grep sanitize-v850e $i > /dev/null) ; then if [ -n "${verbose}" ] ; then @@ -165,7 +162,6 @@ else mv new $i fi done - fi fi |