Remove v850e sanitization
[deliverable/binutils-gdb.git] / ld / emulparams / .Sanitize
CommitLineData
278d569a 1# .Sanitize for devo/ld/emulparams
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.sh"
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
bd8a4ea4 25r5900_files="elf32l5900.sh"
bd8a4ea4
JL
26if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
27 keep_these_too="${r5900_files} ${keep_these_too}"
28else
29 lose_these_too="${r5900_files} ${lose_these_too}"
30fi
31
d51be0a9
RH
32beos_files="i386beos.sh"
33if ( echo $* | grep keep\-beos > /dev/null ) ; then
34 keep_these_too="${beos_files} ${keep_these_too}"
35else
36 lose_these_too="${beos_files} ${lose_these_too}"
37fi
38
8ddef552
DM
39# All files listed between the "Things-to-keep:" line and the
40# "Do-last:" line will be kept. All other files will be removed.
41# Directories listed in this section will have their own Sanitize
42# called. Directories not listed will be removed in their entirety
43# with rm -rf.
44
45Things-to-keep:
46
47README
48a29k.sh
b5f076d4
ILT
49aixppc.sh
50aixrs6.sh
42f9673d 51alpha.sh
207cec8b 52arcelf.sh
e9ebd69f 53armelf.sh
ff15324f
KR
54armaoutb.sh
55armaoutl.sh
132dd910 56armcoff.sh
28d0c3ce 57armpe.sh
78158b1c 58coff_sparc.sh
94b569d2 59d10velf.sh
b69153b6
ILT
60d30v_e.sh
61d30v_o.sh
62d30velf.sh
63982998 63delta68.sh
8ddef552 64ebmon29k.sh
7ff42880 65elf32_sparc.sh
e33bfde7 66elf32b4300.sh
1eadd162 67elf32bmip.sh
353e5cb6 68elf32bsmip.sh
719de0ea
ILT
69elf32ebmip.sh
70elf32elmip.sh
e33bfde7 71elf32l4300.sh
1eadd162 72elf32lmip.sh
7e11b1db 73elf32lppc.sh
353e5cb6 74elf32lsmip.sh
c361ce46 75elf32ppc.sh
3f38a017 76elf64_sparc.sh
e33bfde7 77elf64alpha.sh
03451d7f 78elf_i386.sh
393034a9 79elf32fr30.sh
8ddef552 80gld960.sh
c610b46c 81gld960coff.sh
8ddef552
DM
82go32.sh
83h8300.sh
8f207409 84h8300h.sh
cce8528d 85h8300s.sh
8ddef552 86h8500.sh
5fe60d73
SC
87h8500b.sh
88h8500c.sh
5fe60d73 89h8500m.sh
3f38a017 90h8500s.sh
8ddef552
DM
91hp300bsd.sh
92hp3hpux.sh
6cc2ced1 93hppaelf.sh
8ddef552
DM
94i386aout.sh
95i386bsd.sh
96i386coff.sh
6c86b9ff 97i386go32.sh
7ff42880 98i386linux.sh
bd7b78f7 99i386lynx.sh
46cc3ed1 100i386mach.sh
a2fb6995
KR
101i386moss.sh
102i386msdos.sh
32286e08 103i386nbsd.sh
9ff30f20 104i386nw.sh
3f38a017 105i386pe.sh
8ddef552 106lnk960.sh
718a5c17 107m32relf.sh
e295a90d 108m68k4knbsd.sh
0573a3b1 109m68kaout.sh
40ab9bb9 110m68kaux.sh
8ddef552 111m68kcoff.sh
575a4d91 112m68kelf.sh
228b04d2 113m68klinux.sh
bd7b78f7 114m68klynx.sh
e574ddd4 115m68knbsd.sh
307585f1 116m68kpsos.sh
8ddef552
DM
117m88kbcs.sh
118mipsbig.sh
119mipsbsd.sh
120mipsidt.sh
121mipsidtl.sh
122mipslit.sh
1cc86f47 123mipslnews.sh
6b01dc65 124mn10200.sh
96e34542 125mn10300.sh
8ddef552 126news.sh
32286e08 127ns32knbsd.sh
1ab4cd57 128pc532macha.sh
9079ed57 129ppcmacos.sh
9ff30f20 130ppcnw.sh
070eddd9 131ppcpe.sh
8e0e09f6 132riscix.sh
8ddef552
DM
133sa29200.sh
134sh.sh
efd48a6a 135shelf.sh
6ae98644 136shl.sh
efd48a6a 137shlelf.sh
02df835b 138sparcaout.sh
d8e259a7 139sparclinux.sh
278d569a 140sparclynx.sh
32286e08 141sparcnbsd.sh
8ddef552
DM
142st2000.sh
143sun3.sh
144sun4.sh
cdf91fe4
ILT
145tic30aout.sh
146tic30coff.sh
2e6fa283 147v850.sh
8ddef552
DM
148vanilla.sh
149vax.sh
de9425a8 150vsta.sh
506f4ede 151w65.sh
66a61efd
SC
152z8001.sh
153z8002.sh
8ddef552
DM
154
155Things-to-lose:
156
157# The lines between the "Do-last:" line and the end of the file
158# are executed as a /bin/sh shell script after everything else is
159# done.
160
161Do-last:
2e6fa283 162
e33bfde7 163# eof
This page took 0.25576 seconds and 4 git commands to generate.