* stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY,
[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
0fd8d5d9
RP
46ho-hpux.h
47ho-i386.h
cd625bf3 48ho-i386aix.h
ed364bb6 49ho-irix.h
a4099f78 50ho-mipsbsd.h
0fd8d5d9
RP
51ho-rs6000.h
52ho-sun3.h
53ho-sun386.h
54ho-sun4.h
55ho-sunos.h
56ho-sysv.h
57ho-vax.h
b41390d2 58ho-vms.h
6066ebad 59i386coff.mt
cd625bf3 60m68k.mt
3ad9ec6a 61m68kcoff.mt
cd625bf3
DHW
62m88k-opcode.h
63m88k.patches
e99f6f9c
ILT
64mips-big.mt
65mips-lit.mt
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
daae8c92
KR
80obj-hp300.c
81obj-hp300.h
fd345c9c
SC
82obj-ieee.c
83obj-ieee.h
b41390d2
KR
84obj-vms.c
85obj-vms.h
4a1bbbe7 86sh.mt
01aec199 87sparc.mt
0fd8d5d9
RP
88tc-a29k.c
89tc-a29k.h
90tc-generic.c
91tc-generic.h
fd345c9c
SC
92tc-h8300.c
93tc-h8300.h
033400ec
SC
94tc-h8500.c
95tc-h8500.h
daae8c92
KR
96tc-hppa.c
97tc-hppa.h
0fd8d5d9
RP
98tc-i386.c
99tc-i386.h
100tc-i860.c
101tc-i860.h
102tc-i960.c
103tc-i960.h
104tc-m68851.h
105tc-m68k.c
106tc-m68k.h
cd625bf3
DHW
107tc-m88k.c
108tc-m88k.h
fd345c9c
SC
109tc-mips.c
110tc-mips.h
0fd8d5d9
RP
111tc-ns32k.c
112tc-ns32k.h
4a1bbbe7
SC
113tc-sh.c
114tc-sh.h
6690d829 115tc-sparc.c
920babce 116tc-sparc.h
d4ac2d09
KR
117tc-sparc64.c
118tc-sparc64.h
af3b5ad2
KR
119tc-tahoe.c
120tc-tahoe.h
0fd8d5d9
RP
121tc-vax.c
122tc-vax.h
163107a1
SC
123tc-z8k.c
124tc-z8k.h
daae8c92 125te-386bsd.h
0fd8d5d9
RP
126te-dpx2.h
127te-generic.h
daae8c92
KR
128te-hp300.h
129te-hppa.h
cd625bf3 130te-i386aix.h
0fd8d5d9 131te-ic960.h
d5bc3215 132te-irix.h
daae8c92 133te-linux.h
0fd8d5d9 134te-sco386.h
0fd8d5d9 135te-sun3.h
920babce 136te-sysv32.h
0fd8d5d9 137vax-inst.h
163107a1 138z8k.mt
0fd8d5d9 139
87756e15
RP
140Things-to-lose:
141
68de1b23
SC
142
143
0fd8d5d9
RP
144Do-last:
145
146if ( echo $* | grep keep\-v9 > /dev/null ) ; then
dee576a0 147 echo Keeping tc-sparc64 and v9 stuff in tc-sparc.c obj-elf.h.
0fd8d5d9
RP
148else
149 echo Cleaning tc-sparc.c...
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
dee576a0
KR
155 echo Cleaning obj-elf.h...
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
d4ac2d09
KR
161 echo Deleting tc-sparc64 files.
162 rm -f tc-sparc64.c tc-sparc64.h
0fd8d5d9
RP
163fi
164
0fd8d5d9 165# End of file.
This page took 0.080953 seconds and 4 git commands to generate.