* config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec. From
[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 18rce_files="tc-rce.c tc-rce.h"
d94aca1a 19
edf72895
MT
20if ( echo $* | grep keep\-rce > /dev/null ) ; then
21 keep_these_too="${rce_files} ${keep_these_too}"
d94aca1a 22else
edf72895 23 lose_these_too="${rce_files} ${lose_these_too}"
d94aca1a
MT
24fi
25
833c46e1 26arc_files="tc-arc.c tc-arc.h"
bc70eba5
DE
27
28if ( echo $* | grep keep\-arc > /dev/null ) ; then
29 keep_these_too="${arc_files} ${keep_these_too}"
30else
31 lose_these_too="${arc_files} ${lose_these_too}"
32fi
33
0fd8d5d9
RP
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
40Things-to-keep:
41
3e6e09c0 42aout_gnu.h
5749c497 43alpha-opcode.h
ff15324f
KR
44arm-big.mt
45arm-lit.mt
0fd8d5d9 46atof-ieee.c
b41390d2 47atof-tahoe.c
0fd8d5d9 48atof-vax.c
cd8aca19 49go32.cfg
511cd41c
KR
50e-mipsecoff.c
51e-mipself.c
6066ebad 52i386coff.mt
a1c7c0f3
ILT
53m68k-parse.h
54m68k-parse.y
3ad9ec6a 55m68kcoff.mt
cd625bf3 56m88k-opcode.h
77a401e2 57m88kcoff.mt
e99f6f9c
ILT
58mips-big.mt
59mips-lit.mt
0fd8d5d9
RP
60obj-aout.c
61obj-aout.h
0fd8d5d9
RP
62obj-bout.c
63obj-bout.h
64obj-coff.c
65obj-coff.h
e99f6f9c
ILT
66obj-ecoff.c
67obj-ecoff.h
a4099f78
KR
68obj-elf.c
69obj-elf.h
0fd8d5d9
RP
70obj-generic.c
71obj-generic.h
daae8c92
KR
72obj-hp300.c
73obj-hp300.h
fd345c9c
SC
74obj-ieee.c
75obj-ieee.h
511cd41c
KR
76obj-multi.c
77obj-multi.h
0fa747c4
JL
78obj-som.c
79obj-som.h
b41390d2
KR
80obj-vms.c
81obj-vms.h
8370e93e
MM
82ppc-big.mt
83ppc-lit.mt
0fd8d5d9
RP
84tc-a29k.c
85tc-a29k.h
5749c497
KR
86tc-alpha.c
87tc-alpha.h
6c3bc2b8
KR
88tc-arm.c
89tc-arm.h
0fd8d5d9
RP
90tc-generic.c
91tc-generic.h
fd345c9c
SC
92tc-h8300.c
93tc-h8300.h
033400ec
SC
94tc-h8500.c
95tc-h8500.h
daae8c92
KR
96tc-hppa.c
97tc-hppa.h
0fd8d5d9
RP
98tc-i386.c
99tc-i386.h
100tc-i860.c
101tc-i860.h
102tc-i960.c
103tc-i960.h
104tc-m68851.h
105tc-m68k.c
106tc-m68k.h
cd625bf3
DHW
107tc-m88k.c
108tc-m88k.h
fd345c9c
SC
109tc-mips.c
110tc-mips.h
0fd8d5d9
RP
111tc-ns32k.c
112tc-ns32k.h
af46c203
ILT
113tc-ppc.c
114tc-ppc.h
4a1bbbe7
SC
115tc-sh.c
116tc-sh.h
6690d829 117tc-sparc.c
920babce 118tc-sparc.h
af3b5ad2
KR
119tc-tahoe.c
120tc-tahoe.h
0fd8d5d9
RP
121tc-vax.c
122tc-vax.h
b3235d56
SC
123tc-w65.c
124tc-w65.h
163107a1
SC
125tc-z8k.c
126tc-z8k.h
daae8c92 127te-386bsd.h
757d4129 128te-delta.h
880b7429 129te-delt88.h
0fd8d5d9
RP
130te-dpx2.h
131te-generic.h
cd8aca19 132te-go32.h
daae8c92
KR
133te-hp300.h
134te-hppa.h
cd625bf3 135te-i386aix.h
0fd8d5d9 136te-ic960.h
daae8c92 137te-linux.h
d0c25cae 138te-lynx.h
5efa30fa 139te-mach.h
75d1d87a 140te-macos.h
511cd41c 141te-multi.h
04050d57 142te-nbsd.h
d5a0eeac 143te-nbsd532.h
f68880ea 144te-pc532mach.h
b04b02a5 145te-pe.h
cd8aca19 146te-ppcnw.h
0fd8d5d9 147te-sco386.h
0fd8d5d9 148te-sun3.h
920babce 149te-sysv32.h
0fd8d5d9 150vax-inst.h
ba466c4c 151vms-conf.h
0fd8d5d9 152
87756e15
RP
153Things-to-lose:
154
0fd8d5d9
RP
155Do-last:
156
f68880ea
KR
157i960xl_files=tc-i960.c
158if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
159 if [ -n "${verbose}" ] ; then
160 echo Keeping i960xl stuff in $i960xl_files.
161 fi
162else
163 if [ -n "${verbose}" ]; then
164 echo -n Cleaning i960xl in `pwd`:
165 fi
166 for f in $i960xl_files ; do
167 if [ -n "${verbose}" ] ; then
168 echo -n " " $f
169 fi
170 grep -v XL < $f > new
171 if [ -n "${safe}" ] ; then
172 mv $f .Recover
173 fi
174 mv new $f
175 done
0afed96a
KR
176 if [ -n "${verbose}" ]; then
177 echo ""
178 fi
f68880ea
KR
179fi
180
0fd8d5d9 181# End of file.
This page took 0.1621 seconds and 4 git commands to generate.