* ldgram.y (atype): Accept parentheses with no type.
[deliverable/binutils-gdb.git] / ld / scripttempl / .Sanitize
CommitLineData
89464c7a 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
232e8702 18d30v_files="elfd30v.sc"
de61c9e1 19
232e8702
MH
20if ( echo $* | grep keep\-d30v > /dev/null ) ; then
21 keep_these_too="${d30v_files} ${keep_these_too}"
de61c9e1 22else
232e8702 23 lose_these_too="${d30v_files} ${lose_these_too}"
de61c9e1
SS
24fi
25
11effa69
FF
26tic80_files="tic80coff.sc"
27
28if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
29 keep_these_too="${tic80_files} ${keep_these_too}"
30else
31 lose_these_too="${tic80_files} ${lose_these_too}"
32fi
33
aa9b7ded
ILT
34v850_files="v850.sc"
35
36if ( echo $* | grep keep\-v850 > /dev/null ) ; then
37 keep_these_too="${v850_files} ${keep_these_too}"
38else
39 lose_these_too="${v850_files} ${lose_these_too}"
40fi
41
8ddef552
DM
42# All files listed between the "Things-to-keep:" line and the
43# "Do-last:" 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:
49
50README
51a29k.sc
b5f076d4 52aix.sc
42f9673d 53alpha.sc
ff15324f 54armaout.sc
132dd910 55armcoff.sc
8ddef552 56aout.sc
63982998 57delta68.sc
8ddef552 58ebmon29k.sc
3bf3f99a 59elf.sc
94b569d2 60elfd10v.sc
5f16938d 61elfppc.sc
6149af09 62go32coff.sc
8ddef552 63h8300.sc
cdbcb08c 64h8300h.sc
cce8528d 65h8300s.sc
8ddef552 66h8500.sc
a25e9935
SC
67h8500b.sc
68h8500c.sc
69h8500m.sc
70h8500s.sc
423dae05 71hppaelf.sc
8ddef552 72i386coff.sc
6c86b9ff 73i386go32.sc
89464c7a 74i386lynx.sc
a2fb6995 75i386msdos.sc
8ddef552 76i960.sc
40ab9bb9 77m68kaux.sc
8ddef552 78m68kcoff.sc
dd3f0e5b 79m68klynx.sc
8ddef552
DM
80m88kbcs.sc
81mips.sc
82mipsbsd.sc
9ff30f20 83nw.sc
eb7f87c5 84pe.sc
070eddd9 85ppcpe.sc
307585f1 86psos.sc
8e0e09f6 87riscix.sc
8ddef552
DM
88sa29200.sc
89sh.sc
9798d9bf 90sparccoff.sc
89464c7a 91sparclynx.sc
8ddef552
DM
92st2000.sc
93vanilla.sc
506f4ede 94w65.sc
66a61efd 95z8000.sc
8ddef552
DM
96
97Things-to-lose:
98
99# The lines between the "Do-last:" line and the end of the file
100# are executed as a /bin/sh shell script after everything else is
101# done.
102
103Do-last:
This page took 0.149854 seconds and 4 git commands to generate.