Handle EV5 (21164/66/68) PALcode support.
[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
4f5d16c7
SS
18if ( echo $* | grep keep\-mpw > /dev/null ) ; then
19 keep_these_too="ho-mpw.h"
2a79b202
SS
20else
21 lose_these_too="ho-mpw.h"
4f5d16c7 22fi
4a1bbbe7 23
0fd8d5d9
RP
24# All files listed between the "Things-to-keep:" line and the
25# "Files-to-sed:" line will be kept. All other files will be removed.
26# Directories listed in this section will have their own Sanitize
27# called. Directories not listed will be removed in their entirety
28# with rm -rf.
29
30Things-to-keep:
31
3e6e09c0 32aout_gnu.h
5749c497 33alpha-opcode.h
0fd8d5d9 34atof-ieee.c
e219aa78 35atof-ns32k.c
b41390d2 36atof-tahoe.c
0fd8d5d9 37atof-vax.c
0fd8d5d9 38cplus-dem.c
c794f0aa 39go32.mh
cd625bf3 40h8300.mt
033400ec 41h8500.mt
0fd8d5d9 42ho-ansi.h
30d17c7e 43ho-decstatn.h
0fd8d5d9 44ho-generic.h
abca39c1 45ho-go32.h
31fb7d23 46ho-hppabsd.h
28409e91 47ho-hppaosf.h
0fd8d5d9
RP
48ho-hpux.h
49ho-i386.h
cd625bf3 50ho-i386aix.h
ed364bb6 51ho-irix.h
75ec0c90 52ho-mach3.h
a4099f78 53ho-mipsbsd.h
0fd8d5d9
RP
54ho-rs6000.h
55ho-sun3.h
56ho-sun386.h
57ho-sun4.h
58ho-sunos.h
59ho-sysv.h
60ho-vax.h
fce98d63 61ho-vsta.h
b41390d2 62ho-vms.h
6066ebad 63i386coff.mt
cd625bf3 64m68k.mt
3ad9ec6a 65m68kcoff.mt
cd625bf3 66m88k-opcode.h
77a401e2 67m88kcoff.mt
e99f6f9c
ILT
68mips-big.mt
69mips-lit.mt
0fd8d5d9
RP
70obj-aout.c
71obj-aout.h
0fd8d5d9
RP
72obj-bout.c
73obj-bout.h
74obj-coff.c
75obj-coff.h
e99f6f9c
ILT
76obj-ecoff.c
77obj-ecoff.h
a4099f78
KR
78obj-elf.c
79obj-elf.h
0fd8d5d9
RP
80obj-generic.c
81obj-generic.h
daae8c92
KR
82obj-hp300.c
83obj-hp300.h
fd345c9c
SC
84obj-ieee.c
85obj-ieee.h
0fa747c4
JL
86obj-som.c
87obj-som.h
b41390d2
KR
88obj-vms.c
89obj-vms.h
4a1bbbe7 90sh.mt
0fd8d5d9
RP
91tc-a29k.c
92tc-a29k.h
5749c497
KR
93tc-alpha.c
94tc-alpha.h
0fd8d5d9
RP
95tc-generic.c
96tc-generic.h
fd345c9c
SC
97tc-h8300.c
98tc-h8300.h
033400ec
SC
99tc-h8500.c
100tc-h8500.h
daae8c92
KR
101tc-hppa.c
102tc-hppa.h
0fd8d5d9
RP
103tc-i386.c
104tc-i386.h
105tc-i860.c
106tc-i860.h
107tc-i960.c
108tc-i960.h
109tc-m68851.h
110tc-m68k.c
111tc-m68k.h
cd625bf3
DHW
112tc-m88k.c
113tc-m88k.h
fd345c9c
SC
114tc-mips.c
115tc-mips.h
0fd8d5d9
RP
116tc-ns32k.c
117tc-ns32k.h
af46c203
ILT
118tc-ppc.c
119tc-ppc.h
4a1bbbe7
SC
120tc-sh.c
121tc-sh.h
6690d829 122tc-sparc.c
920babce 123tc-sparc.h
d4ac2d09
KR
124tc-sparc64.c
125tc-sparc64.h
af3b5ad2
KR
126tc-tahoe.c
127tc-tahoe.h
0fd8d5d9
RP
128tc-vax.c
129tc-vax.h
163107a1
SC
130tc-z8k.c
131tc-z8k.h
daae8c92 132te-386bsd.h
0fd8d5d9
RP
133te-dpx2.h
134te-generic.h
daae8c92
KR
135te-hp300.h
136te-hppa.h
cd625bf3 137te-i386aix.h
0fd8d5d9 138te-ic960.h
d5bc3215 139te-irix.h
daae8c92 140te-linux.h
d0c25cae 141te-lynx.h
5efa30fa 142te-mach.h
34e4120b 143te-netbsd.h
0fd8d5d9 144te-sco386.h
0fd8d5d9 145te-sun3.h
920babce 146te-sysv32.h
0fd8d5d9 147vax-inst.h
163107a1 148z8k.mt
0fd8d5d9 149
87756e15
RP
150Things-to-lose:
151
0fd8d5d9
RP
152Do-last:
153
154if ( echo $* | grep keep\-v9 > /dev/null ) ; then
535721d5 155 echo Keeping v9 stuff in `pwd`/tc-sparc'*' and obj-elf.h.
0fd8d5d9 156else
535721d5 157 echo Cleaning `pwd`/tc-sparc.c...
0fd8d5d9 158 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
3116e6cf
RP
159 if [ -n "${safe}" ] ; then
160 cp tc-sparc.c .Recover
161 fi
0fd8d5d9 162 mv new tc-sparc.c
535721d5 163 echo Cleaning `pwd`/obj-elf.h...
dee576a0
KR
164 grep -v v9 < obj-elf.h > new
165 if [ -n "${safe}" ] ; then
166 cp obj-elf.h .Recover
167 fi
168 mv new obj-elf.h
535721d5
KR
169 echo Deleting tc-sparc64 files in `pwd`.
170 if [ -n "${safe}" ] ; then
171 mv -f tc-sparc64.c tc-sparc64.h .Recover
172 else
173 rm -f tc-sparc64.c tc-sparc64.h
174 fi
0fd8d5d9
RP
175fi
176
0fd8d5d9 177# End of file.
This page took 0.23738 seconds and 4 git commands to generate.