9f251b28df52b2bdf1b3ff47da0dc8dadee7e151
[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 rce_files="tc-rce.c tc-rce.h"
19
20 if ( echo $* | grep keep\-rce > /dev/null ) ; then
21 keep_these_too="${rce_files} ${keep_these_too}"
22 else
23 lose_these_too="${rce_files} ${lose_these_too}"
24 fi
25
26 arc_files="tc-arc.c tc-arc.h"
27
28 if ( echo $* | grep keep\-arc > /dev/null ) ; then
29 keep_these_too="${arc_files} ${keep_these_too}"
30 else
31 lose_these_too="${arc_files} ${lose_these_too}"
32 fi
33
34 # All files listed between the "Things-to-keep:" line and the
35 # "Files-to-sed:" line will be kept. All other files will be removed.
36 # Directories listed in this section will have their own Sanitize
37 # called. Directories not listed will be removed in their entirety
38 # with rm -rf.
39
40 Things-to-keep:
41
42 aout_gnu.h
43 alpha-opcode.h
44 arm-big.mt
45 arm-lit.mt
46 atof-ieee.c
47 atof-tahoe.c
48 atof-vax.c
49 go32.cfg
50 e-mipsecoff.c
51 e-mipself.c
52 i386coff.mt
53 m68k-parse.h
54 m68k-parse.y
55 m68kcoff.mt
56 m88k-opcode.h
57 m88kcoff.mt
58 mips-big.mt
59 mips-lit.mt
60 obj-aout.c
61 obj-aout.h
62 obj-bout.c
63 obj-bout.h
64 obj-coff.c
65 obj-coff.h
66 obj-ecoff.c
67 obj-ecoff.h
68 obj-elf.c
69 obj-elf.h
70 obj-generic.c
71 obj-generic.h
72 obj-hp300.c
73 obj-hp300.h
74 obj-ieee.c
75 obj-ieee.h
76 obj-multi.c
77 obj-multi.h
78 obj-som.c
79 obj-som.h
80 obj-vms.c
81 obj-vms.h
82 ppc-big.mt
83 ppc-lit.mt
84 sco5.mt
85 tc-a29k.c
86 tc-a29k.h
87 tc-alpha.c
88 tc-alpha.h
89 tc-arm.c
90 tc-arm.h
91 tc-generic.c
92 tc-generic.h
93 tc-h8300.c
94 tc-h8300.h
95 tc-h8500.c
96 tc-h8500.h
97 tc-hppa.c
98 tc-hppa.h
99 tc-i386.c
100 tc-i386.h
101 tc-i860.c
102 tc-i860.h
103 tc-i960.c
104 tc-i960.h
105 tc-m68851.h
106 tc-m68k.c
107 tc-m68k.h
108 tc-m88k.c
109 tc-m88k.h
110 tc-mips.c
111 tc-mips.h
112 tc-ns32k.c
113 tc-ns32k.h
114 tc-ppc.c
115 tc-ppc.h
116 tc-sh.c
117 tc-sh.h
118 tc-sparc.c
119 tc-sparc.h
120 tc-tahoe.c
121 tc-tahoe.h
122 tc-vax.c
123 tc-vax.h
124 tc-w65.c
125 tc-w65.h
126 tc-z8k.c
127 tc-z8k.h
128 te-386bsd.h
129 te-aux.h
130 te-delta.h
131 te-delt88.h
132 te-dpx2.h
133 te-generic.h
134 te-go32.h
135 te-hp300.h
136 te-hppa.h
137 te-i386aix.h
138 te-ic960.h
139 te-linux.h
140 te-lynx.h
141 te-mach.h
142 te-macos.h
143 te-multi.h
144 te-nbsd.h
145 te-nbsd532.h
146 te-pc532mach.h
147 te-pe.h
148 te-ppcnw.h
149 te-psos.h
150 te-sco386.h
151 te-sun3.h
152 te-sysv32.h
153 vax-inst.h
154 vms-conf.h
155
156 Things-to-lose:
157
158 Do-last:
159
160 # End of file.
This page took 0.033662 seconds and 4 git commands to generate.