diff options
author | Jeff Law <law@redhat.com> | 1999-01-26 14:52:15 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-01-26 14:52:15 +0000 |
commit | b041460dbe26c70b583d33a666be6a43901b5293 (patch) | |
tree | a24701d281664be4b1417f5b9c94c718e364e161 /gdb/testsuite/gdb.disasm | |
parent | 5eb715f8343bd9535288dc0dffd9277823570b79 (diff) | |
download | gdb-b041460dbe26c70b583d33a666be6a43901b5293.zip gdb-b041460dbe26c70b583d33a666be6a43901b5293.tar.gz gdb-b041460dbe26c70b583d33a666be6a43901b5293.tar.bz2 |
am33 sanitize changes
Diffstat (limited to 'gdb/testsuite/gdb.disasm')
-rw-r--r-- | gdb/testsuite/gdb.disasm/.Sanitize | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.disasm/.Sanitize b/gdb/testsuite/gdb.disasm/.Sanitize index 7320faf..bf00488 100644 --- a/gdb/testsuite/gdb.disasm/.Sanitize +++ b/gdb/testsuite/gdb.disasm/.Sanitize @@ -15,12 +15,12 @@ Do-first: -am33_files="am33.s am33.exp" +cygnus_files="am33.s am33.exp" if ( echo $* | grep keep\-am33 > /dev/null ) ; then - keep_these_too="${am33_files} ${keep_these_too}" + keep_these_too="${cygnus_files} ${keep_these_too}" else - lose_these_too="${am33_files} ${lose_these_too}" + lose_these_too="${cygnus_files} ${lose_these_too}" fi # All files listed between the "Things-to-keep:" line and the |