From ba35784cc83052dd9c405195657c4ffd1f7f5420 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Mon, 10 Feb 1997 17:36:26 +0000 Subject: [PATCH] Add tic80 directory to keep_these_too or lose_these_too. --- gas/testsuite/gas/.Sanitize | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.7.4