(Laying groundwork (that will be incrementally fleshed out) for TIc80 support)
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
CommitLineData
4f5d16c7 1# .Sanitize for devo/gas/config
0fd8d5d9 2
4f5d16c7 3# Each directory to survive its way into a release will need a file
0fd8d5d9
RP
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
833c46e1 18arc_files="tc-arc.c tc-arc.h"
bc70eba5
DE
19
20if ( echo $* | grep keep\-arc > /dev/null ) ; then
21 keep_these_too="${arc_files} ${keep_these_too}"
22else
23 lose_these_too="${arc_files} ${lose_these_too}"
24fi
25
7be9a312
MH
26d10v_files="tc-d10v.c tc-d10v.h"
27
28if ( echo $* | grep keep\-d10v > /dev/null ) ; then
29 keep_these_too="${d10v_files} ${keep_these_too}"
30else
31 lose_these_too="${d10v_files} ${lose_these_too}"
32fi
33
c6aa56bc
C
34v850_files="tc-v850.c tc-v850.h"
35
36if ( echo $* | grep keep\-v850 > /dev/null ) ; then
37 keep_these_too="${v850_files} ${keep_these_too}"
38else
39 lose_these_too="${v850_files} ${lose_these_too}"
40fi
41
42
0fd8d5d9
RP
43# All files listed between the "Things-to-keep:" line and the
44# "Files-to-sed:" line will be kept. All other files will be removed.
45# Directories listed in this section will have their own Sanitize
46# called. Directories not listed will be removed in their entirety
47# with rm -rf.
48
49Things-to-keep:
50
3e6e09c0 51aout_gnu.h
ff15324f
KR
52arm-big.mt
53arm-lit.mt
0fd8d5d9 54atof-ieee.c
b41390d2 55atof-tahoe.c
0fd8d5d9 56atof-vax.c
cd8aca19 57go32.cfg
511cd41c
KR
58e-mipsecoff.c
59e-mipself.c
6066ebad 60i386coff.mt
a1c7c0f3
ILT
61m68k-parse.h
62m68k-parse.y
3ad9ec6a 63m68kcoff.mt
cd625bf3 64m88k-opcode.h
77a401e2 65m88kcoff.mt
e99f6f9c
ILT
66mips-big.mt
67mips-lit.mt
0fd8d5d9
RP
68obj-aout.c
69obj-aout.h
0fd8d5d9
RP
70obj-bout.c
71obj-bout.h
72obj-coff.c
73obj-coff.h
e99f6f9c
ILT
74obj-ecoff.c
75obj-ecoff.h
a4099f78
KR
76obj-elf.c
77obj-elf.h
f649d525
ILT
78obj-evax.c
79obj-evax.h
0fd8d5d9
RP
80obj-generic.c
81obj-generic.h
daae8c92
KR
82obj-hp300.c
83obj-hp300.h
fd345c9c
SC
84obj-ieee.c
85obj-ieee.h
511cd41c
KR
86obj-multi.c
87obj-multi.h
0fa747c4
JL
88obj-som.c
89obj-som.h
b41390d2
KR
90obj-vms.c
91obj-vms.h
8370e93e
MM
92ppc-big.mt
93ppc-lit.mt
159e6ef8 94ppc-sol.mt
4fe0fddd 95sco5.mt
0fd8d5d9
RP
96tc-a29k.c
97tc-a29k.h
5749c497
KR
98tc-alpha.c
99tc-alpha.h
6c3bc2b8
KR
100tc-arm.c
101tc-arm.h
0fd8d5d9
RP
102tc-generic.c
103tc-generic.h
fd345c9c
SC
104tc-h8300.c
105tc-h8300.h
033400ec
SC
106tc-h8500.c
107tc-h8500.h
daae8c92
KR
108tc-hppa.c
109tc-hppa.h
0fd8d5d9
RP
110tc-i386.c
111tc-i386.h
112tc-i860.c
113tc-i860.h
114tc-i960.c
115tc-i960.h
116tc-m68851.h
117tc-m68k.c
118tc-m68k.h
cd625bf3
DHW
119tc-m88k.c
120tc-m88k.h
fd345c9c
SC
121tc-mips.c
122tc-mips.h
ae1b99e4
JL
123tc-mn10200.c
124tc-mn10200.h
125tc-mn10300.c
126tc-mn10300.h
0fd8d5d9
RP
127tc-ns32k.c
128tc-ns32k.h
af46c203
ILT
129tc-ppc.c
130tc-ppc.h
4a1bbbe7
SC
131tc-sh.c
132tc-sh.h
6690d829 133tc-sparc.c
920babce 134tc-sparc.h
af3b5ad2
KR
135tc-tahoe.c
136tc-tahoe.h
0fd8d5d9
RP
137tc-vax.c
138tc-vax.h
b3235d56
SC
139tc-w65.c
140tc-w65.h
163107a1
SC
141tc-z8k.c
142tc-z8k.h
daae8c92 143te-386bsd.h
66b935da 144te-aux.h
757d4129 145te-delta.h
880b7429 146te-delt88.h
0fd8d5d9
RP
147te-dpx2.h
148te-generic.h
cd8aca19 149te-go32.h
daae8c92
KR
150te-hp300.h
151te-hppa.h
cd625bf3 152te-i386aix.h
0fd8d5d9 153te-ic960.h
daae8c92 154te-linux.h
d0c25cae 155te-lynx.h
5efa30fa 156te-mach.h
75d1d87a 157te-macos.h
511cd41c 158te-multi.h
04050d57 159te-nbsd.h
d5a0eeac 160te-nbsd532.h
f68880ea 161te-pc532mach.h
b04b02a5 162te-pe.h
cd8aca19 163te-ppcnw.h
8a6f53e9 164te-psos.h
69c1de90 165te-riscix.h
0fd8d5d9 166te-sco386.h
df4021c1 167te-sparcaout.h
0fd8d5d9 168te-sun3.h
920babce 169te-sysv32.h
0fd8d5d9 170vax-inst.h
ba466c4c 171vms-conf.h
f649d525 172vms-a-conf.h
0fd8d5d9 173
87756e15
RP
174Things-to-lose:
175
0fd8d5d9
RP
176Do-last:
177
0fd8d5d9 178# End of file.
This page took 0.19801 seconds and 4 git commands to generate.