* config/tc-mips.c (hilo_interlocks): True for tx49.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / .Sanitize
CommitLineData
fbc83def 1# .Sanitize for devo/gas/testsuite/gas/mips.
5fe67aa8
ILT
2
3# Each directory to survive it's way into a release will need a file
4# like this one called "./.Sanitize". All keyword lines must exist,
5# and must exist in the order specified by this file. Each directory
6# in the tree will be processed, top down, in the following order.
7
8# Hash started lines like this one are comments and will be deleted
9# before anything else is done. Blank lines will also be squashed
10# out.
11
12# The lines between the "Do-first:" line and the "Things-to-keep:"
13# line are executed as a /bin/sh shell script before anything else is
14# done in this
15
16Do-first:
17
18
19# All files listed between the "Things-to-keep:" line and the
20# "Files-to-sed:" line will be kept. All other files will be removed.
21# Directories listed in this section will have their own Sanitize
22# called. Directories not listed will be removed in their entirety
23# with rm -rf.
24
25Things-to-keep:
26
27abs.d
28abs.s
29add.d
30add.s
31and.d
32and.s
33beq.d
34beq.s
35bge.d
36bge.s
37bgeu.d
38bgeu.s
39blt.d
40blt.s
41bltu.d
42bltu.s
ff55d0fb
GRK
43delay.d
44delay.s
36e5ed4c 45div-ilocks.d
5fe67aa8
ILT
46div.d
47div.s
1b68deb5
JSC
48dli.d
49dli.s
a3c2c0f4
DP
50itbl
51itbl.s
fbc83def
ILT
52jal-empic.d
53jal-svr4pic.d
54jal-svr4pic.s
6190e3dd 55jal-xgot.d
5fe67aa8
ILT
56jal.d
57jal.s
fbc83def
ILT
58la-empic.d
59la-empic.s
60la-svr4pic.d
6190e3dd 61la-xgot.d
5fe67aa8
ILT
62la.d
63la.s
fbc83def
ILT
64lb-empic.d
65lb-pic.s
66lb-svr4pic.d
6190e3dd 67lb-xgot.d
5fe67aa8
ILT
68lb.d
69lb.s
70ld.d
71ld.s
fbc83def 72ld-empic.d
88770c1c 73ld-ilocks.d
fbc83def
ILT
74ld-pic.s
75ld-svr4pic.d
6190e3dd 76ld-xgot.d
5fe67aa8
ILT
77li.d
78li.s
fbc83def
ILT
79lif-empic.d
80lif-svr4pic.d
6190e3dd 81lif-xgot.d
5fe67aa8
ILT
82lifloat.d
83lifloat.s
84mips.exp
d899ee85
ILT
85mips16.d
86mips16.s
f3a01d90
KR
87mips4.d
88mips4.s
41c3da51 89mul-ilocks.d
5fe67aa8
ILT
90mul.d
91mul.s
ff55d0fb 92nodelay.d
5fe67aa8
ILT
93rol.d
94rol.s
95sb.d
96sb.s
97trunc.d
98trunc.s
fbc83def
ILT
99ulh-empic.d
100ulh-pic.s
101ulh-svr4pic.d
6190e3dd 102ulh-xgot.d
a93c34ed
ILT
103uld.d
104uld.s
5fe67aa8
ILT
105ulh.d
106ulh.s
107ulw.d
108ulw.s
a93c34ed
ILT
109usd.d
110usd.s
5fe67aa8
ILT
111ush.d
112ush.s
113usw.d
114usw.s
115
116Things-to-lose:
117
118Do-last:
119
fdc16ba0
GRK
120tx19_files="mips.exp"
121if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
122 for i in $tx19_files ; do
123 if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
124 if [ -n "${verbose}" ] ; then
125 echo Keeping tx19 stuff in $i
126 fi
127 fi
128 done
129else
130 for i in $tx19_files ; do
131 if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
132 if [ -n "${verbose}" ] ; then
133 echo Removing traces of \"tx19\" from $i...
134 fi
135 cp $i new
136 sed '/start\-sanitize\-tx19/,/end-\sanitize\-tx19/d' < $i > new
137 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
138 if [ -n "${verbose}" ] ; then
139 echo Caching $i in .Recover...
140 fi
141 mv $i .Recover
142 fi
143 mv new $i
144 fi
145 done
146fi
147
4ebda395
GRK
148tx49_files="mips.exp"
149if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
150 for i in $tx49_files ; do
151 if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
152 if [ -n "${verbose}" ] ; then
153 echo Keeping tx49 stuff in $i
154 fi
155 fi
156 done
157else
158 for i in $tx49_files ; do
159 if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
160 if [ -n "${verbose}" ] ; then
161 echo Removing traces of \"tx49\" from $i...
162 fi
163 cp $i new
164 sed '/start\-sanitize\-tx49/,/end-\sanitize\-tx49/d' < $i > new
165 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
166 if [ -n "${verbose}" ] ; then
167 echo Caching $i in .Recover...
168 fi
169 mv $i .Recover
170 fi
171 mv new $i
172 fi
173 done
174fi
175
5fe67aa8 176# End of file.
This page took 0.118831 seconds and 4 git commands to generate.