* ldmain.c (get_emulation): Check for -mips4 like -mips1, et. al.
[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
8ddef552
DM
18# All files listed between the "Things-to-keep:" line and the
19# "Do-last:" line will be kept. All other files will be removed.
20# Directories listed in this section will have their own Sanitize
21# called. Directories not listed will be removed in their entirety
22# with rm -rf.
23
24Things-to-keep:
25
26README
27a29k.sc
b5f076d4 28aix.sc
42f9673d 29alpha.sc
ff15324f 30armaout.sc
132dd910 31armcoff.sc
8ddef552 32aout.sc
63982998 33delta68.sc
8ddef552 34ebmon29k.sc
3bf3f99a 35elf.sc
fe1379d4 36elfmips.sc
5f16938d 37elfppc.sc
6149af09 38go32coff.sc
8ddef552 39h8300.sc
cdbcb08c 40h8300h.sc
cce8528d 41h8300s.sc
8ddef552 42h8500.sc
a25e9935
SC
43h8500b.sc
44h8500c.sc
45h8500m.sc
46h8500s.sc
423dae05 47hppaelf.sc
8ddef552 48i386coff.sc
6c86b9ff 49i386go32.sc
89464c7a 50i386lynx.sc
a2fb6995 51i386msdos.sc
8ddef552 52i960.sc
40ab9bb9 53m68kaux.sc
8ddef552 54m68kcoff.sc
dd3f0e5b 55m68klynx.sc
8ddef552
DM
56m88kbcs.sc
57mips.sc
58mipsbsd.sc
9ff30f20 59nw.sc
eb7f87c5 60pe.sc
070eddd9 61ppcpe.sc
307585f1 62psos.sc
8e0e09f6 63riscix.sc
8ddef552
DM
64sa29200.sc
65sh.sc
9798d9bf 66sparccoff.sc
89464c7a 67sparclynx.sc
8ddef552
DM
68st2000.sc
69vanilla.sc
506f4ede 70w65.sc
66a61efd 71z8000.sc
8ddef552
DM
72
73Things-to-lose:
74
75# The lines between the "Do-last:" line and the end of the file
76# are executed as a /bin/sh shell script after everything else is
77# done.
78
79Do-last:
This page took 0.136095 seconds and 4 git commands to generate.