aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1997-02-10 17:36:26 +0000
committerFred Fish <fnf@specifix.com>1997-02-10 17:36:26 +0000
commitba35784cc83052dd9c405195657c4ffd1f7f5420 (patch)
tree662025b8ee31b91e5ab73ee762c90d11af9eb71d /gas
parent394de418703d6037d0c462175cd3de10658ae2b8 (diff)
downloadgdb-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/.Sanitize6
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