Remove v850e sanitization
[deliverable/binutils-gdb.git] / ld / emulparams / .Sanitize
1 # .Sanitize for devo/ld/emulparams
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
16 Do-first:
17
18 tic80_files="tic80coff.sh"
19 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
20 keep_these_too="${tic80_files} ${keep_these_too}"
21 else
22 lose_these_too="${tic80_files} ${lose_these_too}"
23 fi
24
25 r5900_files="elf32l5900.sh"
26 if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
27 keep_these_too="${r5900_files} ${keep_these_too}"
28 else
29 lose_these_too="${r5900_files} ${lose_these_too}"
30 fi
31
32 beos_files="i386beos.sh"
33 if ( echo $* | grep keep\-beos > /dev/null ) ; then
34 keep_these_too="${beos_files} ${keep_these_too}"
35 else
36 lose_these_too="${beos_files} ${lose_these_too}"
37 fi
38
39 # All files listed between the "Things-to-keep:" line and the
40 # "Do-last:" line will be kept. All other files will be removed.
41 # Directories listed in this section will have their own Sanitize
42 # called. Directories not listed will be removed in their entirety
43 # with rm -rf.
44
45 Things-to-keep:
46
47 README
48 a29k.sh
49 aixppc.sh
50 aixrs6.sh
51 alpha.sh
52 arcelf.sh
53 armelf.sh
54 armaoutb.sh
55 armaoutl.sh
56 armcoff.sh
57 armpe.sh
58 coff_sparc.sh
59 d10velf.sh
60 d30v_e.sh
61 d30v_o.sh
62 d30velf.sh
63 delta68.sh
64 ebmon29k.sh
65 elf32_sparc.sh
66 elf32b4300.sh
67 elf32bmip.sh
68 elf32bsmip.sh
69 elf32ebmip.sh
70 elf32elmip.sh
71 elf32l4300.sh
72 elf32lmip.sh
73 elf32lppc.sh
74 elf32lsmip.sh
75 elf32ppc.sh
76 elf64_sparc.sh
77 elf64alpha.sh
78 elf_i386.sh
79 elf32fr30.sh
80 gld960.sh
81 gld960coff.sh
82 go32.sh
83 h8300.sh
84 h8300h.sh
85 h8300s.sh
86 h8500.sh
87 h8500b.sh
88 h8500c.sh
89 h8500m.sh
90 h8500s.sh
91 hp300bsd.sh
92 hp3hpux.sh
93 hppaelf.sh
94 i386aout.sh
95 i386bsd.sh
96 i386coff.sh
97 i386go32.sh
98 i386linux.sh
99 i386lynx.sh
100 i386mach.sh
101 i386moss.sh
102 i386msdos.sh
103 i386nbsd.sh
104 i386nw.sh
105 i386pe.sh
106 lnk960.sh
107 m32relf.sh
108 m68k4knbsd.sh
109 m68kaout.sh
110 m68kaux.sh
111 m68kcoff.sh
112 m68kelf.sh
113 m68klinux.sh
114 m68klynx.sh
115 m68knbsd.sh
116 m68kpsos.sh
117 m88kbcs.sh
118 mipsbig.sh
119 mipsbsd.sh
120 mipsidt.sh
121 mipsidtl.sh
122 mipslit.sh
123 mipslnews.sh
124 mn10200.sh
125 mn10300.sh
126 news.sh
127 ns32knbsd.sh
128 pc532macha.sh
129 ppcmacos.sh
130 ppcnw.sh
131 ppcpe.sh
132 riscix.sh
133 sa29200.sh
134 sh.sh
135 shelf.sh
136 shl.sh
137 shlelf.sh
138 sparcaout.sh
139 sparclinux.sh
140 sparclynx.sh
141 sparcnbsd.sh
142 st2000.sh
143 sun3.sh
144 sun4.sh
145 tic30aout.sh
146 tic30coff.sh
147 v850.sh
148 vanilla.sh
149 vax.sh
150 vsta.sh
151 w65.sh
152 z8001.sh
153 z8002.sh
154
155 Things-to-lose:
156
157 # The lines between the "Do-last:" line and the end of the file
158 # are executed as a /bin/sh shell script after everything else is
159 # done.
160
161 Do-last:
162
163 # eof
This page took 0.034464 seconds and 4 git commands to generate.