move md_end use, and make use of it in cpu back ends. clean up empty, unused
[deliverable/binutils-gdb.git] / gas / .Sanitize
CommitLineData
a6148eeb 1# .Sanitize for devo/gas.
d4d5412d 2
4f5d16c7 3# Each directory to survive its way into a release will need a file
d4d5412d
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
a6148eeb 14# done in this directory.
d4d5412d
RP
15
16Do-first:
17
d4d5412d
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
eee109cd 26CONTRIBUTORS
d4d5412d
RP
27COPYING
28ChangeLog
cdc49cba 29ChangeLog.1
d4d5412d 30Makefile.in
eee109cd 31NEWS
d4d5412d
RP
32NOTES
33NOTES.config
34README
920babce 35README-quirks
eee109cd 36README-vms
d4d5412d
RP
37README.coff
38README.rich
6e71a03b
KR
39acconfig.h
40aclocal.m4
d4d5412d
RP
41app.c
42as.c
43as.h
44atof-generic.c
d4d5412d
RP
45bignum-copy.c
46bignum.h
eee109cd 47bit_fix.h
d4d5412d 48cond.c
6e71a03b 49conf.in
d4d5412d 50config
003acb2d 51config-gas.com
6e71a03b 52configure
c593cf41 53configure.bat
d4d5412d
RP
54configure.in
55debug.c
a262a1b2 56doc
9faec336
ILT
57ecoff.c
58ecoff.h
511cd41c
KR
59emul-target.h
60emul.h
d4d5412d
RP
61expr.c
62expr.h
d4d5412d 63flonum-copy.c
eee109cd 64flonum-konst.c
d4d5412d
RP
65flonum-mult.c
66flonum.h
67frags.c
68frags.h
a5a4b5ac 69gasp.c
aa4f6c56 70gdbinit.in
d4d5412d
RP
71hash.c
72hash.h
d4d5412d
RP
73input-file.c
74input-file.h
75input-scrub.c
920babce 76link.cmd
d7d28d22
RP
77listing.c
78listing.h
2d29d89d 79literal.c
4c72b6a7 80mac-as.r
7e047ac2
ILT
81macro.c
82macro.h
d4d5412d 83messages.c
0fb26eac 84mpw-config.in
4c72b6a7 85mpw-make.sed
d4d5412d 86obj.h
d4d5412d
RP
87output-file.c
88output-file.h
89read.c
90read.h
7e047ac2
ILT
91sb.c
92sb.h
29249b42 93stabs.c
d4d5412d
RP
94struc-symbol.h
95subsegs.c
96subsegs.h
97symbols.c
98symbols.h
99tc.h
f70a4714 100testsuite
be2fc7ec 101vmsconf.sh
d4d5412d
RP
102write.c
103write.h
104xmalloc.c
d4d5412d 105
87756e15
RP
106Things-to-lose:
107
d4d5412d
RP
108Do-last:
109
cdc49cba 110i960xl_files="ChangeLog ChangeLog.1"
10db66ec
KR
111if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
112 if [ -n "${verbose}" ] ; then
113 echo Keeping i960xl stuff in $i960xl_files.
114 fi
115else
116 if [ -n "${verbose}" ]; then
117 echo -n Cleaning i960xl in `pwd`:
118 fi
119 for f in $i960xl_files ; do
120 if [ -n "${verbose}" ] ; then
121 echo -n " " $f
122 fi
123 sed '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' < $f > new
124 if [ -n "${safe}" ] ; then
125 mv $f .Recover
126 fi
127 mv new $f
128 done
0afed96a
KR
129 if [ -n "${verbose}" ]; then
130 echo ""
131 fi
10db66ec
KR
132fi
133
cdc49cba 134sh3e_files="ChangeLog ChangeLog.1"
68d04794
JL
135if ( echo $* | grep keep\-sh3e > /dev/null ) ; then
136 if [ -n "${verbose}" ] ; then
137 echo Keeping sh3e stuff in $sh3e_files.
138 fi
139else
140 if [ -n "${verbose}" ]; then
141 echo -n Cleaning sh3e in `pwd`:
142 fi
143 for f in $sh3e_files ; do
144 if [ -n "${verbose}" ] ; then
145 echo -n " " $f
146 fi
147 sed -e '/start\-sanitize\-sh3e/,/end\-sanitize\-sh3e/d' -e '/ xl /d' < $f > new
148 if [ -n "${safe}" ] ; then
149 mv $f .Recover
150 fi
151 mv new $f
152 done
0afed96a
KR
153 if [ -n "${verbose}" ]; then
154 echo ""
155 fi
68d04794
JL
156fi
157
46618ae6 158rce_files="configure.in configure ChangeLog Makefile.in ChangeLog.1"
9f554efd 159
03c4ce2f
MT
160if ( echo $* | grep keep\-rce > /dev/null ) ; then
161 for i in $rce_files ; do
162 if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
5c680afd 163 if [ -n "${verbose}" ] ; then
03c4ce2f 164 echo Keeping rce stuff in $i
5c680afd
MT
165 fi
166 fi
167 done
168else
03c4ce2f
MT
169 for i in $rce_files ; do
170 if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
5c680afd 171 if [ -n "${verbose}" ] ; then
03c4ce2f 172 echo Removing traces of \"rce\" from $i...
5c680afd
MT
173 fi
174 cp $i new
03c4ce2f 175 sed '/start\-sanitize\-rce/,/end-\sanitize\-rce/d' < $i > new
5c680afd
MT
176 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
177 if [ -n "${verbose}" ] ; then
178 echo Caching $i in .Recover...
179 fi
180 mv $i .Recover
181 fi
182 mv new $i
183 fi
184 done
185fi
186
cdc49cba 187arc_files="ChangeLog configure.in configure Makefile.in ChangeLog.1"
6ea93cc9
DE
188if ( echo $* | grep keep\-arc > /dev/null ) ; then
189 for i in $arc_files ; do
190 if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
191 if [ -n "${verbose}" ] ; then
192 echo Keeping arc stuff in $i
193 fi
194 fi
195 done
196else
197 for i in $arc_files ; do
198 if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
199 if [ -n "${verbose}" ] ; then
200 echo Removing traces of \"arc\" from $i...
201 fi
202 cp $i new
203 sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
204 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
205 if [ -n "${verbose}" ] ; then
206 echo Caching $i in .Recover...
207 fi
208 mv $i .Recover
209 fi
210 mv new $i
211 fi
212 done
213fi
214
5c680afd
MT
215for i in * ; do
216 if test ! -d $i && (grep sanitize $i > /dev/null) ; then
217 echo '***' Some mentions of Sanitize are still left in $i! 1>&2
218 fi
219done
220
d4d5412d 221#
d4d5412d 222# End of file.
This page took 0.205703 seconds and 4 git commands to generate.