diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize index 9be0821ad0..13c2adb6cb 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