* config/ho-hppabsd.h: Delete IO* macros, they are defined in
[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
31fb7d23 45ho-hppabsd.h
28409e91 46ho-hppaosf.h
0fd8d5d9
RP
47ho-hpux.h
48ho-i386.h
cd625bf3 49ho-i386aix.h
ed364bb6 50ho-irix.h
a4099f78 51ho-mipsbsd.h
0fd8d5d9
RP
52ho-rs6000.h
53ho-sun3.h
54ho-sun386.h
55ho-sun4.h
56ho-sunos.h
57ho-sysv.h
58ho-vax.h
b41390d2 59ho-vms.h
6066ebad 60i386coff.mt
cd625bf3 61m68k.mt
3ad9ec6a 62m68kcoff.mt
cd625bf3 63m88k-opcode.h
77a401e2 64m88kcoff.mt
e99f6f9c
ILT
65mips-big.mt
66mips-lit.mt
0fd8d5d9
RP
67obj-aout.c
68obj-aout.h
0fd8d5d9
RP
69obj-bout.c
70obj-bout.h
71obj-coff.c
72obj-coff.h
29a86403
SC
73obj-coffbfd.c
74obj-coffbfd.h
e99f6f9c
ILT
75obj-ecoff.c
76obj-ecoff.h
a4099f78
KR
77obj-elf.c
78obj-elf.h
0fd8d5d9
RP
79obj-generic.c
80obj-generic.h
daae8c92
KR
81obj-hp300.c
82obj-hp300.h
fd345c9c
SC
83obj-ieee.c
84obj-ieee.h
b41390d2
KR
85obj-vms.c
86obj-vms.h
4a1bbbe7 87sh.mt
01aec199 88sparc.mt
0fd8d5d9
RP
89tc-a29k.c
90tc-a29k.h
91tc-generic.c
92tc-generic.h
fd345c9c
SC
93tc-h8300.c
94tc-h8300.h
033400ec
SC
95tc-h8500.c
96tc-h8500.h
daae8c92
KR
97tc-hppa.c
98tc-hppa.h
0fd8d5d9
RP
99tc-i386.c
100tc-i386.h
101tc-i860.c
102tc-i860.h
103tc-i960.c
104tc-i960.h
105tc-m68851.h
106tc-m68k.c
107tc-m68k.h
cd625bf3
DHW
108tc-m88k.c
109tc-m88k.h
fd345c9c
SC
110tc-mips.c
111tc-mips.h
0fd8d5d9
RP
112tc-ns32k.c
113tc-ns32k.h
4a1bbbe7
SC
114tc-sh.c
115tc-sh.h
6690d829 116tc-sparc.c
920babce 117tc-sparc.h
d4ac2d09
KR
118tc-sparc64.c
119tc-sparc64.h
af3b5ad2
KR
120tc-tahoe.c
121tc-tahoe.h
0fd8d5d9
RP
122tc-vax.c
123tc-vax.h
163107a1
SC
124tc-z8k.c
125tc-z8k.h
daae8c92 126te-386bsd.h
0fd8d5d9
RP
127te-dpx2.h
128te-generic.h
daae8c92
KR
129te-hp300.h
130te-hppa.h
cd625bf3 131te-i386aix.h
0fd8d5d9 132te-ic960.h
d5bc3215 133te-irix.h
daae8c92 134te-linux.h
d0c25cae 135te-lynx.h
0fd8d5d9 136te-sco386.h
0fd8d5d9 137te-sun3.h
920babce 138te-sysv32.h
0fd8d5d9 139vax-inst.h
163107a1 140z8k.mt
0fd8d5d9 141
87756e15
RP
142Things-to-lose:
143
0fd8d5d9
RP
144Do-last:
145
146if ( echo $* | grep keep\-v9 > /dev/null ) ; then
535721d5 147 echo Keeping v9 stuff in `pwd`/tc-sparc'*' and obj-elf.h.
0fd8d5d9 148else
535721d5 149 echo Cleaning `pwd`/tc-sparc.c...
0fd8d5d9 150 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
3116e6cf
RP
151 if [ -n "${safe}" ] ; then
152 cp tc-sparc.c .Recover
153 fi
0fd8d5d9 154 mv new tc-sparc.c
535721d5 155 echo Cleaning `pwd`/obj-elf.h...
dee576a0
KR
156 grep -v v9 < obj-elf.h > new
157 if [ -n "${safe}" ] ; then
158 cp obj-elf.h .Recover
159 fi
160 mv new obj-elf.h
535721d5
KR
161 echo Deleting tc-sparc64 files in `pwd`.
162 if [ -n "${safe}" ] ; then
163 mv -f tc-sparc64.c tc-sparc64.h .Recover
164 else
165 rm -f tc-sparc64.c tc-sparc64.h
166 fi
0fd8d5d9
RP
167fi
168
0fd8d5d9 169# End of file.
This page took 0.098665 seconds and 4 git commands to generate.