Checkpoint for ECOFF support. Can assemble hello, world.
[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
44c56725 61mips-opcode.h
0fd8d5d9
RP
62obj-aout.c
63obj-aout.h
64obj-bfd-sunos.c
65obj-bfd-sunos.h
66obj-bout.c
67obj-bout.h
68obj-coff.c
69obj-coff.h
29a86403
SC
70obj-coffbfd.c
71obj-coffbfd.h
a4099f78
KR
72obj-elf.c
73obj-elf.h
0fd8d5d9
RP
74obj-generic.c
75obj-generic.h
fd345c9c
SC
76obj-ieee.c
77obj-ieee.h
b41390d2
KR
78obj-vms.c
79obj-vms.h
01aec199 80sparc.mt
0fd8d5d9
RP
81tc-a29k.c
82tc-a29k.h
83tc-generic.c
84tc-generic.h
fd345c9c
SC
85tc-h8300.c
86tc-h8300.h
033400ec
SC
87tc-h8500.c
88tc-h8500.h
0fd8d5d9
RP
89tc-i386.c
90tc-i386.h
91tc-i860.c
92tc-i860.h
93tc-i960.c
94tc-i960.h
95tc-m68851.h
96tc-m68k.c
97tc-m68k.h
cd625bf3
DHW
98tc-m88k.c
99tc-m88k.h
fd345c9c
SC
100tc-mips.c
101tc-mips.h
0fd8d5d9
RP
102tc-ns32k.c
103tc-ns32k.h
920babce
RP
104tc-rs6000.c
105tc-rs6000.h
6690d829 106tc-sparc.c
920babce 107tc-sparc.h
af3b5ad2
KR
108tc-tahoe.c
109tc-tahoe.h
0fd8d5d9
RP
110tc-vax.c
111tc-vax.h
163107a1
SC
112tc-z8k.c
113tc-z8k.h
0fd8d5d9
RP
114te-dpx2.h
115te-generic.h
cd625bf3 116te-i386aix.h
0fd8d5d9 117te-ic960.h
0fd8d5d9 118te-sco386.h
0fd8d5d9 119te-sun3.h
920babce 120te-sysv32.h
0fd8d5d9 121vax-inst.h
163107a1 122z8k.mt
0fd8d5d9 123
68de1b23
SC
124
125
0fd8d5d9
RP
126Do-last:
127
128if ( echo $* | grep keep\-v9 > /dev/null ) ; then
129 echo Keeping v9 stuff in tc-sparc.c.
130else
131 echo Cleaning tc-sparc.c...
132 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
3116e6cf
RP
133 if [ -n "${safe}" ] ; then
134 cp tc-sparc.c .Recover
135 fi
0fd8d5d9
RP
136 mv new tc-sparc.c
137fi
138
0fd8d5d9 139# End of file.
This page took 0.073376 seconds and 4 git commands to generate.