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