Remove v850e sanitization
[deliverable/binutils-gdb.git] / ld / scripttempl / .Sanitize
CommitLineData
e33bfde7 1# .Sanitize for devo/ld/scripttempl
8ddef552
DM
2
3# Each directory to survive its way into a release will need a file
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 directory.
15
16Do-first:
17
11effa69 18tic80_files="tic80coff.sc"
11effa69
FF
19if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
20 keep_these_too="${tic80_files} ${keep_these_too}"
21else
22 lose_these_too="${tic80_files} ${lose_these_too}"
23fi
24
d51be0a9
RH
25beos_files="i386beos.sc"
26if ( echo $* | grep keep\-beos > /dev/null ) ; then
27 keep_these_too="${beos_files} ${keep_these_too}"
28else
29 lose_these_too="${beos_files} ${lose_these_too}"
30fi
31
8ddef552
DM
32# All files listed between the "Things-to-keep:" line and the
33# "Do-last:" line will be kept. All other files will be removed.
34# Directories listed in this section will have their own Sanitize
35# called. Directories not listed will be removed in their entirety
36# with rm -rf.
37
38Things-to-keep:
39
40README
41a29k.sc
b5f076d4 42aix.sc
42f9673d 43alpha.sc
e33bfde7 44aout.sc
ff15324f 45armaout.sc
132dd910 46armcoff.sc
63982998 47delta68.sc
8ddef552 48ebmon29k.sc
3bf3f99a 49elf.sc
94b569d2 50elfd10v.sc
b69153b6 51elfd30v.sc
5f16938d 52elfppc.sc
6149af09 53go32coff.sc
8ddef552 54h8300.sc
cdbcb08c 55h8300h.sc
cce8528d 56h8300s.sc
8ddef552 57h8500.sc
a25e9935
SC
58h8500b.sc
59h8500c.sc
60h8500m.sc
61h8500s.sc
423dae05 62hppaelf.sc
8ddef552 63i386coff.sc
6c86b9ff 64i386go32.sc
89464c7a 65i386lynx.sc
a2fb6995 66i386msdos.sc
8ddef552 67i960.sc
40ab9bb9 68m68kaux.sc
8ddef552 69m68kcoff.sc
dd3f0e5b 70m68klynx.sc
8ddef552
DM
71m88kbcs.sc
72mips.sc
73mipsbsd.sc
9ff30f20 74nw.sc
eb7f87c5 75pe.sc
070eddd9 76ppcpe.sc
307585f1 77psos.sc
8e0e09f6 78riscix.sc
8ddef552
DM
79sa29200.sc
80sh.sc
9798d9bf 81sparccoff.sc
89464c7a 82sparclynx.sc
8ddef552 83st2000.sc
cdf91fe4
ILT
84tic30aout.sc
85tic30coff.sc
2e6fa283 86v850.sc
8ddef552 87vanilla.sc
506f4ede 88w65.sc
66a61efd 89z8000.sc
8ddef552
DM
90
91Things-to-lose:
92
e33bfde7
ILT
93
94
8ddef552
DM
95# The lines between the "Do-last:" line and the end of the file
96# are executed as a /bin/sh shell script after everything else is
97# done.
98
99Do-last:
2e6fa283 100
2e6fa283 101
e33bfde7 102# eof
This page took 0.209828 seconds and 4 git commands to generate.