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