Add tic80 directory to keep_these_too or lose_these_too.
authorFred Fish <fnf@specifix.com>
Mon, 10 Feb 1997 17:36:26 +0000 (17:36 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 10 Feb 1997 17:36:26 +0000 (17:36 +0000)
gas/testsuite/gas/.Sanitize

index 9be0821ad094d4a36c9c3403f1009bbf5d758c42..13c2adb6cbf4696ba405c8f83c6900c0d4dd8d9a 100644 (file)
@@ -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