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:
f5818bc
)
Fix minor buglet.
author
Jeff Law
<law@redhat.com>
Thu, 4 Feb 1999 05:17:29 +0000
(
05:17
+0000)
committer
Jeff Law
<law@redhat.com>
Thu, 4 Feb 1999 05:17:29 +0000
(
05:17
+0000)
gdb/testsuite/gdb.disasm/.Sanitize
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.disasm/.Sanitize
b/gdb/testsuite/gdb.disasm/.Sanitize
index bf00488af53976a59080eea26214580f48adbe7f..e4619a23676c550f284de3cd4ff60dbbc64ca419 100644
(file)
--- a/
gdb/testsuite/gdb.disasm/.Sanitize
+++ b/
gdb/testsuite/gdb.disasm/.Sanitize
@@
-17,7
+17,7
@@
Do-first:
cygnus_files="am33.s am33.exp"
-if ( echo $* | grep keep\-
am33
> /dev/null ) ; then
+if ( echo $* | grep keep\-
cygnus
> /dev/null ) ; then
keep_these_too="${cygnus_files} ${keep_these_too}"
else
lose_these_too="${cygnus_files} ${lose_these_too}"