Grrr. The mn10200 and mn10300 are _not_ similar enough to easily support
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
1 # .Sanitize for devo/gas/config
2
3 # Each directory to survive its 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
16 Do-first:
17
18 arc_files="tc-arc.c tc-arc.h"
19
20 if ( echo $* | grep keep\-arc > /dev/null ) ; then
21 keep_these_too="${arc_files} ${keep_these_too}"
22 else
23 lose_these_too="${arc_files} ${lose_these_too}"
24 fi
25
26 d10v_files="tc-d10v.c tc-d10v.h"
27
28 if ( echo $* | grep keep\-d10v > /dev/null ) ; then
29 keep_these_too="${d10v_files} ${keep_these_too}"
30 else
31 lose_these_too="${d10v_files} ${lose_these_too}"
32 fi
33
34 v850_files="tc-v850.c tc-v850.h"
35
36 if ( echo $* | grep keep\-v850 > /dev/null ) ; then
37 keep_these_too="${v850_files} ${keep_these_too}"
38 else
39 lose_these_too="${v850_files} ${lose_these_too}"
40 fi
41
42
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
49 Things-to-keep:
50
51 aout_gnu.h
52 arm-big.mt
53 arm-lit.mt
54 atof-ieee.c
55 atof-tahoe.c
56 atof-vax.c
57 go32.cfg
58 e-mipsecoff.c
59 e-mipself.c
60 i386coff.mt
61 m68k-parse.h
62 m68k-parse.y
63 m68kcoff.mt
64 m88k-opcode.h
65 m88kcoff.mt
66 mips-big.mt
67 mips-lit.mt
68 obj-aout.c
69 obj-aout.h
70 obj-bout.c
71 obj-bout.h
72 obj-coff.c
73 obj-coff.h
74 obj-ecoff.c
75 obj-ecoff.h
76 obj-elf.c
77 obj-elf.h
78 obj-evax.c
79 obj-evax.h
80 obj-generic.c
81 obj-generic.h
82 obj-hp300.c
83 obj-hp300.h
84 obj-ieee.c
85 obj-ieee.h
86 obj-multi.c
87 obj-multi.h
88 obj-som.c
89 obj-som.h
90 obj-vms.c
91 obj-vms.h
92 ppc-big.mt
93 ppc-lit.mt
94 ppc-sol.mt
95 sco5.mt
96 tc-a29k.c
97 tc-a29k.h
98 tc-alpha.c
99 tc-alpha.h
100 tc-arm.c
101 tc-arm.h
102 tc-generic.c
103 tc-generic.h
104 tc-h8300.c
105 tc-h8300.h
106 tc-h8500.c
107 tc-h8500.h
108 tc-hppa.c
109 tc-hppa.h
110 tc-i386.c
111 tc-i386.h
112 tc-i860.c
113 tc-i860.h
114 tc-i960.c
115 tc-i960.h
116 tc-m68851.h
117 tc-m68k.c
118 tc-m68k.h
119 tc-m88k.c
120 tc-m88k.h
121 tc-mips.c
122 tc-mips.h
123 tc-mn10200.c
124 tc-mn10200.h
125 tc-mn10300.c
126 tc-mn10300.h
127 tc-ns32k.c
128 tc-ns32k.h
129 tc-ppc.c
130 tc-ppc.h
131 tc-sh.c
132 tc-sh.h
133 tc-sparc.c
134 tc-sparc.h
135 tc-tahoe.c
136 tc-tahoe.h
137 tc-vax.c
138 tc-vax.h
139 tc-w65.c
140 tc-w65.h
141 tc-z8k.c
142 tc-z8k.h
143 te-386bsd.h
144 te-aux.h
145 te-delta.h
146 te-delt88.h
147 te-dpx2.h
148 te-generic.h
149 te-go32.h
150 te-hp300.h
151 te-hppa.h
152 te-i386aix.h
153 te-ic960.h
154 te-linux.h
155 te-lynx.h
156 te-mach.h
157 te-macos.h
158 te-multi.h
159 te-nbsd.h
160 te-nbsd532.h
161 te-pc532mach.h
162 te-pe.h
163 te-ppcnw.h
164 te-psos.h
165 te-riscix.h
166 te-sco386.h
167 te-sparcaout.h
168 te-sun3.h
169 te-sysv32.h
170 vax-inst.h
171 vms-conf.h
172 vms-a-conf.h
173
174 Things-to-lose:
175
176 Do-last:
177
178 # End of file.
This page took 0.03526 seconds and 5 git commands to generate.