projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36985ec
)
move sanitization check from Things-to-lose to Do-last
author
Ian Lance Taylor
<ian@airs.com>
Sun, 21 Dec 1997 09:54:55 +0000
(09:54 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Sun, 21 Dec 1997 09:54:55 +0000
(09:54 +0000)
gas/testsuite/gas/m32r/.Sanitize
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/m32r/.Sanitize
b/gas/testsuite/gas/m32r/.Sanitize
index fc2a2cdbb5b7b816c3f83c990187572e05c92cea..66fc6a17d22e1abd4410bf6831cc17569b544bc6 100644
(file)
--- a/
gas/testsuite/gas/m32r/.Sanitize
+++ b/
gas/testsuite/gas/m32r/.Sanitize
@@
-43,13
+43,12
@@
uppercase.s
Things-to-lose:
+Do-last:
+
for i in * ; do
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
echo '***' Some mentions of Sanitize are still left in $i! 1>&2
fi
done
-
-Do-last:
-
# End of file.