Support for Hitachi SH
[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 20
4a1bbbe7 21
0fd8d5d9
RP
22# All files listed between the "Things-to-keep:" line and the
23# "Files-to-sed:" line will be kept. All other files will be removed.
24# Directories listed in this section will have their own Sanitize
25# called. Directories not listed will be removed in their entirety
26# with rm -rf.
27
28Things-to-keep:
29
3e6e09c0 30aout_gnu.h
0fd8d5d9 31atof-ieee.c
e219aa78 32atof-ns32k.c
b41390d2 33atof-tahoe.c
0fd8d5d9 34atof-vax.c
3e6e09c0 35coff_gnu.h
0fd8d5d9 36cplus-dem.c
cd625bf3
DHW
37ebmon29k.mt
38h8300.mt
033400ec 39h8500.mt
cd625bf3 40h8300hds.mt
0fd8d5d9 41ho-ansi.h
30d17c7e 42ho-decstatn.h
0fd8d5d9 43ho-generic.h
abca39c1 44ho-go32.h
0fd8d5d9
RP
45ho-hpux.h
46ho-i386.h
cd625bf3 47ho-i386aix.h
ed364bb6 48ho-irix.h
a4099f78 49ho-mipsbsd.h
0fd8d5d9
RP
50ho-rs6000.h
51ho-sun3.h
52ho-sun386.h
53ho-sun4.h
54ho-sunos.h
55ho-sysv.h
56ho-vax.h
b41390d2 57ho-vms.h
6066ebad 58i386coff.mt
cd625bf3 59m68k.mt
3ad9ec6a 60m68kcoff.mt
cd625bf3
DHW
61m88k-opcode.h
62m88k.patches
e99f6f9c
ILT
63mips-big.mt
64mips-lit.mt
44c56725 65mips-opcode.h
0fd8d5d9
RP
66obj-aout.c
67obj-aout.h
0fd8d5d9
RP
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
4a1bbbe7 84sh.mt
01aec199 85sparc.mt
0fd8d5d9
RP
86tc-a29k.c
87tc-a29k.h
88tc-generic.c
89tc-generic.h
fd345c9c
SC
90tc-h8300.c
91tc-h8300.h
033400ec
SC
92tc-h8500.c
93tc-h8500.h
0fd8d5d9
RP
94tc-i386.c
95tc-i386.h
96tc-i860.c
97tc-i860.h
98tc-i960.c
99tc-i960.h
100tc-m68851.h
101tc-m68k.c
102tc-m68k.h
cd625bf3
DHW
103tc-m88k.c
104tc-m88k.h
fd345c9c
SC
105tc-mips.c
106tc-mips.h
0fd8d5d9
RP
107tc-ns32k.c
108tc-ns32k.h
920babce
RP
109tc-rs6000.c
110tc-rs6000.h
4a1bbbe7
SC
111tc-sh.c
112tc-sh.h
6690d829 113tc-sparc.c
920babce 114tc-sparc.h
af3b5ad2
KR
115tc-tahoe.c
116tc-tahoe.h
0fd8d5d9
RP
117tc-vax.c
118tc-vax.h
163107a1
SC
119tc-z8k.c
120tc-z8k.h
0fd8d5d9
RP
121te-dpx2.h
122te-generic.h
cd625bf3 123te-i386aix.h
0fd8d5d9 124te-ic960.h
d5bc3215 125te-irix.h
0fd8d5d9 126te-sco386.h
0fd8d5d9 127te-sun3.h
920babce 128te-sysv32.h
0fd8d5d9 129vax-inst.h
163107a1 130z8k.mt
0fd8d5d9 131
68de1b23
SC
132
133
0fd8d5d9
RP
134Do-last:
135
136if ( echo $* | grep keep\-v9 > /dev/null ) ; then
137 echo Keeping v9 stuff in tc-sparc.c.
138else
139 echo Cleaning tc-sparc.c...
140 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
3116e6cf
RP
141 if [ -n "${safe}" ] ; then
142 cp tc-sparc.c .Recover
143 fi
0fd8d5d9
RP
144 mv new tc-sparc.c
145fi
146
0fd8d5d9 147# End of file.
This page took 0.072611 seconds and 4 git commands to generate.