* blockframe.c (find_pc_partial_function): Inhibit mst_trampoline
[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
0fd8d5d9
RP
18# All files listed between the "Things-to-keep:" line and the
19# "Files-to-sed:" line will be kept. All other files will be removed.
20# Directories listed in this section will have their own Sanitize
21# called. Directories not listed will be removed in their entirety
22# with rm -rf.
23
24Things-to-keep:
25
3e6e09c0 26aout_gnu.h
5749c497 27alpha-opcode.h
0fd8d5d9 28atof-ieee.c
b41390d2 29atof-tahoe.c
0fd8d5d9 30atof-vax.c
cd8aca19 31go32.cfg
cd625bf3 32h8300.mt
033400ec 33h8500.mt
6066ebad 34i386coff.mt
cd625bf3 35m68k.mt
3ad9ec6a 36m68kcoff.mt
cd625bf3 37m88k-opcode.h
77a401e2 38m88kcoff.mt
e99f6f9c
ILT
39mips-big.mt
40mips-lit.mt
0fd8d5d9
RP
41obj-aout.c
42obj-aout.h
0fd8d5d9
RP
43obj-bout.c
44obj-bout.h
45obj-coff.c
46obj-coff.h
e99f6f9c
ILT
47obj-ecoff.c
48obj-ecoff.h
a4099f78
KR
49obj-elf.c
50obj-elf.h
0fd8d5d9
RP
51obj-generic.c
52obj-generic.h
daae8c92
KR
53obj-hp300.c
54obj-hp300.h
fd345c9c
SC
55obj-ieee.c
56obj-ieee.h
0fa747c4
JL
57obj-som.c
58obj-som.h
b41390d2
KR
59obj-vms.c
60obj-vms.h
4a1bbbe7 61sh.mt
0fd8d5d9
RP
62tc-a29k.c
63tc-a29k.h
5749c497
KR
64tc-alpha.c
65tc-alpha.h
6c3bc2b8
KR
66tc-arm.c
67tc-arm.h
0fd8d5d9
RP
68tc-generic.c
69tc-generic.h
fd345c9c
SC
70tc-h8300.c
71tc-h8300.h
033400ec
SC
72tc-h8500.c
73tc-h8500.h
daae8c92
KR
74tc-hppa.c
75tc-hppa.h
0fd8d5d9
RP
76tc-i386.c
77tc-i386.h
78tc-i860.c
79tc-i860.h
80tc-i960.c
81tc-i960.h
82tc-m68851.h
83tc-m68k.c
84tc-m68k.h
cd625bf3
DHW
85tc-m88k.c
86tc-m88k.h
fd345c9c
SC
87tc-mips.c
88tc-mips.h
0fd8d5d9
RP
89tc-ns32k.c
90tc-ns32k.h
af46c203
ILT
91tc-ppc.c
92tc-ppc.h
4a1bbbe7
SC
93tc-sh.c
94tc-sh.h
6690d829 95tc-sparc.c
920babce 96tc-sparc.h
af3b5ad2
KR
97tc-tahoe.c
98tc-tahoe.h
0fd8d5d9
RP
99tc-vax.c
100tc-vax.h
163107a1
SC
101tc-z8k.c
102tc-z8k.h
daae8c92 103te-386bsd.h
757d4129 104te-delta.h
0fd8d5d9
RP
105te-dpx2.h
106te-generic.h
cd8aca19 107te-go32.h
daae8c92
KR
108te-hp300.h
109te-hppa.h
cd625bf3 110te-i386aix.h
0fd8d5d9 111te-ic960.h
daae8c92 112te-linux.h
d0c25cae 113te-lynx.h
5efa30fa 114te-mach.h
04050d57 115te-nbsd.h
d5a0eeac 116te-nbsd532.h
f68880ea 117te-pc532mach.h
cd8aca19 118te-ppcnw.h
0fd8d5d9 119te-sco386.h
0fd8d5d9 120te-sun3.h
920babce 121te-sysv32.h
0fd8d5d9 122vax-inst.h
ba466c4c 123vms-conf.h
163107a1 124z8k.mt
0fd8d5d9 125
87756e15
RP
126Things-to-lose:
127
0fd8d5d9
RP
128Do-last:
129
f68880ea
KR
130i960xl_files=tc-i960.c
131if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
132 if [ -n "${verbose}" ] ; then
133 echo Keeping i960xl stuff in $i960xl_files.
134 fi
135else
136 if [ -n "${verbose}" ]; then
137 echo -n Cleaning i960xl in `pwd`:
138 fi
139 for f in $i960xl_files ; do
140 if [ -n "${verbose}" ] ; then
141 echo -n " " $f
142 fi
143 grep -v XL < $f > new
144 if [ -n "${safe}" ] ; then
145 mv $f .Recover
146 fi
147 mv new $f
148 done
149fi
150
0fd8d5d9 151# End of file.
This page took 0.151002 seconds and 4 git commands to generate.