diff options
author | Fred Fish <fnf@specifix.com> | 1997-02-10 17:36:26 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-02-10 17:36:26 +0000 |
commit | ba35784cc83052dd9c405195657c4ffd1f7f5420 (patch) | |
tree | 662025b8ee31b91e5ab73ee762c90d11af9eb71d /gas | |
parent | 394de418703d6037d0c462175cd3de10658ae2b8 (diff) | |
download | gdb-ba35784cc83052dd9c405195657c4ffd1f7f5420.zip gdb-ba35784cc83052dd9c405195657c4ffd1f7f5420.tar.gz gdb-ba35784cc83052dd9c405195657c4ffd1f7f5420.tar.bz2 |
Add tic80 directory to keep_these_too or lose_these_too.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/.Sanitize | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize index 9be0821a..13c2adb 100644 --- a/gas/testsuite/gas/.Sanitize +++ b/gas/testsuite/gas/.Sanitize @@ -23,6 +23,12 @@ else lose_these_too="arc ${lose_these_too}" fi +if ( echo $* | grep keep\-tic80 > /dev/null ) ; then + keep_these_too="tic80 ${keep_these_too}" +else + lose_these_too="tic80 ${lose_these_too}" +fi + if ( echo $* | grep keep\-v850 > /dev/null ) ; then keep_these_too="v850 ${keep_these_too}" else |