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 /include | |
parent | 446df8b8d507381a7c3a9f9929bae5286fb67ff3 (diff) | |
download | gdb-ae6ecba5b49f1da081b84e39f93f3c71b156474b.zip gdb-ae6ecba5b49f1da081b84e39f93f3c71b156474b.tar.gz gdb-ae6ecba5b49f1da081b84e39f93f3c71b156474b.tar.bz2 |
Fixed sanitization bugs.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index 828c3cc..173984e 100644 --- a/include/elf/.Sanitize +++ b/include/elf/.Sanitize @@ -76,7 +76,7 @@ if ( echo $* | grep keep\-v850e > /dev/null ) ; then for i in $v850_files ; do if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then if [ -n "${verbose}" ] ; then - echo Keeping v850eq stuff in $i + echo Keeping v850e stuff in $i fi fi done |