diff options
author | Doug Evans <dje@google.com> | 1999-02-05 19:42:14 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1999-02-05 19:42:14 +0000 |
commit | 79caaa57ed7dbaf088c99cfa570193f4bad80161 (patch) | |
tree | 00f5d7e7e418f35c6ae86b0998b588aabee0cd1d /gas | |
parent | 37c5a28b2973e2657eddb4118fda187d609d0db9 (diff) | |
download | fsf-binutils-gdb-79caaa57ed7dbaf088c99cfa570193f4bad80161.zip fsf-binutils-gdb-79caaa57ed7dbaf088c99cfa570193f4bad80161.tar.gz fsf-binutils-gdb-79caaa57ed7dbaf088c99cfa570193f4bad80161.tar.bz2 |
s/sanitize-m32rx/sanitize-cygnus/
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/m32r/.Sanitize | 8 |
1 files changed, 4 insertions, 4 deletions
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 |