* bb_exit_func.c: Rename from __bb_exit_func.c, so that it can be
[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
070ac727
DE
18arc_files="arcelf.sh"
19
20if ( echo $* | grep keep\-arc > /dev/null ) ; then
21 keep_these_too="${arc_files} ${keep_these_too}"
22else
23 lose_these_too="${arc_files} ${lose_these_too}"
24fi
25
71415be5
JL
26h8s_files="h8300s.sh"
27
28if ( echo $* | grep keep\-h8s > /dev/null ) ; then
29 keep_these_too="${h8s_files} ${keep_these_too}"
30else
31 lose_these_too="${h8s_files} ${lose_these_too}"
32fi
33
8ddef552
DM
34# All files listed between the "Things-to-keep:" line and the
35# "Do-last:" line will be kept. All other files will be removed.
36# Directories listed in this section will have their own Sanitize
37# called. Directories not listed will be removed in their entirety
38# with rm -rf.
39
40Things-to-keep:
41
42README
43a29k.sh
b5f076d4
ILT
44aixppc.sh
45aixrs6.sh
42f9673d 46alpha.sh
ff15324f
KR
47armaoutb.sh
48armaoutl.sh
132dd910 49armcoff.sh
28d0c3ce 50armpe.sh
78158b1c 51coff_sparc.sh
63982998 52delta68.sh
8ddef552 53ebmon29k.sh
7ff42880 54elf32_sparc.sh
1eadd162
ILT
55elf32bmip.sh
56elf32lmip.sh
7e11b1db 57elf32lppc.sh
c361ce46 58elf32ppc.sh
b008b7bf
KR
59elf32b4300.sh
60elf32l4300.sh
539ae61d 61elf64alpha.sh
3f38a017 62elf64_sparc.sh
03451d7f 63elf_i386.sh
8ddef552 64gld960.sh
c610b46c 65gld960coff.sh
8ddef552
DM
66go32.sh
67h8300.sh
8f207409 68h8300h.sh
8ddef552 69h8500.sh
5fe60d73
SC
70h8500b.sh
71h8500c.sh
5fe60d73 72h8500m.sh
3f38a017 73h8500s.sh
8ddef552
DM
74hp300bsd.sh
75hp3hpux.sh
6cc2ced1 76hppaelf.sh
8ddef552
DM
77i386aout.sh
78i386bsd.sh
79i386coff.sh
6c86b9ff 80i386go32.sh
7ff42880 81i386linux.sh
bd7b78f7 82i386lynx.sh
46cc3ed1 83i386mach.sh
a2fb6995
KR
84i386moss.sh
85i386msdos.sh
32286e08 86i386nbsd.sh
9ff30f20 87i386nw.sh
3f38a017 88i386pe.sh
8ddef552 89lnk960.sh
e295a90d 90m68k4knbsd.sh
0573a3b1 91m68kaout.sh
40ab9bb9 92m68kaux.sh
8ddef552 93m68kcoff.sh
575a4d91 94m68kelf.sh
228b04d2 95m68klinux.sh
bd7b78f7 96m68klynx.sh
e574ddd4 97m68knbsd.sh
307585f1 98m68kpsos.sh
8ddef552
DM
99m88kbcs.sh
100mipsbig.sh
101mipsbsd.sh
102mipsidt.sh
103mipsidtl.sh
104mipslit.sh
105news.sh
32286e08 106ns32knbsd.sh
8e0e09f6 107pc532machaout.sh
9079ed57 108ppcmacos.sh
9ff30f20 109ppcnw.sh
070eddd9 110ppcpe.sh
8e0e09f6 111riscix.sh
8ddef552
DM
112sa29200.sh
113sh.sh
6ae98644 114shl.sh
02df835b 115sparcaout.sh
278d569a 116sparclynx.sh
32286e08 117sparcnbsd.sh
8ddef552
DM
118st2000.sh
119sun3.sh
120sun4.sh
121vanilla.sh
122vax.sh
de9425a8 123vsta.sh
506f4ede 124w65.sh
66a61efd
SC
125z8001.sh
126z8002.sh
8ddef552
DM
127
128Things-to-lose:
129
130# The lines between the "Do-last:" line and the end of the file
131# are executed as a /bin/sh shell script after everything else is
132# done.
133
134Do-last:
This page took 0.152742 seconds and 4 git commands to generate.