From: Doug Evans Date: Fri, 5 Feb 1999 19:42:14 +0000 (+0000) Subject: s/sanitize-m32rx/sanitize-cygnus/ X-Git-Tag: gdb-4_18~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79caaa57ed7dbaf088c99cfa570193f4bad80161;p=external%2Fbinutils.git s/sanitize-m32rx/sanitize-cygnus/ --- diff --git a/gas/testsuite/gas/m32r/.Sanitize b/gas/testsuite/gas/m32r/.Sanitize index c744d05..da87ce6 100644 --- a/gas/testsuite/gas/m32r/.Sanitize +++ b/gas/testsuite/gas/m32r/.Sanitize @@ -15,11 +15,11 @@ Do-first: -m32rx_files="fslotx.s fslotx.d m32rx.s m32rx.d m32rx.exp error.exp interfere.s wrongsize.s" -if ( echo $* | grep keep\-m32rx > /dev/null ) ; then - keep_these_too="${m32rx_files} ${keep_these_too}" +cygnus_files="fslotx.s fslotx.d m32rx.s m32rx.d m32rx.exp error.exp interfere.s wrongsize.s" +if ( echo $* | grep keep\-cygnus > /dev/null ) ; then + keep_these_too="${cygnus_files} ${keep_these_too}" else - lose_these_too="${m32rx_files} ${lose_these_too}" + lose_these_too="${cygnus_files} ${lose_these_too}" fi # All files listed between the "Things-to-keep:" line and the