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