* gdb.base/list.exp: Add expect patterns for output from
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
index 1a230795152805ea6f1add7ee736dc4f7e4333d9..bf151024d99544dc4e156682083ec19925102654 100644 (file)
 
 Do-first:
 
-r16_files="tc-r16.c tc-r16.h"
+rce_files="tc-rce.c tc-rce.h rce.mt"
 
-if ( echo $* | grep keep\-r16 > /dev/null ) ; then
-       keep_these_too="${r16_files} ${keep_these_too}"
+if ( echo $* | grep keep\-rce > /dev/null ) ; then
+       keep_these_too="${rce_files} ${keep_these_too}"
 else
-       lose_these_too="${r16_files} ${lose_these_too}"
+       lose_these_too="${rce_files} ${lose_these_too}"
+fi
+
+arc_files="tc-arc.c tc-arc.h arc.mt"
+
+if ( echo $* | grep keep\-arc > /dev/null ) ; then
+       keep_these_too="${arc_files} ${keep_these_too}"
+else
+       lose_these_too="${arc_files} ${lose_these_too}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
@@ -106,6 +114,8 @@ tc-tahoe.c
 tc-tahoe.h
 tc-vax.c
 tc-vax.h
+tc-w65.c
+tc-w65.h
 tc-z8k.c
 tc-z8k.h
 te-386bsd.h
@@ -129,6 +139,7 @@ te-sun3.h
 te-sysv32.h
 vax-inst.h
 vms-conf.h
+w65.mt
 z8k.mt
 
 Things-to-lose:
This page took 0.024544 seconds and 4 git commands to generate.