Initial ARC support.
[deliverable/binutils-gdb.git] / bfd / .Sanitize
CommitLineData
8b0f1c20 1# .Sanitize for devo/bfd.
08942d11 2
a92c5906 3# Each directory to survive its way into a release will need a file
08942d11
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
8b0f1c20 14# done in this directory.
08942d11
RP
15
16Do-first:
17
75c8a303 18mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
e4c7516b 19
75c8a303
SS
20if ( echo $* | grep keep\-mpw > /dev/null ) ; then
21 keep_these_too="${mpw_files} ${keep_these_too}"
e4c7516b 22else
75c8a303 23 lose_these_too="${mpw_files} ${lose_these_too}"
a92c5906
SS
24fi
25
03c4ce2f 26rce_files="cpu-rce.c aout-rce.c"
d94aca1a 27
03c4ce2f
MT
28if ( echo $* | grep keep\-rce > /dev/null ) ; then
29 keep_these_too="${rce_files} ${keep_these_too}"
d94aca1a 30else
03c4ce2f 31 lose_these_too="${rce_files} ${lose_these_too}"
d94aca1a
MT
32fi
33
05cedcf6
DE
34arc_files="cpu-arc.c elf32-arc.c"
35
36if ( echo $* | grep keep\-arc > /dev/null ) ; then
37 keep_these_too="${arc_files} ${keep_these_too}"
38else
39 lose_these_too="${arc_files} ${lose_these_too}"
40fi
41
08942d11
RP
42# All files listed between the "Things-to-keep:" line and the
43# "Files-to-sed:" line will be kept. All other files will be removed.
44# Directories listed in this section will have their own Sanitize
45# called. Directories not listed will be removed in their entirety
46# with rm -rf.
47
48Things-to-keep:
87756e15 49
08942d11
RP
50COPYING
51ChangeLog
ceeca31c 52ChangeLog.1
08942d11 53Makefile.in
c3e964b9 54PORTING
08942d11 55TODO
8c1891af 56VERSION
60ac749c 57aix386-core.c
c3e964b9
FF
58aout-adobe.c
59aout-encap.c
56fbe889 60aout-ns32k.c
c3e964b9 61aout-target.h
77d11284 62aout0.c
08942d11
RP
63aout32.c
64aout64.c
65aoutf1.h
08942d11
RP
66aoutx.h
67archive.c
68archures.c
901c5bfd 69bfd-in.h
b9653d81 70bfd-in2.h
08942d11 71bfd.c
c768bd3f 72binary.c
08942d11
RP
73bout.c
74cache.c
e3b5bfa8
SS
75cf-i386lynx.c
76cf-m68klynx.c
77cf-sparclynx.c
5d70e4d1 78cisco-core.c
156e3852 79coff-a29k.c
c3e964b9 80coff-alpha.c
97eb2f0c 81coff-apollo.c
c06e55d9 82coff-go32.c
71e34032 83coff-h8300.c
ff975a2c 84coff-h8500.c
156e3852
JG
85coff-i386.c
86coff-i960.c
c3e964b9 87coff-m68k.c
156e3852
JG
88coff-m88k.c
89coff-mips.c
90coff-rs6000.c
9faacb92 91coff-sh.c
e3b5bfa8 92coff-sparc.c
df61743d 93coff-u68k.c
c7551f76 94coff-we32k.c
d41ab714 95coff-z8k.c
08942d11 96coffcode.h
075caafd 97coffgen.c
69645d10 98cofflink.c
075caafd 99coffswap.h
fb1c4481 100config
14616002 101config.bfd
13b351cc 102configure.bat
5a5fa368 103configure.host
c3e964b9 104configure.in
6f715d66 105core.c
c3e964b9
FF
106cpu-a29k.c
107cpu-alpha.c
6c3bc2b8 108cpu-arm.c
c3e964b9
FF
109cpu-h8300.c
110cpu-h8500.c
111cpu-hppa.c
112cpu-i386.c
113cpu-i960.c
114cpu-m68k.c
115cpu-m88k.c
116cpu-mips.c
e26e4fbc 117cpu-ns32k.c
384c1791 118cpu-powerpc.c
c3e964b9
FF
119cpu-rs6000.c
120cpu-sh.c
121cpu-sparc.c
122cpu-vax.c
123cpu-we32k.c
124cpu-z8k.c
08942d11 125demo64.c
97eb2f0c 126dep-in.sed
c3e964b9 127doc
dae31cf5 128ecoff.c
71efdf83 129ecofflink.c
dae31cf5 130ecoffswap.h
cef91d75 131elf.c
d39d83c1 132elf32-gen.c
c268b400
KR
133elf32-hppa.c
134elf32-hppa.h
4743848f
KR
135elf32-i386.c
136elf32-i860.c
137elf32-m68k.c
2c4f2c72
JK
138elf32-m88k.c
139elf32-mips.c
45ccfd58 140elf32-ppc.c
8d936d1f 141elf32-sparc.c
4743848f
KR
142elf32-target.h
143elf32.c
d39d83c1 144elf64-gen.c
66599384 145elf64-sparc.c
b864c03c 146elf64-target.h
4bf86ecb 147elf64.c
ef7e172e 148elfcode.h
08942d11 149filemode.c
6f715d66 150format.c
608de555 151gen-aout.c
da6b2d99
ILT
152genlink.h
153hash.c
08942d11 154host-aout.c
90c7c720 155hosts
c3e964b9 156hp300bsd.c
c268b400 157hp300hpux.c
cef91d75 158hppa_stubs.h
8a71bf96 159hppabsd-core.c
3f933620 160hpux-core.c
b7de6963 161i386aout.c
256b39e0 162i386bsd.c
bdf1b511 163i386dynix.c
afff60cd 164i386linux.c
a3f7a777 165i386netbsd.c
aef0bd99 166i386lynx.c
890eafc0 167i386mach3.c
f8ffa548 168i386os9k.c
08942d11 169ieee.c
c3e964b9 170init.c
7ce1a446 171irix-core.c
141c97ea 172libaout.h
901c5bfd 173libbfd-in.h
08942d11
RP
174libbfd.c
175libbfd.h
901c5bfd 176libcoff-in.h
08942d11 177libcoff.h
a3b3dbdd 178libecoff.h
c3e964b9 179libelf.h
76b731f9 180libhppa.h
08942d11 181libieee.h
c3e964b9 182libnlm.h
08942d11 183liboasys.h
da6b2d99 184linker.c
3151f12f 185lynx-core.c
eefe075d 186m68klynx.c
ec35a1c2 187m68knetbsd.c
56fbe889 188m88kmach3.c
346a6d59 189makefile.dos
044c1ba9 190mipsbsd.c
08942d11 191newsos3.c
a3f7a777 192netbsd.h
d1f83f44 193nlm-target.h
c3e964b9 194nlm.c
1bbabdad 195nlm32-alpha.c
8fa7a236 196nlm32-i386.c
7ce8b9d1 197nlm32-ppc.c
38f422db 198nlm32-sparc.c
c3e964b9 199nlm32.c
c3e964b9
FF
200nlm64.c
201nlmcode.h
38f422db 202nlmswap.h
a3f7a777 203ns32knetbsd.c
08942d11
RP
204oasys.c
205opncls.c
4346ee0f 206osf-core.c
56fbe889 207pc532-mach.c
c236d8b3 208ptrace-core.c
6f715d66 209reloc.c
075caafd 210reloc16.c
6c3bc2b8 211riscix.c
cf15d9e9 212rs6000-core.c
6f715d66 213section.c
66eca5ee
JK
214som.c
215som.h
e3b5bfa8 216sparclynx.c
a3f7a777 217sparcnetbsd.c
08942d11 218srec.c
7de245d3 219stab-syms.c
08942d11 220sunos.c
6f715d66 221syms.c
08942d11 222targets.c
a14b2941 223tekhex.c
08942d11 224trad-core.c
08942d11 225
87756e15
RP
226Things-to-lose:
227
775d4a40 228
08942d11
RP
229Do-last:
230
5c680afd 231mpwfiles="ecoffswap.h coffswap.h"
fbe3316a
SS
232if ( echo $* | grep keep\-mpw > /dev/null ) ; then
233 if [ -n "${verbose}" ] ; then
234 echo Keeping mpw stuff in $mpwfiles.
235 fi
236else
237 if [ -n "${verbose}" ]; then
238 echo -n Cleaning mpw in `pwd`:
239 fi
240 for f in $mpwfiles ; do
241 if [ -n "${verbose}" ] ; then
242 echo -n " " $f
243 fi
244 sed '/start\-sanitize\-mpw/,/end\-sanitize\-mpw/d' < $f > new
245 if [ -n "${safe}" ] ; then
246 mv $f .Recover
247 fi
248 mv new $f
249 done
250 chmod a+x config.bfd
251fi
252
e26e4fbc
KR
253i960xl_files="ChangeLog archures.c bfd-in2.h cpu-i960.c coffcode.h"
254if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
255 if [ -n "${verbose}" ] ; then
256 echo Keeping i960xl stuff in $i960xl_files.
257 fi
258else
259 if [ -n "${verbose}" ]; then
260 echo -n Cleaning i960xl in `pwd`:
261 fi
262 for f in $i960xl_files ; do
263 if [ -n "${verbose}" ] ; then
264 echo -n " " $f
265 fi
266 sed -e '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' < $f > new
267 if [ -n "${safe}" ] ; then
268 mv $f .Recover
269 fi
270 mv new $f
271 done
272fi
273
fb870b50 274rce_files="ChangeLog archures.c bfd-in2.h config.bfd configure.in targets.c aoutx.h libaout.h"
03c4ce2f
MT
275if ( echo $* | grep keep\-rce > /dev/null ) ; then
276 for i in $rce_files ; do
277 if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
5c680afd 278 if [ -n "${verbose}" ] ; then
03c4ce2f 279 echo Keeping rce stuff in $i
5c680afd
MT
280 fi
281 fi
282 done
283else
03c4ce2f
MT
284 for i in $rce_files ; do
285 if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
5c680afd 286 if [ -n "${verbose}" ] ; then
03c4ce2f 287 echo Removing traces of \"rce\" from $i...
5c680afd
MT
288 fi
289 cp $i new
03c4ce2f 290 sed '/start\-sanitize\-rce/,/end-\sanitize\-rce/d' < $i > new
5c680afd
MT
291 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
292 if [ -n "${verbose}" ] ; then
293 echo Caching $i in .Recover...
294 fi
295 mv $i .Recover
296 fi
297 mv new $i
298 fi
299 done
300fi
301
05cedcf6
DE
302arc_files="ChangeLog archures.c reloc.c targets.c config.bfd configure.in bfd-in2.h elfcode.h libbfd.h"
303if ( echo $* | grep keep\-arc > /dev/null ) ; then
304 for i in $arc_files ; do
305 if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
306 if [ -n "${verbose}" ] ; then
307 echo Keeping arc stuff in $i
308 fi
309 fi
310 done
311else
312 for i in $arc_files ; do
313 if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
314 if [ -n "${verbose}" ] ; then
315 echo Removing traces of \"arc\" from $i...
316 fi
317 cp $i new
318 sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
319 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
320 if [ -n "${verbose}" ] ; then
321 echo Caching $i in .Recover...
322 fi
323 mv $i .Recover
324 fi
325 mv new $i
326 fi
327 done
328fi
329
5c680afd
MT
330for i in * ; do
331 if test ! -d $i && (grep sanitize $i > /dev/null) ; then
332 echo '***' Some mentions of Sanitize are still left in $i! 1>&2
333 fi
334done
335
08942d11 336# End of file.
This page took 0.193552 seconds and 4 git commands to generate.