Add rule for coff-msym.
[deliverable/binutils-gdb.git] / bfd / .Sanitize
1 # Sanitize.in for devo.
2 # $Id$
3 #
4
5 # Each directory to survive it's way into a release will need a file
6 # like this one called "./.Sanitize". All keyword lines must exist,
7 # and must exist in the order specified by this file. Each directory
8 # in the tree will be processed, top down, in the following order.
9
10 # Hash started lines like this one are comments and will be deleted
11 # before anything else is done. Blank lines will also be squashed
12 # out.
13
14 # The lines between the "Do-first:" line and the "Things-to-keep:"
15 # line are executed as a /bin/sh shell script before anything else is
16 # done in this
17
18 Do-first:
19
20 # All files listed between the "Things-to-keep:" line and the
21 # "Files-to-sed:" line will be kept. All other files will be removed.
22 # Directories listed in this section will have their own Sanitize
23 # called. Directories not listed will be removed in their entirety
24 # with rm -rf.
25
26 Things-to-keep:
27 COPYING
28 doc
29 ChangeLog
30 Makefile.dos
31 Makefile.in
32 TODO
33 VERSION
34 aout32.c
35 aout64.c
36 aoutf1.h
37 aoutx.h
38 aout-target.h
39 archive.c
40 archures.c
41 bfd-in.h
42 bfd.c
43 bout.c
44 cache.c
45 ctor.c
46 coff-a29k.c
47 coff-h8300.c
48 coff-i386.c
49 coff-i960.c
50 coff-m68k.c
51 coff-m88k.c
52 coff-mips.c
53 coff-msym.c
54 coff-rs6000.c
55 coffcode.h
56 config
57 configure.bat
58 configure.in
59 core.c
60 demo64.c
61 elf.c
62 filemode.c
63 format.c
64 gen-aout.c
65 host-aout.c
66 hosts
67 i386aout.c
68 ieee.c
69 libaout.h
70 libbfd-in.h
71 cpu-a29k.c
72 cpu-i386.c
73 cpu-m68k.c
74 cpu-mips.c
75 cpu-vax.c
76 cpu-h8300.c
77 cpu-i960.c
78 cpu-m88k.c
79 cpu-rs6000.c
80 hp300bsd.c
81 init.c
82 cpu-sparc.c
83 libbfd.c
84 libbfd.h
85 libcoff-in.h
86 libcoff.h
87 libieee.h
88 liboasys.h
89 newsos3.c
90 oasys.c
91 opncls.c
92 reloc.c
93 rs6000-core.c
94 seclet.c
95 seclet.h
96 section.c
97 srec.c
98 stab-syms.c
99 sunos.c
100 syms.c
101 targets.c
102 trad-core.c
103 trad-core.h
104
105 Do-last:
106
107 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
108 echo Keeping v9 in aoutx.h
109 else
110 echo Sanitizing v9 in aoutx.h
111 rm -f new
112 while grep -s start-sanitize-v9 aoutx.h ; do
113 sed -e '/start-sanitize-v9/,/end-sanitize-v9/d' <aoutx.h >new
114 if [ -n "${safe}" ] ; then
115 mv aoutx.h .Recover
116 else
117 rm aoutx.h
118 fi
119 mv new aoutx.h
120 done
121 fi
122
123 echo Done in `pwd`.
124
125 #
126 #
127 # $Log$
128 # Revision 1.40 1992/03/06 08:42:41 gnu
129 # Add rule for coff-msym.
130 #
131 # Revision 1.39 1992/03/02 06:39:32 bothner
132 # New file: rs6000-core.c.
133 #
134 # Revision 1.38 1992/02/27 03:52:15 sac
135 # Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com)
136 #
137 # * bfd.c: lint
138 # * coff-h8300.c: fix stupid reloc subtraction bug
139 # * coffcode.h (coff_swap_aux_out): only swap a tvndx by 2 bytes,
140 # since that's how wide it is. (coff_slurp_symbol_table): always zero out
141 # the symbol.flags and done_lineno fields.
142 #
143 # Revision 1.37 1992/02/21 22:55:08 sac
144 # DOS file name change
145 #
146 # Revision 1.36 1992/01/27 21:48:38 grossman
147 # Add seclet.h to files-to-keep.
148 #
149 # Revision 1.35 1992/01/24 22:42:49 sac
150 # Uses the new small reloc type now.
151 #
152 # Currently self hosts on sun4 and sun3
153 #
154 # Revision 1.34 1991/12/18 23:01:48 bothner
155 # Use aout-target.h more extensively.
156 # Replace Berkeley functions (e.g. bcopy) with ANSI ones (e.g. memcpy).
157 # Other improvements (see ChangeLog).
158 #
159 # Revision 1.33 1991/12/12 03:19:36 sac
160 # Added configdos.bat makefile.dos
161 #
162 # Revision 1.32 1991/11/27 16:58:22 sac
163 # Added h8
164 #
165 # Revision 1.31 1991/11/22 05:00:08 bothner
166 # Moved bfd_stab_name() and bfd_stab_names[]
167 # from syms.c to new file stab-syms.c.
168 # Renamed to aout_stab_name() and aout_stab_names[].
169 # Also, since GNU extended type codes such as N_SETT are no longer
170 # in ../include/stab.def, include them manually.
171 #
172 # Revision 1.30 1991/11/21 01:56:17 gnu
173 # Avoid duplicate echo.
174 #
175 # Revision 1.29 1991/11/17 21:38:05 bothner
176 # * targets.c: Make the default target_vector contain
177 # just &DEFAULT_VECTOR. This makes executables a lot smaller.
178 # Old behavior can be gotten by defining ALL_TARGETS.
179 # * aoutf1.h, demo64.c, i386aout.c, newsos3.c, sunos.c:
180 # Factored out common code into new file aout-target.h.
181 # Saves a lot of duplicate code for a.out variants.
182 #
183 # Revision 1.28 1991/11/04 00:37:06 steve
184 # Added ctor.c (I remembered this time)
185 #
186 # Revision 1.27 1991/10/25 10:17:41 gnu
187 # * Rename COFF-related files in `coff-ARCH.c' form.
188 # coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c,
189 # coff-mips.c, coff-rs6000.c to be exact.
190 #
191 # Revision 1.26 1991/10/25 07:16:59 gnu
192 # RS/6000 support
193 #
194 # Revision 1.25 1991/10/15 07:29:13 bothner
195 # Add hosts directory.
196 #
197 # Revision 1.24 1991/10/08 22:31:51 gnu
198 # Add i386aout.c
199 #
200 # Revision 1.23 1991/10/05 06:16:44 gnu
201 # howto.c, configure, config.sub gone.
202 #
203 # Revision 1.22 1991/10/03 22:23:56 gnu
204 # Add elf.c
205 #
206 # Revision 1.21 1991/10/01 03:55:34 steve
207 # Insert the incidentals and things I forgot to ci last time, same log message:
208 #
209 # Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com)
210 #
211 # * cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c,
212 # cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These
213 # files will eventually contain processor specific bits for bfd,
214 # like strange relocation information and dis/assembly. So far only
215 # the H8 has been even partially done. This work also ties in with
216 # the change in handling architectures.
217 #
218 # * amdcoff.c: (a29k_reloc) fix error message.
219 #
220 # * aout-f1.h: (choose_reloc_size) now calls bfd_get_arch to
221 # discover the architecture of the bfd. (sunos4_callback) calls the
222 # function bfd_set_arch_mach rather than stuffing stuff directly
223 # into the bfd. (sunos4_write_object_contents), changed names of
224 # accessor functions.
225 #
226 # * aoutx.h: (set_arch_mach) now calls bfd_default_set_arch_mach to
227 # setup the environment.
228 #
229 # * archive.c: (bfd_slurp_coff_armap) coff archives always have the
230 # headers in big endian format, regardless of the endianess of the
231 # host or target.
232 #
233 # * archures.c: totally changed. Now an architecture is represented
234 # with a pointer to an info structure rather than an enumerated type
235 # and a long. The old info is available as two elements in the
236 # structure. Future enhancements to architecure support will
237 # involve pointers to methods being placed into the info structure.
238 #
239 # * bfd.c: changed the definition of the bfd structure for the new
240 # architecture stuff.
241 #
242 # * bout.c: (b_out_set_arch_mach) changed to use the new
243 # architecture mechanism.
244 #
245 # * coffcode.h: (coff_set_arch_mach, coff_set_flags) changed to use
246 # the new architecture mechanism.
247 #
248 # * configure.in: added h8 stuff.
249 #
250 # * ieee.c: too many changes to note. Now ieee files written with
251 # bfd gas and ld can be read by gld and ieee only linkers and
252 # simulators.
253 #
254 # * libbfd.c, libbfd.h: changed prototype of bfd_write.
255 #
256 # * newsos3.c: (newos3_callback) now calls bfd_set_arch_mach rather
257 # than fixing the structure directly.
258 #
259 # * oasys.c: (oasys_object_p) now calls bfd_default_set_arch_mach rather
260 # than fixing the structure directly.
261 #
262 # * opncls.c: (new_bfd) makes sure that bfd_init has been called
263 # before opening a bfd.
264 #
265 # * srec.c: (srec_set_arch_mach) now calls bfd_default_set_arch_mach
266 # rather than fixing the structure directly.
267 #
268 # * targets.c: (target_vector) now by defining SELECT_VECS (perhaps
269 # in the t/hmake file) a user can select which backends they want
270 # linked with bfd without changing the source.
271 #
272 # * init.c: new, looks after initializing modules.
273 #
274 # * howto.c: for future use, will allow an application to work out
275 # what cookie to use as a handle on a relcoatio howto.
276 #
277 # Revision 1.20 1991/09/04 03:59:15 rich
278 # Added "recover"'ability.
279 #
280 # Revision 1.19 1991/09/03 22:21:30 rich
281 # "recover" aoutx.h
282 #
283 # Revision 1.18 1991/08/29 00:35:06 gnu
284 # paperwork handled for AMD Coff.
285 #
286 # Revision 1.17 1991/08/22 20:23:12 steve
287 # *** empty log message ***
288 #
289 # Revision 1.16 1991/08/22 07:31:21 gnu
290 # New config.sub
291 #
292 # Revision 1.15 1991/08/22 07:20:49 gnu
293 # Improve our Sanity.
294 #
295 # Revision 1.14 1991/08/17 00:17:00 steve
296 # Documentation
297 #
298 # Revision 1.13 1991/08/01 14:37:51 steve
299 # *** empty log message ***
300 #
301 # Revision 1.12 1991/08/01 05:33:39 gnu
302 # Forgot one more place to remove amdcoff.c reference (sigh).
303 #
304 # Revision 1.11 1991/08/01 01:27:44 gnu
305 # Delete CVS.adm from the release!
306 #
307 # Revision 1.10 1991/07/31 22:28:30 gnu
308 # Remove archures.h
309 #
310 # Revision 1.9 1991/07/31 17:37:00 gnu
311 # Remove amdcoff.c (and its name from Makefile.in) by default, because
312 # its copyright is not yet assigned to FSF.
313 #
314 # Revision 1.8 1991/07/31 07:54:31 gnu
315 # Better sanitize aoutx.h too!
316 #
317 # Revision 1.7 1991/07/16 00:39:03 steve
318 # *** empty log message ***
319 #
320 # Revision 1.6 1991/07/16 00:35:56 steve
321 # *** empty log message ***
322 #
323 # Revision 1.5 1991/07/15 23:32:40 steve
324 # *** empty log message ***
325 #
326 # Revision 1.4 1991/07/04 16:52:54 steve
327 # Now full of documentation. Yum Yum.
328 #
329 # Revision 1.3 1991/05/31 11:22:12 gnu
330 # Remove coff-code.h and liba.out.h, add libaout.h.
331 #
332 # Revision 1.2 1991/05/29 02:40:08 gnu
333 # Fix up .Sanitize file, remove files that are not referenced.
334 #
335 # Revision 1.1 1991/05/23 21:14:00 rich
336 # Initial revision
337 #
338 #
339 #
340
341 # End of file.
This page took 0.037345 seconds and 5 git commands to generate.