Make __{e,g}p correctly start relative to the beginning of the section; Cleanup
[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
de61c9e1
SS
18d10v_files="elfd10v.sc"
19
20if ( echo $* | grep keep\-d10v > /dev/null ) ; then
21 keep_these_too="${d10v_files} ${keep_these_too}"
22else
23 lose_these_too="${d10v_files} ${lose_these_too}"
24fi
25
aa9b7ded
ILT
26v850_files="v850.sc"
27
28if ( echo $* | grep keep\-v850 > /dev/null ) ; then
29 keep_these_too="${v850_files} ${keep_these_too}"
30else
31 lose_these_too="${v850_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.sc
b5f076d4 44aix.sc
42f9673d 45alpha.sc
ff15324f 46armaout.sc
132dd910 47armcoff.sc
8ddef552 48aout.sc
63982998 49delta68.sc
8ddef552 50ebmon29k.sc
3bf3f99a 51elf.sc
fe1379d4 52elfmips.sc
5f16938d 53elfppc.sc
6149af09 54go32coff.sc
8ddef552 55h8300.sc
cdbcb08c 56h8300h.sc
cce8528d 57h8300s.sc
8ddef552 58h8500.sc
a25e9935
SC
59h8500b.sc
60h8500c.sc
61h8500m.sc
62h8500s.sc
423dae05 63hppaelf.sc
8ddef552 64i386coff.sc
6c86b9ff 65i386go32.sc
89464c7a 66i386lynx.sc
a2fb6995 67i386msdos.sc
8ddef552 68i960.sc
40ab9bb9 69m68kaux.sc
8ddef552 70m68kcoff.sc
dd3f0e5b 71m68klynx.sc
8ddef552
DM
72m88kbcs.sc
73mips.sc
74mipsbsd.sc
9ff30f20 75nw.sc
eb7f87c5 76pe.sc
070eddd9 77ppcpe.sc
307585f1 78psos.sc
8e0e09f6 79riscix.sc
8ddef552
DM
80sa29200.sc
81sh.sc
9798d9bf 82sparccoff.sc
89464c7a 83sparclynx.sc
8ddef552
DM
84st2000.sc
85vanilla.sc
506f4ede 86w65.sc
66a61efd 87z8000.sc
8ddef552
DM
88
89Things-to-lose:
90
91# The lines between the "Do-last:" line and the end of the file
92# are executed as a /bin/sh shell script after everything else is
93# done.
94
95Do-last:
This page took 0.146254 seconds and 4 git commands to generate.