Fix brk system call.
[deliverable/binutils-gdb.git] / ld / config / .Sanitize
CommitLineData
3b5c6197 1# .Sanitize for devo/ld/config
86e4d6e4 2
3b5c6197 3# Each directory to survive its way into a release will need a file
86e4d6e4
RP
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
3b5c6197 14# done in this directory.
86e4d6e4
RP
15
16Do-first:
17
070ac727
DE
18arc_files="arc-elf.mt"
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
03c4ce2f 26rce_files="rce-aout.mt"
d94aca1a 27
03c4ce2f
MT
28if ( echo $* | grep keep\-rce > /dev/null ) ; then
29 keep_these_too="${rce_files} ${keep_these_too}"
d94aca1a 30else
03c4ce2f 31 lose_these_too="${rce_files} ${lose_these_too}"
d94aca1a 32fi
84d42ddd 33
86e4d6e4 34# All files listed between the "Things-to-keep:" line and the
3b5c6197 35# "Do-last:" line will be kept. All other files will be removed.
86e4d6e4
RP
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:
12ad3984 41
42f9673d 42alpha.mt
d26de265 43alphaosf.mh
28d0c3ce 44arm-pe.mt
ff15324f
KR
45armb-aout.mt
46arml-aout.mt
12ad3984
DHW
47coff-a29k.mt
48coff-h8300.mt
55237887 49coff-h8500.mt
84d42ddd 50coff-sh.mt
808510fa 51coff-sparc.mt
3f38a017 52coff-w65.mt
12fa72d4
SC
53delta88.mh
54dgux.mh
12fa72d4 55ebmon29k.mt
90f2ba06 56go32.mh
3f38a017 57go32.mt
3b5c6197 58hp300.mh
12ad3984 59hp300bsd.mt
c05e34de 60hp300hpux.mt
423dae05
JL
61hppaelf.mh
62hppaelf.mt
12fa72d4 63i386-aout.mt
e637dcf0 64i386-bsd.mt
2a9f20db 65i386-coff.mt
03451d7f 66i386-elf.mt
882c80a7 67i386-gelf.mt
c1e128e5 68i386-gnu.mt
6c86b9ff 69i386-go32.mt
59b4c199 70i386-laout.mt
3b55444d 71i386-linux.mt
bd7b78f7 72i386-lynx.mt
4fda44fe 73i386-mach.mt
a2fb6995
KR
74i386-moss.mt
75i386-msdos.mt
32286e08 76i386-nbsd.mt
9ff30f20 77i386-nw.mt
3f38a017 78i386-pe.mt
0071a731 79i386bsd.mh
60822a36 80i386linux.mh
0632d303 81i386lynx.mh
de71eb77 82i386pe.mh
75fe5471 83i386sco.mh
63545898 84i386v.mh
12fa72d4 85i386v.mt
03451d7f 86i386v4.mh
3b5c6197 87i960.mt
e5793ca0 88i960coff.mt
12ad3984 89ieee-h8300.mt
63545898 90irix4.mh
f5d89879 91m68k-coff.mt
575a4d91 92m68k-elf.mt
bd7b78f7 93m68k-lynx.mt
e574ddd4 94m68k-nbsd.mt
3f38a017 95m68k.mt
2fd87dbc 96m68klynx.mh
12fa72d4
SC
97m68kv.mt
98m88k-bcs.mt
31965c32 99mips-big.mt
ce7d4b0d 100mips-idt.mt
3f38a017 101mips-lit.mt
751b7dcc
JSC
102mips-vr4300.mt
103mips-vr4300el.mt
f1781adc 104mipsb-elf32.mt
3f38a017
SC
105mipsbsd.mh
106mipsbsd.mt
f1781adc 107mipsl-elf32.mt
e5793ca0 108mipsl-idt.mt
12fa72d4 109news.mt
32286e08 110ns32k-nbsd.mt
afba2b22 111ose68.mt
8e0e09f6 112pc532mach.mt
c361ce46 113ppc-elf32.mt
9ff30f20 114ppc-nw.mt
417ced0d 115ppcle-elf32.mt
8e0e09f6 116riscix.mt
12ad3984
DHW
117rtbsd.mh
118sa29200.mt
15fff00f 119solaris2.mh
12ad3984 120sparc-ll.mh
278d569a 121sparc-lynx.mt
32286e08 122sparc-nbsd.mt
3f38a017 123sparc64-elf.mt
12ad3984
DHW
124st2000.mt
125sun3.mh
12fa72d4
SC
126sun3.mt
127sun4.mt
96593d4b 128sun4sol2.mt
9a3293b1 129vax.mt
de9425a8 130vsta.mt
12fa72d4 131vxworks68.mt
66a61efd 132z8k-coff.mt
3b5c6197 133
87756e15
RP
134Things-to-lose:
135
3b5c6197
DZ
136# The lines between the "Do-last:" line and the end of the file
137# are executed as a /bin/sh shell script after everything else is
138# done.
139
86e4d6e4 140Do-last:
This page took 0.236315 seconds and 4 git commands to generate.