Added new ECOFF files.
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
CommitLineData
0fd8d5d9
RP
1# Sanitize.in for devo.
2# $Id$
3#
4
5# Each directory to survive it's way into a release will need a file
6# like this one called "./.Sanitize". All keyword lines must exist,
7# and must exist in the order specified by this file. Each directory
8# in the tree will be processed, top down, in the following order.
9
10# Hash started lines like this one are comments and will be deleted
11# before anything else is done. Blank lines will also be squashed
12# out.
13
14# The lines between the "Do-first:" line and the "Things-to-keep:"
15# line are executed as a /bin/sh shell script before anything else is
16# done in this
17
18Do-first:
19
0fd8d5d9
RP
20
21# All files listed between the "Things-to-keep:" line and the
22# "Files-to-sed:" line will be kept. All other files will be removed.
23# Directories listed in this section will have their own Sanitize
24# called. Directories not listed will be removed in their entirety
25# with rm -rf.
26
27Things-to-keep:
28
3e6e09c0 29aout_gnu.h
0fd8d5d9 30atof-ieee.c
e219aa78 31atof-ns32k.c
b41390d2 32atof-tahoe.c
0fd8d5d9 33atof-vax.c
3e6e09c0 34coff_gnu.h
0fd8d5d9 35cplus-dem.c
cd625bf3
DHW
36ebmon29k.mt
37h8300.mt
033400ec 38h8500.mt
cd625bf3 39h8300hds.mt
0fd8d5d9 40ho-ansi.h
a71150bd 41ho-decstation.h
0fd8d5d9 42ho-generic.h
abca39c1 43ho-go32.h
0fd8d5d9
RP
44ho-hpux.h
45ho-i386.h
cd625bf3 46ho-i386aix.h
a4099f78 47ho-mipsbsd.h
0fd8d5d9
RP
48ho-rs6000.h
49ho-sun3.h
50ho-sun386.h
51ho-sun4.h
52ho-sunos.h
53ho-sysv.h
54ho-vax.h
b41390d2 55ho-vms.h
6066ebad 56i386coff.mt
cd625bf3 57m68k.mt
3ad9ec6a 58m68kcoff.mt
cd625bf3
DHW
59m88k-opcode.h
60m88k.patches
e99f6f9c
ILT
61mips-big.mt
62mips-lit.mt
44c56725 63mips-opcode.h
0fd8d5d9
RP
64obj-aout.c
65obj-aout.h
66obj-bfd-sunos.c
67obj-bfd-sunos.h
68obj-bout.c
69obj-bout.h
70obj-coff.c
71obj-coff.h
29a86403
SC
72obj-coffbfd.c
73obj-coffbfd.h
e99f6f9c
ILT
74obj-ecoff.c
75obj-ecoff.h
a4099f78
KR
76obj-elf.c
77obj-elf.h
0fd8d5d9
RP
78obj-generic.c
79obj-generic.h
fd345c9c
SC
80obj-ieee.c
81obj-ieee.h
b41390d2
KR
82obj-vms.c
83obj-vms.h
01aec199 84sparc.mt
0fd8d5d9
RP
85tc-a29k.c
86tc-a29k.h
87tc-generic.c
88tc-generic.h
fd345c9c
SC
89tc-h8300.c
90tc-h8300.h
033400ec
SC
91tc-h8500.c
92tc-h8500.h
0fd8d5d9
RP
93tc-i386.c
94tc-i386.h
95tc-i860.c
96tc-i860.h
97tc-i960.c
98tc-i960.h
99tc-m68851.h
100tc-m68k.c
101tc-m68k.h
cd625bf3
DHW
102tc-m88k.c
103tc-m88k.h
fd345c9c
SC
104tc-mips.c
105tc-mips.h
0fd8d5d9
RP
106tc-ns32k.c
107tc-ns32k.h
920babce
RP
108tc-rs6000.c
109tc-rs6000.h
6690d829 110tc-sparc.c
920babce 111tc-sparc.h
af3b5ad2
KR
112tc-tahoe.c
113tc-tahoe.h
0fd8d5d9
RP
114tc-vax.c
115tc-vax.h
163107a1
SC
116tc-z8k.c
117tc-z8k.h
0fd8d5d9
RP
118te-dpx2.h
119te-generic.h
cd625bf3 120te-i386aix.h
0fd8d5d9 121te-ic960.h
0fd8d5d9 122te-sco386.h
0fd8d5d9 123te-sun3.h
920babce 124te-sysv32.h
0fd8d5d9 125vax-inst.h
163107a1 126z8k.mt
0fd8d5d9 127
68de1b23
SC
128
129
0fd8d5d9
RP
130Do-last:
131
132if ( echo $* | grep keep\-v9 > /dev/null ) ; then
133 echo Keeping v9 stuff in tc-sparc.c.
134else
135 echo Cleaning tc-sparc.c...
136 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
3116e6cf
RP
137 if [ -n "${safe}" ] ; then
138 cp tc-sparc.c .Recover
139 fi
0fd8d5d9
RP
140 mv new tc-sparc.c
141fi
142
0fd8d5d9 143# End of file.
This page took 0.080515 seconds and 4 git commands to generate.