* v850-opc.c: Close unterminated comment.
[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-ns32k.c
124 tc-ns32k.h
125 tc-ppc.c
126 tc-ppc.h
127 tc-sh.c
128 tc-sh.h
129 tc-sparc.c
130 tc-sparc.h
131 tc-tahoe.c
132 tc-tahoe.h
133 tc-vax.c
134 tc-vax.h
135 tc-w65.c
136 tc-w65.h
137 tc-z8k.c
138 tc-z8k.h
139 te-386bsd.h
140 te-aux.h
141 te-delta.h
142 te-delt88.h
143 te-dpx2.h
144 te-generic.h
145 te-go32.h
146 te-hp300.h
147 te-hppa.h
148 te-i386aix.h
149 te-ic960.h
150 te-linux.h
151 te-lynx.h
152 te-mach.h
153 te-macos.h
154 te-multi.h
155 te-nbsd.h
156 te-nbsd532.h
157 te-pc532mach.h
158 te-pe.h
159 te-ppcnw.h
160 te-psos.h
161 te-riscix.h
162 te-sco386.h
163 te-sun3.h
164 te-sysv32.h
165 vax-inst.h
166 vms-conf.h
167 vms-a-conf.h
168
169 Things-to-lose:
170
171 Do-last:
172
173 # End of file.
This page took 0.040082 seconds and 4 git commands to generate.